Replies: 2 comments
-
Duplicate of #5583 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will monitor the link you provided on the other issue (https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#metricfilter), it seems to be addressing our need, thanks! |
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
-
Hi, our service is generating metrics with multiple tags and we are looking into a way to filter out some tags at runtime dynamically within the SDK. Views can only be configured at startup, unfortunately. This is offered by the OpenTelemetry Collector, but ideally, we would have a way to do this filtering within the service. I looked into the source code and I don't see any hooks available, most of the classes are internal. It is already supported for the traces within the SDK (https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/docs/trace/extending-the-sdk/README.md#filtering-processor), is there any reason it is not available for metrics?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions