kafka streams javaagent #7620
-
Hi, I came across https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/kafka/kafka-streams-0.11/javaagent but am unsure how tom use it. I tried downloading the jar file from here https://search.maven.org/artifact/io.opentelemetry.javaagent.instrumentation/opentelemetry-javaagent-kafka-streams-0.11 but when I try to use it in a
Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @dermotmburke , That library is just a part of the OTel javaagent (one of many), you can't really do much with it alone (we release it for people that want to extend it or develop a custom javaagent instrumentation that reference it). You should be using the OTel javaagent instead. |
Beta Was this translation helpful? Give feedback.
Hey @dermotmburke ,
That library is just a part of the OTel javaagent (one of many), you can't really do much with it alone (we release it for people that want to extend it or develop a custom javaagent instrumentation that reference it). You should be using the OTel javaagent instead.
Try the following instructions: https://opentelemetry.io/docs/instrumentation/java/automatic/