Missing metrics in prometheus exporter
Closed this issue · 1 comments
lavalex commented
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:
?Thanks.
hifly81 commented
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)
could you pls try it?