Hi team! Ref: <https://signoz.io/docs/userguide/d...
# support
c
Hi team! Ref: https://signoz.io/docs/userguide/drop-metrics/#drop-metrics-by-exact-name-match Is there a way to achieve this but from the SDK level?
n
Hey @Chandeep Gulati, does your use case involve manual instrumentation or auto-instrumentation?
c
Auto
n
Can you try with this: https://opentelemetry.io/docs/specs/otel/metrics/sdk/#view. I couldn't find any direct approach similar to a filter processor (what you've shared) or through setting environment variables (this method does not include dropping by name but by instrumentation library).
Also, what auto-instrumentation library are you using?