From 10a42ebd2f0e3bb8de775f4b53f549e284cc4f5f Mon Sep 17 00:00:00 2001 From: mackjmr Date: Tue, 12 Dec 2023 11:50:19 +0100 Subject: [PATCH] Improve documentation of resource_attributes_as_tags Closes #29702 --- exporter/datadogexporter/examples/collector.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/exporter/datadogexporter/examples/collector.yaml b/exporter/datadogexporter/examples/collector.yaml index 829c1775bd92..f04124cdba91 100644 --- a/exporter/datadogexporter/examples/collector.yaml +++ b/exporter/datadogexporter/examples/collector.yaml @@ -227,9 +227,11 @@ exporters: # endpoint: https://api.datadoghq.com ## @param resource_attributes_as_tags - string - optional - default: false - ## Set to true to add all resource attributes of a metric to its metric tags. - ## When set to false, only a small predefined subset of resource attributes is converted - ## to metric tags. + ## Set to true to add resource attributes of a metric to its metric tags. + ## Please note that any of the subset of resource attributes in this + ## list https://docs.datadoghq.com/opentelemetry/guide/semantic_mapping/ are + ## converted to datadog conventions and set to to metric tags whether this option + ## is enabled or not. # # resource_attributes_as_tags: false