Skip to content

Commit

Permalink
GITBOOK-134: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
doppleware authored and gitbook-bot committed Sep 19, 2024
1 parent 3f83289 commit 025eb0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To add the commit identifier to your traces, set the following Resource Attribu
{% code overflow="wrap" %}
```bash
git_hash=`git rev-parse --short HEAD`
export OTEL_RESOURCE_ATTRIBUTES=digma.environment.id=[ENVIRONMENT_ID],scm.commit.id=${git_hash}
export OTEL_RESOURCE_ATTRIBUTES=ddigma.environment=[ENV_NAME],digma.environment.type=Public,scm.commit.id=${git_hash}
```
{% endcode %}

Expand Down

0 comments on commit 025eb0a

Please sign in to comment.