You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded the Vertx version in one of my applications and noticed that Span context is being cleared prematurely resulting in calls to other services missing the 'traceparent' header as well as spans ending much earlier than expected.
Version
4.5.9
Context
I recently upgraded the Vertx version in one of my applications and noticed that Span context is being cleared prematurely resulting in calls to other services missing the 'traceparent' header as well as spans ending much earlier than expected.
Do you have a reproducer?
The project uses Otel as the tracing provider.
Steps to reproduce
curl --verbose --header 'traceparent: 00-eafaefe4aa38e8efbcaa5868ebee1c6a-148fa5fc0892068f-01' http://localhost:8888/
Extra
The text was updated successfully, but these errors were encountered: