Replies: 2 comments 6 replies
-
/cc @ebullient, @jmartisk, @radcortez |
Beta Was this translation helpful? Give feedback.
-
Hi. Is there any update on when Quarkus OpenTelemetry plugin will start supporting metrics export? Is it perhaps already on the roadmap? The suggested method of using Micrometer + Micrometer OTel exporter is not a feasible alternative. With this method, it's possible to push JVM metrics, however Micrometer's metric naming does not comply with the OpenTelemetry's Semantic Conventions for Runtime Environment Metrics. For example: So I am looking forward to adding metrics support for Quarkus OpenTelemetry plugin. If metrics exporter is configured, I assume/hope that an application can easily use OpenTelemetry's runtime metrics library to register JVM observers: https://mvnrepository.com/artifact/io.opentelemetry.instrumentation/opentelemetry-runtime-metrics. Right now this approach does not seem to work:
Even if the observers are registered, OpenTelemetry is not exporting metrics. Is there maybe an alternative way to achieve this? Looking forward to your response. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know quarkus has an opentelemetry extension, but it only seems to do traces.
Is there any way to also utilize OpenTelemetry metrics and push them to the same OTLP collector as the traces?
I am compiling my quarkus application as a GRAALVM native image and trying to implement observability on it with Elastic. We can't use the elastic apm java agent with GraalVM so we are tying to use the quarkus opentelemetry extension. It is working great for traces but we weren't seeing any metrics.
Then I added the micrometer extension and started pushing micrometer metrics to elastic via OTLP, but the metrics aren't really getting associated with the app well, I am wondering if I can figure out a way to use OpenTelemetry for both the traces and metrics if Elastic will bundle these together better.
-Jeff
Beta Was this translation helpful? Give feedback.
All reactions