Alerting: Update alerting module to 58ba6c617ff05eb1d6f65c59d369a6a16923dff6 (#102812)

* remove feature flag alertingAlertmanagerExtraDedupStage
* use most recent version of fork of alertmanager

---------

Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
This commit is contained in:
alerting-team[bot]
2025-03-26 15:15:10 -04:00
committed by GitHub
parent 3d1497b56a
commit 6df99a6224
13 changed files with 19 additions and 61 deletions

View File

@ -988,14 +988,6 @@ export interface FeatureToggles {
*/
alertingConversionAPI?: boolean;
/**
* enables extra deduplication stage in alertmanager that checks that timestamps of the pipeline and the current state are matching
*/
alertingAlertmanagerExtraDedupStage?: boolean;
/**
* works together with alertingAlertmanagerExtraDedupStage, if enabled, it will stop the pipeline if the timestamps are not matching. Otherwise, it will emit a warning
*/
alertingAlertmanagerExtraDedupStageStopPipeline?: boolean;
/**
* Enables the new logs panel in Explore
*/
newLogsPanel?: boolean;