confluentinc/jmx-monitoring-stacks

Missing metrics in prometheus exporter

Closed this issue · 1 comments

Hello,

When I tried to use kafka_broker.yml I noticed for example that all kafka_controller* metrics are missing. If I try exporter with no rules, I do see that metric.

I think the issue is somewhere here:

# "kafka.controller:type=*, name=*"
?

Thanks.

Hi @lavalex

I tried using dev-toolkit

dev-toolkit/start.sh

then I have scraped all prometheus metrics from broker 1:

curl -v http://kafka1:1234/metrics >> /tmp/metrics.txt

and kafka_controller metrics are visible (see img)

Screenshot 2024-07-18 alle 11 00 44

could you pls try it?