Exclude python stats for HA
This commit is contained in:
parent
ed7faf4678
commit
60514d191a
@ -25,7 +25,7 @@ scrape_configs:
|
||||
credentials: "{{ homeassistant_token }}"
|
||||
metric_relabel_configs:
|
||||
- source_labels: [__name__]
|
||||
regex: go_.+
|
||||
regex: python_.+
|
||||
action: drop
|
||||
static_configs:
|
||||
- targets: ["{{ pve_hosts.homeassistant.ip }}:8123"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user