You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It doesn't appear that Pulsar autoinstrumentation is working. When I enable javaagent debug logging, I don't see debug messages from the InstrumentationLoader indicating that it's loading the Pulsar 2.8 instrumentation.
Steps to reproduce
set OTEL_JAVAAGENT_DEBUG=true, observe the output does not include Pulsar
What did you expect to see?
The Pulsar instrumentation loaded, and Messaging Spans created for pulsar consumer
What did you see instead?
similar to jdbc and other instrumentations, I expected to see debug log messages reporting the pulsar instrumentation was loaded.
Environment
Compiler: Eclipse Adoptium OpenJDK 64-Bit Server VM 17.0.6+10
OS: eclipse-temurin:17.0.6_10-jre-jammy
Additional context
Added the v1.25.0 otel javaagent to backend service which has a Pulsar consumer.
Backend service is http4k, using Pulsar 2.11.1 client library. I was hoping to have new spans created via the Pulsar instrumentation.
It seems like by renaming the pulsar module in #8195 we accidentally didn't rename the subdirectory which results in the pulsar instrumentation being missing from javaagent.
Describe the bug
It doesn't appear that Pulsar autoinstrumentation is working. When I enable javaagent debug logging, I don't see debug messages from the InstrumentationLoader indicating that it's loading the Pulsar 2.8 instrumentation.
Steps to reproduce
set OTEL_JAVAAGENT_DEBUG=true, observe the output does not include Pulsar
What did you expect to see?
The Pulsar instrumentation loaded, and Messaging Spans created for pulsar consumer
What did you see instead?
similar to jdbc and other instrumentations, I expected to see debug log messages reporting the pulsar instrumentation was loaded.
setting the following env vars did not result in Pulsar instrumentation being loaded, or add messaging spans from my pulsar consumer.
I do see some otel+pulsar logs from the javaagent -- messages like this from AgentInstaller$TransformLoggingListener:
What version are you using?
v1.25.0
Environment
Compiler: Eclipse Adoptium OpenJDK 64-Bit Server VM 17.0.6+10
OS: eclipse-temurin:17.0.6_10-jre-jammy
Additional context
Added the v1.25.0 otel javaagent to backend service which has a Pulsar consumer.
Backend service is http4k, using Pulsar 2.11.1 client library. I was hoping to have new spans created via the Pulsar instrumentation.
set the following env vars
The spans of the app just include jdbc, or the http library (undertow). and no spans from the Pulsar instrumentation.
The text was updated successfully, but these errors were encountered: