Funk-lab/k8s/infra/monitoring/dashboards
alkatrazz a21b986d54 fix(monitoring): dashboard infra — remplace regex instance par job=node-exporter
instance=~"192\.168\.10\.(11|12|13):9100" → job="node-exporter"

La barre oblique inversée dans les regex PromQL string literals causait
une erreur "unknown escape sequence" (\.  n'est pas un escape PromQL valide).
job="node-exporter" est équivalent (seuls les 3 compute nodes ont ce job)
et ne dépend pas d'adresses IP hardcodées.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 18:48:00 +02:00
..
dashboard-ai.yaml feat: monitoring — dashboards Grafana + alertes Prometheus 2026-05-13 22:47:49 +02:00
dashboard-infrastructure.yaml fix(monitoring): dashboard infra — remplace regex instance par job=node-exporter 2026-05-14 18:48:00 +02:00
dashboard-kubernetes.yaml feat: monitoring — dashboards Grafana + alertes Prometheus 2026-05-13 22:47:49 +02:00