From bf44a7b5238355c1435784dac141220843a3fee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Wed, 15 Jan 2025 17:01:21 +0100 Subject: [PATCH] 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 --------- Co-authored-by: May Lee --- content/en/tracing/trace_collection/library_config/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/trace_collection/library_config/go.md b/content/en/tracing/trace_collection/library_config/go.md index ab99b1fb1368e..7e83f0dc89ea6 100644 --- a/content/en/tracing/trace_collection/library_config/go.md +++ b/content/en/tracing/trace_collection/library_config/go.md @@ -155,7 +155,7 @@ A JSON array of objects. Each object must have a `"sample_rate"`. The `"name"`,` `DD_TAGS` : **Default**: []
-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