Metrics don't work #49427
-
An example of a simple Quarkus project with a problem: I have enabled the following metric dependencies:
The quarkus-micrometer-registry-prometheus dependency contains the io.micrometer.prometheus.PrometheusMeterRegistry class, and the micrometer-registry-prometheus dependency contains the io.micrometer.prometheusmetrics.PrometheusMeterRegistry class. How do I register the MeterRegistry implementation correctly? What I need is io.micrometer.prometheusmetrics.PrometheusMeterRegistry. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
/cc @ebullient (metrics), @jmartisk (metrics) |
Beta Was this translation helpful? Give feedback.
Quarkus is only compatible with the io.micrometer.prometheus.PrometheusMeterRegistry class.