Collection of metrics exporters for prometheus.
- RabbitMQ exporter using admin interface (rabbit plugin)
- HAProxy exporter using CSV status page via http
- Ganglia/hsflowd exporter using gmond tcp socket
cp universal_exporter.conf.sample universal_exporter.con
./gradlew run
./gradlew installDist
cd build/install/universal_exporter
make
sudo make install
The file universal_exporter.conf.sample is maintained as reference. Sample configs for all exporters are added there.
- job_name: 'rabbitmq'
metrics_path: '/metrics/rabbitmq'
honor_labels: true
static_configs:
- targets:
- localhost:8080
- job_name: 'haproxy'
metrics_path: '/metrics/haproxy'
honor_labels: true
static_configs:
- targets:
- localhost:8080
- e.g. jolokia
- Docker
- Systemd