Replies: 5 comments
-
/cc @brunobat (opentelemetry,tracing), @radcortez (opentelemetry,tracing) |
Beta Was this translation helpful? Give feedback.
-
The bean producer is there: |
Beta Was this translation helpful? Give feedback.
-
@brunobat so the producer should be auto-registered by including quarkus-opentelemetry, right? Do you happen to know why it is not injecting? |
Beta Was this translation helpful? Give feedback.
-
I'm tracing arc processor and I do not see that producer being registered. I'll double check package versions, but I feel like that it is not being picked up for some reason. |
Beta Was this translation helpful? Give feedback.
-
I think the problem is with opentracing being disabled with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We're migrating from OpenTracing to OpenTelementry, however we are hitting an issue with CDI for
io.opentelemetry.api.trace.Tracer
:(RedHatInsights/policies-ui-backend#588 (comment))
Base on the [documentation|https://quarkus.io/version/2.16/guides/opentelemetry#available-opentelemetry-cdi-injections] this should be supported in Quarkus 2.16.
What are we missing?
(Our changes can be found at https://github.com/RedHatInsights/policies-ui-backend/pull/588/files)
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions