Skip to content

zircote/aurora_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
exporter.bypass-leader-redirect Don't follow redirects to the leader instance.

Aurora URL

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

Console Dashboard

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.


About

Prometheus Aurora exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.2%
  • HTML 3.6%
  • Makefile 2.2%