opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

[kafka] wrong calculation of receive duration when CancellationToken is used

Open lachmatt opened this issue 10 months ago • 1 comments

When Consume overload with CancellationToken is used, calculated span duration reflects last iteration wait time, instead of sum of them.

lachmatt avatar Apr 17 '24 13:04 lachmatt

Putting to vNext after discussion with @lachmatt

Kielek avatar Jun 07 '24 07:06 Kielek