Vishwesh Bankwar
Vishwesh Bankwar
https://github.com/open-telemetry/opentelemetry-dotnet/pull/5676 should fix this.
https://www.nuget.org/packages/OpenTelemetry.Exporter.Prometheus.AspNetCore/1.9.0-beta.2 has the fix
> DistributedContextPropagator.Current = new OTelBridgePropagator(otelPropagator); // this should be done by OTel SDK @lmolkova FYI - This could run into some sequencing issues and may not work in all cases...
@abratv - could you please elaborate on what you are trying to do? > I was expecting "MyProcessor" should be filtered but what happened is AspNetCoreInstrumentation also filtered This statement...
@joegoldman2 - Sorry for the delay on this. I will take a look at benchmark and get back.
Related: https://github.com/open-telemetry/opentelemetry-dotnet/issues/5054
> No work has been done on this yet. @vishweshbankwar might have explored this a bit? > > We also got feedback about adding this particularly for the Metrics being...