Skip to content

Commit 26cc780

Browse files
authored
[APM Tracing: Go] Update DD_TAGS documentation (#27132)
1 parent a152ade commit 26cc780

File tree

1 file changed

+2
-2
lines changed
  • content/en/tracing/trace_collection/library_config

1 file changed

+2
-2
lines changed

content/en/tracing/trace_collection/library_config/go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ A JSON array of objects. Each object must have a `"sample_rate"`. The `"name"`,`
158158
- Set the sample rate to 100% for services that have a `priority` tag with the value `high`: `'[{"tags": {"priority":"high"}, "sample_rate": 1}]'`.
159159

160160
`DD_TAGS`
161-
: **Default**: [] <br>
162-
A list of default tags to be added to every span, metric, 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`.
161+
: **Default**: none <br>
162+
A list of default tags to be added to every span, metric, 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.
163163

164164
### Agent
165165

0 commit comments

Comments
 (0)