Files
linuxkit/projects/etcd/pkg/etc/prometheus-local.yml
Rolf Neugebauer 77941b7216 demo: Rename ./project/demo to ./project/etcd
With redis-os and README documentation moved elsewhere,
the demo directory only contains the etcd demo setup.
Rename it.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-25 13:17:05 +01:00

20 lines
601 B
YAML

global:
scrape_configs:
# - job_name: 'prometheus'
# scrape_interval: 20s
# static_configs:
# - targets: ['localhost:9090']
# Scrape the Node Exporter
- job_name: 'node'
scrape_interval: 20s
static_configs:
- targets: ['localhost:9100', 'localhost:9101', 'localhost:9102', 'localhost:9103', 'localhost:9104']
# # Scrape the containerd exporter
# - job_name: 'containerd'
# scrape_interval: 15s
# static_configs:
# - targets: ['192.168.65.200:13337', '192.168.65.201:13337', '192.168.65.202:13337', '192.168.65.203:13337', '192.168.65.204:13337']