This is an exporter for Prometheus to get instrumentation data for Apache Aurora
make
./aurora_exporter <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 |
Can be either a single http://host:port
or a comma-separated zk://host1:port,zk://host2:port
URL.
Copy the content of consoles
to the consoles folder used by your Prometheus master. Your Aurora
dashboard will then be available at http://your-prometheus:9000/consoles/aurora.html
.