mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 21:06:41 +00:00
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>
20 lines
601 B
YAML
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']
|