add-push-gateway & remove deprecated fns #6

Merged
jem merged 9 commits from add-push-gateway into main 2025-03-11 16:02:01 +00:00
Showing only changes of commit 5b57ff4c3f - Show all commits

View file

@ -61,8 +61,7 @@
"traefik_tls_certs_not_after")
:kube-state-regex (str "kube_pod_container_status_restarts_total|"
"kube_pod_status_reason|kube_node_status_capacity|kube_node_status_allocatable|"
"kube_cronjob_status_active|kube_job_status_failed")
:backup-regex (str "backup_*")})
"kube_cronjob_status_active|kube_job_.*")})
(def filter-regex-string
(str/join "|" (vals metric-regex)))