danielqsj / kafka_exporter

Kafka exporter for Prometheus
Apache License 2.0
2.19k stars 610 forks source link

prometheus output context deadline exceeded #35

Open like-inspur opened 6 years ago

like-inspur commented 6 years ago

I install kafka_exporter for kafka cluster in prometheus environment by docker swarm like this: kafka_exporter: image: danielqsj/kafka-exporter:v1.1.0 volumes:

meetchandan commented 6 years ago

This is because the request is getting timed out. Increase scrape_timeout in prometheus.yml This solves the issue

QuincyC379 commented 5 years ago

This is because the request is getting timed out. Increase scrape_timeout in prometheus.yml This solves the issue

excellent job!