prometheus / docs

Prometheus documentation: content and static site generator
https://prometheus.io
Apache License 2.0
658 stars 1.01k forks source link

kafka Monitoring with prometheus , grafana-dashboard #994

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello Team,

we are trying to capture monitoring metrics of kafka into prometheus along with kafka based grafana dashboard- "https://grafana.com/dashboards/721"

step1 : configured kafka with prometheus following : Monitoring Kafka with Prometheus https://www.robustperception.io/monitoring-kafka-with-prometheus/

step2: Setting up Grafana for Prometheus https://www.robustperception.io/setting-up-grafana-for-prometheus/

step 3: From this link, https://grafana.com/dashboards/721 we downloaded JSON file and imported to grafana for dashboard. [reference - http://docs.grafana.org/reference/export_import/]

while starting kafka we have changed the port to 9090 instead of 7071. accordingly we updated into the json file [7071-> 9090]

we are getting metrics data from step 1. image

we are still facing issue of "No datapoints-No datapoints returned from metric query" image

Any inputs or configuration missing or not in place ?

brian-brazil commented 6 years ago

It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided.