From d664ecd2f54e37193a5ae7389eff4054e63c8e00 Mon Sep 17 00:00:00 2001
From: Philipp Matthes
Date: Fri, 10 Jul 2026 07:46:36 +0200
Subject: [PATCH] Fix alert wording: 'LackingBehind' -> 'LaggingBehind'
---
helm/bundles/cortex-nova/templates/alerts.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm/bundles/cortex-nova/templates/alerts.yaml b/helm/bundles/cortex-nova/templates/alerts.yaml
index 76fe545e1..bc8f7c9ea 100644
--- a/helm/bundles/cortex-nova/templates/alerts.yaml
+++ b/helm/bundles/cortex-nova/templates/alerts.yaml
@@ -340,7 +340,7 @@ spec:
completed its first reconciliation yet. This may indicate issues with
the datasource controller's workqueue overprioritizing other datasources.
- - alert: CortexNovaExistingDatasourcesLackingBehind
+ - alert: CortexNovaExistingDatasourcesLaggingBehind
expr: |
sum by(datasource) (cortex_datasource_seconds_until_reconcile{queued="true",domain="nova"}) < -600
and on(datasource) cortex_datasource_state{state="ready",domain="nova"} == 1
@@ -353,7 +353,7 @@ spec:
support_group: workload-management
playbook: docs/support/playbook/cortex/alerts/datasources
annotations:
- summary: "Existing datasource `{{ "{{" }} $labels.datasource {{ "}}" }}` is lacking behind"
+ summary: "Existing datasource `{{ "{{" }} $labels.datasource {{ "}}" }}` is lagging behind"
description: >
An existing datasource `{{ "{{" }} $labels.datasource {{ "}}" }}` has been queued for
reconciliation for more than 10 minutes. This may indicate issues with