Alerting: Add alertenrichment feature toggles (#110815)

This commit is contained in:
Alexander Akhmetov
2025-09-09 16:50:49 +02:00
committed by GitHub
parent 0404eb3452
commit 2a5e8c8f9f
5 changed files with 68 additions and 0 deletions
@@ -1006,6 +1006,16 @@ export interface FeatureToggles {
*/
alertEnrichment?: boolean;
/**
* Allow multiple steps per enrichment.
* @default false
*/
alertEnrichmentMultiStep?: boolean;
/**
* Enable conditional alert enrichment steps.
* @default false
*/
alertEnrichmentConditional?: boolean;
/**
* Enables the API to import Alertmanager configuration
* @default false
*/