fix: improve Redis down alert annotations for better context and detail

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 15:15:46 +08:00
parent 2dee66ad96
commit 220b1fc1d8

View File

@ -1117,8 +1117,8 @@ metrics:
labels:
severity: critical
annotations:
summary: Redis down (instance {{ $instance }})
description: "Redis instance is down"
summary: Redis down (instance {{ "{{ $instance }}" }})
description: Redis instance is down\n VALUE = {{ "{{ $value }}" }}\n LABELS = {{ "{{ $labels }}" }}
## @param metrics.priorityClassName Metrics exporter pod priorityClassName
##
priorityClassName: ""