How to fully disable all instrumentation Opentelemetry metrics? #50954
-
|
Hello, However, I still receive JVM, Kafka, AMQP, Netty and HTTP metrics. How can I fully disable everything but custom application metrics? do I need to disable these metrics in the collector? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
/cc @brunobat (opentelemetry), @ebullient (metrics), @jmartisk (metrics), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
-
|
But I need to selectively disable metrics individually. Is is possible to supply OTel Java SDK-specific environment vbles using Quarkus properties file? I'd like to supply OTel Java agent properties through Quarkus. |
Beta Was this translation helpful? Give feedback.
you're right my bad, I was using
quarkus-micrometer-opentelemetryextension, notquarkus-opentelemetry.I'm no longer getting instrumentation metrics using quarkus-opentelemetry.
No the question I guess is, can I still get instrumentation metrics using
quarkus-opentelemetry, or are they all Micrometer's?