opentelemetry-dotnet-instrumentation
opentelemetry-dotnet-instrumentation copied to clipboard
[kafka] wrong calculation of receive duration when CancellationToken is used
When Consume
overload with CancellationToken
is used, calculated span duration reflects last iteration wait time, instead of sum of them.
Putting to vNext after discussion with @lachmatt