MassTransit.OpenTracing icon indicating copy to clipboard operation
MassTransit.OpenTracing copied to clipboard

Results 4 MassTransit.OpenTracing issues
Sort by recently updated
recently updated
newest added

Normally, I use MassTransit.Opentracing with Jaeger. But for local development I don't inject Jaeger services into my DI container. This usage on local development throws NullReferenceException on GlobalTracer.Instance.ActiveSpan property usage...

# Description This PR includes the following proposed change: * Support for MassTransit `SendContext` This is more a start for a discussion, I have fork your lib and put it...

I had to change the logic that determines the operation name to the following, though I'm not sure if it's correct and I'm not happy with just FirstOrDefault(). But since...