Paulo Janotti

Results 150 comments of Paulo Janotti

FWIW, I couldn't repro it on either in a macOS with SDK `5.0.203` not `5.0.103` not sure if that could be the difference.

I tried a repro on Ubuntu 20.04 and no luck but noticed two issues: If I attach the receiver to the ASP.NET process and send CTRL+C to the ASP.NET process...

No repro in 20 runs of the test via verify-test on my fork of the repo. It seems that the failure is related to running near other tests, that said,...

@RassK another one: many received by zipkin by assert report not all 11 ... https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/3087043165/jobs/4991999686#step:4:3378 Let's prioritize the issue to dump the spans received by Zipkin, meanwhile, you can enable...

Checked the latest CI failures and this one was not present.

Temporary workaround to investigate tests: enable the console exporter, on failure we dump the stdout anyway.

The most ambitious and flexible solution would be to re-write the IL tokens at execution time and completely hide the issue from the user. The re-writing would be on the...

@nrcventura Q is very relevant. Initially, we could simply have a point at which the native code switches from file to EventSource. Anyway, let's record that the runtime provides support...