-
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
Add support for OpenTelemetry metrics. #39033
Comments
/cc @ebullient (metrics), @jmartisk (metrics), @radcortez (opentelemetry) |
@brunobat thanks a lot for the work on the open telemetry integrations. Planning observability in the project, I have a couple questions about
|
Hi @antonaverin-oviva. The idea is to have the ability to have an integrated experience of traces and metrics.
Saying this, after this issue is implemented, users can actually create their own metrics on OpenTelemetry directly, no need for Micrometer. |
Main PR merged. |
Description
Include in the current
quarkus-opentelemetry
extension the ability to create and export OpenTelemetry Metrics data.This issue will not instrument any Quarkus code, That will continue to be done with Micrometer.
This issue will facilitate the creation of a Micrometer to OpenTelemetry bridge in Quarkus.
The text was updated successfully, but these errors were encountered: