Skip to content

Prometheus exporter for metrics of a docker swarm cluster.

Notifications You must be signed in to change notification settings

jeinwag/swarm-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swarm-exporter

A prometheus export which exports several metrics about a docker swarm cluster, e.g. node availability, number of running replicas of a service etc.

Running

The exporter will need acccess to the docker API, it needs to run on a swarm manager node:

docker run -d --name swarm-exporter -v /var/run/docker.sock:/var/run/docker.sock -p 9515:9515 jeinwag/swarm-exporter

Building

Just run docker build ..

About

Prometheus exporter for metrics of a docker swarm cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published