Skip to content

Commit

Permalink
fix: clarify that APM metrics include tags from DD_TAGS (#27099)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
darccio and maycmlee authored Jan 15, 2025
1 parent 0358215 commit bf44a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/tracing/trace_collection/library_config/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ A JSON array of objects. Each object must have a `"sample_rate"`. The `"name"`,`

`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`.
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`.

### Agent

Expand Down

0 comments on commit bf44a7b

Please sign in to comment.