-
Notifications
You must be signed in to change notification settings - Fork 3k
Decouple OpenTelemetry bean initialization from quarkus.otel.sdk.disabled
config value
#48887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a test replicating the original exception from quarkiverse/quarkus-langchain4j#1607
Fair enough |
…abled` config value This is a quick fix, but we should follow up with a fix that ensure that the recorder runs after the OTel recorder - Relates to: quarkiverse/quarkus-langchain4j#1607
Test added that faithfully reproduces the OTel related initialization steps that come into play with quarkiverse/quarkus-langchain4j#1607 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @geoand
🙏🏽 |
Status for workflow
|
This is a quick fix, but we should follow up with a fix that ensure that the recorder runs after the OTel recorder