Http related metrics coming from Quarkus are different from Vertx #32789
-
Hi, I have some question related to the quarkus micrometer metrics.
FYI - @ppatierno |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
/cc @ebullient (metrics), @jmartisk (metrics) |
Beta Was this translation helpful? Give feedback.
-
Quarkus integrates micrometer much differently than vertx does. So while yes, Quarkus uses vertx as its underlying request engine, its integration with micrometer is very different and more direct. The suffixes are provided by the Micrometer Prometheus Meter Registry.
|
Beta Was this translation helpful? Give feedback.
Quarkus integrates micrometer much differently than vertx does. So while yes, Quarkus uses vertx as its underlying request engine, its integration with micrometer is very different and more direct.
The suffixes are provided by the Micrometer Prometheus Meter Registry.