Skip to content

Docker container using the JMX Exporter to easily monitor Kafka via Prometheus

Notifications You must be signed in to change notification settings

fabianbaier/docker-kafka-prometheus-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcos-insights-kafka-prometheus-exporter

JMX to Prometheus exporter: a collector that can configurably scrape and expose mBeans of a JMX target.

Dependencies

Building

If there is a new version of the JMX Prometheus Exporter available just run this command in docker path and tag the current version, e.g. 0.1.0:

$ make version=0.1.0

Environment Variables

Variable Description
KAFKA_HOSTPORT Kafka instance to connect, e.g. <externalIP>:<JMXPort> (requires JMX enabled).

Docker

Run via the Docker command:

$ docker run -p 5556:5556 -e "KAFKA_HOSTPORT=<externalIP>:<JMXPort>" fabianbaier/docker_kafka_prometheus_exporter:0.1.0

About

Docker container using the JMX Exporter to easily monitor Kafka via Prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published