Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 681 Bytes

Prometheus Aurora exporter

This is an exporter for Prometheus to get instrumentation data for Apache Aurora

Build and run

make
./aurora_exporter <flags>

Flags

Name Description
web.listen-address Address to listen on for web interface and telemetry.
web.telemetry-path Path under which to expose metrics.
exporter.aurora-url URL to an Aurora scheduler or ZooKeeper ensemble

Aurora URL

Can be either a single http://host:port or a comma-separated zk://host1:port,zk://host2:port URL.