From b4d217e7d135030f93c3e1320ff197eac4fa6aea Mon Sep 17 00:00:00 2001 From: max-melentyev <119438383+max-melentyev@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:18:46 -0400 Subject: [PATCH] PD: fix alert description by removing incorrect `type` label Signed-off-by: Max Melentyev --- metrics/alertmanager/pd.rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/alertmanager/pd.rules.yml b/metrics/alertmanager/pd.rules.yml index b746f94db95..19b646b8f8c 100644 --- a/metrics/alertmanager/pd.rules.yml +++ b/metrics/alertmanager/pd.rules.yml @@ -161,7 +161,7 @@ groups: level: warning expr: sum(pd_cluster_status{type="storage_size"}) / sum(pd_cluster_status{type="storage_capacity"}) * 100 > 80 annotations: - description: 'cluster: ENV_LABELS_ENV, type: {{ $labels.type }}, instance: {{ $labels.instance }}, values: {{ $value }}' + description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values: {{ $value }}' value: '{{ $value }}' summary: PD_cluster_store_space_used_more_than_80% @@ -235,4 +235,4 @@ groups: annotations: description: 'cluster: ENV_LABELS_ENV, instance: {{ $labels.instance }}, values:{{ $value }}' value: '{{ $value }}' - summary: PD etcd storage usage is over 80% of quota \ No newline at end of file + summary: PD etcd storage usage is over 80% of quota