Skip to content

[exporter/dynatrace] Are resources attributes being ignored ? #10581

Answered by alefcarlos
alefcarlos asked this question in Q&A
Discussion options

You must be logged in to vote

This is solved #10586

Hi @alefcarlos! Thank you for you question.

Both data point attributes and resource attributes are available as metric dimensions in Dynatrace. Dimensions from resource attributes are, however, not created automatically.

To have dimensions created from the resource attributes, you can do either of the following:

  1. Use the resourcetotelemetry exporter helper by adding the following config flag:
  dynatrace:
    endpoint: ...
    api_token: ...  
    resource_to_telemetry_conversion:
        enabled: true

Note that this will add ALL available resource attributes as data point attributes and consequently dimensions. Depending on how many resource attributes you plan t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alefcarlos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant