Hi,I am confused between kafka exporter and jmx exporter. Both export metrics related to kafka brokers in prometheus format so that prometheus can use it later for further processing.So, do I need to run both exporters or just any exporter will work to monitor my kafka cluster?
Is there any difference between the metrics exposed by these two exporters?
Please help. Any pointers would be useful.Thanks and regardsAnkit Rohilla
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c48ee010-96b0-4889-a791-778efaf5cef2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 10 September 2018 at 12:21, <ankit.r...@gmail.com> wrote:Hi,I am confused between kafka exporter and jmx exporter. Both export metrics related to kafka brokers in prometheus format so that prometheus can use it later for further processing.So, do I need to run both exporters or just any exporter will work to monitor my kafka cluster?You probably want both.Is there any difference between the metrics exposed by these two exporters?The JMX exporter will give you the metrics of each individual broker, such as memory, GC and kafka external metrics. The Kafka exporter is more overall state, such as the offsets of partitions.Brian
Please help. Any pointers would be useful.Thanks and regardsAnkit Rohilla
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c48ee010-96b0-4889-a791-778efaf5cef2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.