updated service names removing minus in compose and yml files

This commit is contained in:
Brian Christner 2015-08-18 14:40:38 +02:00
parent bf34f627cf
commit 988c6c97c0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ prometheus:
build: "/prom/"
expose:
- "9090"
prom_exporter:
exporter:
image: "prom/prom_container-exporter"
volumes:
- "/sys/fs/cgroup:/cgroup"

View File

@ -27,4 +27,4 @@ scrape_configs:
# scheme defaults to 'http'.
target_groups:
- targets: ['localhost:9090','prom_exporter:9104','prom_dash:3000']
- targets: ['localhost:9090','exporter:9104','promdash:3000']