-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding filter processor after also filter previous processor #5672
Comments
@abratv - could you please elaborate on what you are trying to do?
This statement is not clear to me. |
Let's say I have following processors
Expectation: "Processor Filter" only apply to "Processor C" |
This would be a bug, if ProcessorFilter applied to things before it! |
I'm bit tight right now You can check quickly if the traces over the dashboard also got filtered or the way I configure it wrong some how? this is the way i configure my filter
and in program.cs
So MyFilterProcessor also filter configuration in "ConfigurationOpenTelemetry" |
https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/extending-the-sdk Please use a minimal example and share the repro code, so it'll be easy for us to confirm you are adding processors correctly. |
What is the question?
The first registration
next
I was expecting "MyProcessor" should be filtered but what happened is AspNetCoreInstrumentation also filtered
Is this expected?
Additional context
No response
The text was updated successfully, but these errors were encountered: