Skip to content

Commit 1527c8e

Browse files
darcciomaycmlee
authored andcommitted
fix: clarify that APM metrics include tags from DD_TAGS (#27099)
* fix: clarify that metrics include tags from DD_TAGS * Update content/en/tracing/trace_collection/library_config/go.md Co-authored-by: May Lee <[email protected]> --------- Co-authored-by: May Lee <[email protected]>
1 parent 49db4c5 commit 1527c8e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ A JSON array of objects. Each object must have a `"sample_rate"`. The `"name"`,`
155155

156156
`DD_TAGS`
157157
: **Default**: [] <br>
158-
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`.
158+
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`.
159159

160160
### Agent
161161

0 commit comments

Comments
 (0)