grafana: there are more metrics now
Some checks failed
/ Ansible Lint (push) Failing after 1m51s

This commit is contained in:
chris 2025-07-18 21:23:39 +02:00
commit a4c703b185
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
global:
scrape_interval: 60s
scrape_timeout: 10s
evaluation_interval: 15s
scrape_timeout: 15s
evaluation_interval: 30s
alerting:
alertmanagers:
- scheme: http
timeout: 10s
timeout: 15s
static_configs:
- targets:
- "alertmanager:9093"

View file

@ -627,7 +627,7 @@ groups:
summary: Prometheus TSDB WAL truncations failed (instance {{ $labels.instance }})
description: "Prometheus encountered {{ $value }} TSDB WAL truncation failures\n VALUE = {{ $value }}"
- alert: PrometheusTimeseriesCardinality
expr: label_replace(count by(__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") > 15000
expr: label_replace(count by(__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") > 20000
for: 0m
labels:
severity: warning