opentelemetry agent auto-injection #11025
Unanswered
gamer22026
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to instrument a java app (in this case using the inspectit/inspectit-ocelot-agent so we can get java metrics into prometheus) using opentelemetry auto-injection via the opentelemetry operator and the
instrumentation.opentelemetry.io/inject-java
annotation. Works fine without linkerd. I see it pull down the proper inspectit-ocelot-agent and auto-inject it into the java process. But once I also enable linkerd-proxy, then the agent image is not pulled down which results in no javaagent running and thus no java metrics. Don't see anything really out of whack when linkerd is enabled to account for it. Is anyone running linkerd along with otel auto-injection via the otel operator?Beta Was this translation helpful? Give feedback.
All reactions