1 - added Import Dashboard screenshot

2 - commited last changes for docker-compose
3 - this should be it for now
This commit is contained in:
Brian Christner 2016-07-14 14:19:55 +02:00
parent 327a47e910
commit 1a1fd33b9c
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ networks:
services:
prometheus:
image: prom/prometheus
container_name: prometheus
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus_data:/prometheus
@ -21,7 +22,6 @@ services:
- '-storage.local.path=/prometheus'
expose:
- 9090
container_name: prometheus
links:
- cadvisor:cadvisor
depends_on:

BIN
images/Import_Dashboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB