Replies: 1 comment
-
I found this proposed processor which seems to facilitate this use case: #4968 Until that work is completed is there another approach to achieve this use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The "Example Use-cases" in the OpenTelemetry metrics spec lists the example of re-aggregating multiple OTel SDKs in a single Collector to "eliminate the identity of individual SDKs":
https://opentelemetry.io/docs/specs/otel/metrics/data-model/#example-use-cases
I'm having a hard time determining how to achieve this.
I thought the
metricstransformprocessor
might be what I was looking for but the comment specifically says:What is the recommended approach for achieving this?
Beta Was this translation helpful? Give feedback.
All reactions