From 77e19b3f87fcba15f14f4e09725aa8f0b1f9ac0c Mon Sep 17 00:00:00 2001 From: Thomas Danielsson Date: Thu, 2 Dec 2021 13:43:30 +0100 Subject: [PATCH] Fix vmsingle dashboard link (#1894) --- deployment/docker/alerts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/alerts.yml b/deployment/docker/alerts.yml index 6c4b188df..5c5a7f9d4 100644 --- a/deployment/docker/alerts.yml +++ b/deployment/docker/alerts.yml @@ -192,7 +192,7 @@ groups: labels: severity: warning annotations: - dashboard: "http://localhost:3000/d/oS7Bi_0Wz?viewPanel=74&var-instance={{ $labels.instance }}" + dashboard: "http://localhost:3000/d/wNf0q_kZk?viewPanel=74&var-instance={{ $labels.instance }}" summary: "Metrics ingested in ({{ $labels.instance }}) are exceeding labels limit" description: "VictoriaMetrics limits the number of labels per each metric with `-maxLabelsPerTimeseries` command-line flag.\n This prevents from ingesting metrics with too many labels. Please verify that `-maxLabelsPerTimeseries` is configured