From 6b8143cb81dacb10c0536c39363d3a339e07c6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Tue, 14 Jan 2025 16:14:55 +0100 Subject: [PATCH 1/2] fix: clarify that metrics include tags from DD_TAGS --- 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..30fa649e93375 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 From a13583952c50130dc07dd23c78fab6b96421d65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Wed, 15 Jan 2025 09:49:08 +0100 Subject: [PATCH 2/2] Update content/en/tracing/trace_collection/library_config/go.md 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 30fa649e93375..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, 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`. +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