Docker exporter for Prometheus monitoring
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).
docker login
docker-compose -f docker-compose-build.yml build
docker-compose -f docker-compose-build.yml push
Customize your configuration via config file docker_exporter/exporter/exporter.py.yml
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
pip3 install -r requirements.txt