[aaisp-exporter] Update to common 4.5.3

This commit is contained in:
2023-03-06 10:04:22 +00:00
parent acb65e778e
commit 41eeb4795d
4 changed files with 13 additions and 66 deletions

View File

@@ -48,15 +48,15 @@ metrics:
prometheusRule:
enabled: false
labels: {}
# -- Configure additionial rules for the chart under this key.
# -- Configure additional rules for the chart under this key.
# @default -- See prometheusrules.yaml
rules: []
# - alert: aaispExporterAbsent
# annotations:
# description: aaisp Exporter has disappeared from Prometheus service discovery.
# summary: aaisp Exporter is down.
# expr: |
# absent(up{job=~".*aaispexporter.*"} == 1)
# for: 5m
# labels:
# severity: critical
rules:
- alert: AAISPExporterAbsent
annotations:
description: AAISP Exporter has disappeared from Prometheus service discovery.
summary: AAISP Exporter is down.
expr: |
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
for: 5m
labels:
severity: critical