eclipse-vertx / vertx-tracing

Vertx integration with tracing libraries
Other
42 stars 34 forks source link

Incorrect open telemetry active context #43

Closed vietj closed 2 years ago

vietj commented 2 years ago

The OpenTelemetryTracer does promote the client context as current active context leading to incorrect span relationship reporting in some situations. Only server spans can become the current active context.