eclipse-vertx / vertx-tracing

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

Draft: Retrieve opentelemetry span #55

Closed jcarranzan closed 1 year ago

jcarranzan commented 1 year ago

Motivation:

https://github.com/eclipse-vertx/vertx-tracing/issues/51

tsegismont commented 1 year ago

@jcarranzan thanks for sharing this. While reviewing I took some time to look again into the implementation and the OpenTelemetry API. It turns out OpenTelemetry provides a io.opentelemetry.api.trace.Span#current method already.

So we can close the PR, it is not required.