Configuring EMF exporter Dimensions #4728
Replies: 2 comments
-
@Konig-Corey I can not help with your query definitely but may be you can help me with my question. I have a conceptual question related to AWS EMF Exporter for OTEL(https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awsemfexporter)., Thanks in Advance |
Beta Was this translation helpful? Give feedback.
-
Hi. Super late but this post came up in my google search now so 🤷 . If i'm reading the question correctly, this is possible if you configure two exporters. Hopefully that helps.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are a few options out of the box that the emf exporter offers for metric rollup. Aside from that there is an option to manually set the dimension sets you would like to use when sending to clouddwatch. This custom dimension configuration works great for us except I would like to be able to make these custom dimensions sets be used in addition to the default dimension set which is all fields.
For example, If you have the following:
This will publish cloudwatch metrics with one "dimension" which includes all of the fields sent like shown below
vs the following configuration:
which will yield the following:
How can I send a dimension of everything AND my custom dimensions?
For additional context. The reason I am choosing to only send the dimensions I want vs using the roll up features is the roll up features generate a bunch of variants of the metrics that are not needed. I want to have one dimension of all fields + a set of custom dimensions of my choosing so that I can control the exact dimensions that are created in cloudwatch vs an all or nothing tactic with the roll up options.
Beta Was this translation helpful? Give feedback.
All reactions