From 1970f2b23fda815b4a86e33fe6c0110d7c845c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:35:26 +0200 Subject: [PATCH] Allow duplicate errors --- analytics/provisioning/alerting/alerts.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/analytics/provisioning/alerting/alerts.yaml b/analytics/provisioning/alerting/alerts.yaml index d0aa792..93babee 100644 --- a/analytics/provisioning/alerting/alerts.yaml +++ b/analytics/provisioning/alerting/alerts.yaml @@ -126,12 +126,6 @@ groups: chain, ( coalesce(r.summary_status = 'error', false) - -- remove the errors from the other alert that checks last harvest status - and not ( - coalesce(decision_should_harvest, true) -- if this is null, there was an error before - and not summary_harvested - ) - and not decision_might_need_eol ) :: integer as value FROM harvest_report_vault_details r @@ -218,13 +212,7 @@ groups: summary_discord_strategy_link, chain, ( - coalesce(r.summary_status = 'error', false) - and decision_might_need_eol - -- remove the errors from the other alert that checks last harvest status - and not ( - coalesce(decision_should_harvest, true) -- if this is null, there was an error before - and not summary_harvested - ) + decision_might_need_eol ) :: integer as value FROM harvest_report_vault_details r