Enabling the quarkus.micrometer.binder.kafka.enabled
property
#32639
Replies: 4 comments 9 replies
-
/cc @alesj (kafka), @brunobat (micrometer), @cescoffier (kafka), @ebullient (micrometer), @ozangunalp (kafka) |
Beta Was this translation helpful? Give feedback.
-
@ShubhamRwt can you debug and see if this observer kicks-in? |
Beta Was this translation helpful? Give feedback.
-
This is out of Quarkus' "jurisdiction", as this is then Micrometer + Kafka code.
|
Beta Was this translation helpful? Give feedback.
-
@ppatierno it takes Metrics from consumer/producer/admin ... and turns them into Micrometer metrics. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on moving the Strimzi Kafka bridge project with @ppatierno to use Quarkus and the HTTP REST part is already implemented using RESTeasy Reactive.
I am currently trying to add the metrics to bridge using the
quarkus micrometer
library. I was able to get the metrics which are there by default on http://localhost:8080/q/metrics. I saw that using thequarkus.micrometer.binder.kafka.enabled
we can enable the Kafka related metrics but I am not able to see any metrics related to Kafka after setting this property totrue
. I also fulfil the conditions mentioned in the docs but still no good. Can you help me figure out where I am going wrong or why it is not working?Beta Was this translation helpful? Give feedback.
All reactions