-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Micrometer to OpenTelemetry bridge in Quarkus #43621
Comments
/cc @brunobat (micrometer,opentelemetry), @ebullient (micrometer), @radcortez (opentelemetry) |
Thanks for creating the issue. I might update the description in the future to include more details. |
The implementation uses the opentelemetry-micrometer-1.5 This allows us to create a Micrometer registry implemented with the OpenTelemetry SDK and APIs. All telemetry data created with both Micrometer and OpenTelemetry will be processed by the same OpenTelemetry SDK instance and will use it's configuration and exporters. |
Fixed by #43621 |
Description
This feature to follow the next step after Add support for OpenTelemetry metrics
I will just quote @brunobat
Is there a roadmap ?
Implementation
See comment bellow.
No response
The text was updated successfully, but these errors were encountered: