Unable to capture traces related to event bus operations in vertx. #12817
Replies: 2 comments 1 reply
-
Hi , |
Beta Was this translation helpful? Give feedback.
-
it is likely that we don't have instrumentation for that, you can check from https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md whether there is instrumentation for the library that you are using
We don't have instrumentation for websockets. I suspect that websockets are too low level, it may be possible to instrument higher level protocols implemented on top of websockets. |
Beta Was this translation helpful? Give feedback.
-
I am using the OpenTelemetry Java Agent to instrument my application, but I am unable to capture traces related to the following scenarios:
Beta Was this translation helpful? Give feedback.
All reactions