From 119c2ce149b84dadda2c30c7fd340c55dfd8f5f7 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 8 Mar 2025 18:26:49 +0800 Subject: [PATCH] fix: remove obsolete Redis down alert rules for clarity Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/redis-cluster/values.prod.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/redis-cluster/values.prod.yaml b/freeleaps/helm-pkg/3rd/redis-cluster/values.prod.yaml index 20195851..d8745fc7 100644 --- a/freeleaps/helm-pkg/3rd/redis-cluster/values.prod.yaml +++ b/freeleaps/helm-pkg/3rd/redis-cluster/values.prod.yaml @@ -1122,15 +1122,7 @@ metrics: ## summary: Redis® instance {{ "{{ $instance }}" }} has evicted keys ## description: Redis® instance {{ "{{ $instance }}" }} has evicted {{ "{{ $value }}" }} keys in the last 5 minutes. ## - rules: - - alert: RedisDown - expr: redis_up == 0{service="{{ template "common.names.fullname" . }}-metrics"} == 0 - for: 0m - labels: - severity: critical - annotations: - summary: Redis down (instance {{ "{{ $instance }}" }}) - description: Redis instance is down\n VALUE = {{ "{{ $value }}" }}\n LABELS = {{ "{{ $labels }}" }} + rules: [] ## @param metrics.priorityClassName Metrics exporter pod priorityClassName ## priorityClassName: ""