From 0da6c21534d81ce603e47f2467120dd91527f8fd Mon Sep 17 00:00:00 2001 From: HailD Date: Thu, 25 Aug 2022 11:51:55 +0200 Subject: [PATCH] Fix typo (#301) --- 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 }}"