Skip to content

Commit

Permalink
Update go.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 authored Jan 14, 2025
1 parent 6aceff9 commit b77ca56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/tracing/trace_collection/library_config/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ A JSON array of objects. Each object must have a `"sample_rate"`. The `"name"`,`
- Set the sample rate to 100% for services that have a `priority` tag with the value `high`: `'[{"tags": {"priority":"high"}, "sample_rate": 1}]'`.

`DD_TAGS`
: **Default**: [] <br>
A list of default tags to be added to every span and profile. Tags can be separated by commas or spaces, for example: `layer:api,team:intake,key:value` or `layer:api team:intake key:value`.
: **Default**: none <br>
A list of default tags to be added to every span and profile. Tags can be separated by commas or spaces, for example: `layer:api,team:intake,key:value` or `layer:api team:intake key:value`. Key-value pairs must be of string-convertible types.

### Agent

Expand Down

0 comments on commit b77ca56

Please sign in to comment.