Skip to content

Docker exporter for Prometheus with improved labels

Notifications You must be signed in to change notification settings

Surveytechnologie/docker_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_exporter

Docker exporter for Prometheus monitoring

Info

Use this exporter in case of running conainers by docker-compose (you will have no containers names and probably not all needed metrics via cadvisor).

build

docker login
docker-compose -f docker-compose-build.yml build
docker-compose -f docker-compose-build.yml push

configuration

Customize your configuration via config file docker_exporter/exporter/exporter.py.yml

run

Use docker-compose.yml to run container.
To customize config you can mount your customized exporter.py.yml to /opt/exporter/exporter.py.yml.

docker-compose up

dependencies if want to run without container

pip3 install -r requirements.txt

About

Docker exporter for Prometheus with improved labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 98.0%
  • Dockerfile 2.0%