Spring AMQP tracking feature ? #12355
-
Hi all, I have a spring application, and I am using spring amqp, is it possible to instrument it without java agent ? There is a library ? Thanks Dimitri |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think we currently have manual instrumentation for this. We have agent instrumentation for |
Beta Was this translation helpful? Give feedback.
I don't think we currently have manual instrumentation for this. We have agent instrumentation for
spring-rabbit
https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-rabbit-1.0/javaagent Perhaps a manual instrumentation library could be extracted from it. There is also #10091 that attempts to build a manual instrumentation library for rabbitmq.