sample-collect-docker-metrics

Example of how to integrate Prometheus, Grafana and Docker Daemon metrics

Stars
5

An example of how to make use of Prometheus, Grafana and Docker daemon metrics to graph Docker daemon statistics.

Usage

make  run                 # builds grafana and prometheus 
                          # images and initializes all three containers 
                          # that forms the infra (grafana, prometheus and 
                          # node_exporter).  

make  update-dashboards   # updates the list of json files that represent
                          # the dashboards configured in Grafana.

More

See:

Related Projects