From bd650aa54cba1f1431e531738043f2bb6d940cad Mon Sep 17 00:00:00 2001 From: Kai Date: Sat, 20 Aug 2022 10:13:28 +0200 Subject: [PATCH] Fix typo --- dist/rules/prometheus-self-monitoring/embedded-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/prometheus-self-monitoring/embedded-exporter.yml b/dist/rules/prometheus-self-monitoring/embedded-exporter.yml index 527aabb..7e6b9e3 100644 --- a/dist/rules/prometheus-self-monitoring/embedded-exporter.yml +++ b/dist/rules/prometheus-self-monitoring/embedded-exporter.yml @@ -245,4 +245,4 @@ groups: severity: warning annotations: summary: Prometheus timeserie cardinality (instance {{ $labels.instance }}) - description: "The \"{{ $label.name }}\" timeserie cardinality is getting very high: {{ $value }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + description: "The \"{{ $labels.name }}\" timeserie cardinality is getting very high: {{ $value }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"