Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation of resource_attributes_as_tags #29765

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions exporter/datadogexporter/examples/collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading