mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-21 07:09:46 +00:00
19 lines
396 B
YAML
19 lines
396 B
YAML
global:
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: "node_exporter"
|
|
scrape_interval: 2s
|
|
static_configs:
|
|
- targets: ["node_exporter:9100"]
|
|
|
|
- job_name: "cadvisor"
|
|
scrape_interval: 2s
|
|
static_configs:
|
|
- targets: ["cadvisor:8080"]
|
|
|
|
- job_name: caddy
|
|
scrape_interval: 2s
|
|
static_configs:
|
|
- targets: ["caddy:2019"]
|