File size: 122 Bytes
1e92f2d | 1 2 3 4 5 6 7 | global:
scrape_interval: 3s
scrape_configs:
- job_name: goalert
static_configs:
- targets: [localhost:2112]
|
1e92f2d | 1 2 3 4 5 6 7 | global:
scrape_interval: 3s
scrape_configs:
- job_name: goalert
static_configs:
- targets: [localhost:2112]
|