Vertx OTEL Tracing issues #41346
-
OTEL Tracing in a Vertx Verticle appears to have two issues:
Is there extra config required to get these working with a Verticle or are these known issues? Reproducer available here: https://github.com/jimbogithub/vertx-tracing
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
/cc @brunobat (tracing), @radcortez (tracing) |
Beta Was this translation helpful? Give feedback.
-
Hi @jimbogithub. |
Beta Was this translation helpful? Give feedback.
-
We do not handle TCP servers automatically, because they are not managed. Here is an example: |
Beta Was this translation helpful? Give feedback.
We do not handle TCP servers automatically, because they are not managed.
In this case, you must a duplicated context.
Here is an example:
https://github.com/quarkusio/quarkus/blob/main/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/options/HttpServerCommonHandlers.java#L68-90