Alerting: Add alertenrichment feature toggles (#110815)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user