mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:32:28 +08:00
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:
![158350966+alerting-team[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
3d1497b56a
commit
6df99a6224
@ -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;
|
||||
|
Reference in New Issue
Block a user