2021-03-04 15:16:54 +00:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: telegraf
|
2021-03-05 14:27:33 +00:00
|
|
|
metric_relabel_configs:
|
|
|
|
- source_labels: [__name__]
|
|
|
|
regex: go_.+
|
|
|
|
action: drop
|
|
|
|
|
2021-03-04 15:16:54 +00:00
|
|
|
static_configs:
|
|
|
|
- targets:
|
2021-03-05 20:39:11 +00:00
|
|
|
- 10.23.1.1:9273
|
2021-03-04 16:26:55 +00:00
|
|
|
- job_name: traefik
|
2021-03-05 14:27:33 +00:00
|
|
|
metric_relabel_configs:
|
|
|
|
- source_labels: [__name__]
|
|
|
|
regex: go_.+
|
|
|
|
action: drop
|
|
|
|
|
2021-03-04 16:26:55 +00:00
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- 10.23.2.3:8080 # grimes
|
2021-04-07 22:11:24 +01:00
|
|
|
- 10.23.1.7:8080 # pve-docker
|