Alerting: Add alertingBulkActionsInUI feature toggle (#104470)
Add alertingBulkActionsInUI feature toggle
This commit is contained in:
@@ -1027,4 +1027,9 @@ export interface FeatureToggles {
|
||||
* @default false
|
||||
*/
|
||||
alertRuleUseFiredAtForStartsAt?: boolean;
|
||||
/**
|
||||
* Enables the alerting bulk actions in the UI
|
||||
* @default true
|
||||
*/
|
||||
alertingBulkActionsInUI?: boolean;
|
||||
}
|
||||
|
||||
@@ -1768,6 +1768,16 @@ var (
|
||||
Owner: grafanaAlertingSquad,
|
||||
Expression: "false",
|
||||
},
|
||||
{
|
||||
Name: "alertingBulkActionsInUI",
|
||||
Description: "Enables the alerting bulk actions in the UI",
|
||||
FrontendOnly: true,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaAlertingSquad,
|
||||
HideFromAdminPage: true,
|
||||
HideFromDocs: true,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -231,3 +231,4 @@ metricsFromProfiles,experimental,@grafana/observability-traces-and-profiling,fal
|
||||
pluginsAutoUpdate,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
alertingListViewV2PreviewToggle,privatePreview,@grafana/alerting-squad,false,false,true
|
||||
alertRuleUseFiredAtForStartsAt,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingBulkActionsInUI,GA,@grafana/alerting-squad,false,false,true
|
||||
|
||||
|
@@ -934,4 +934,8 @@ const (
|
||||
// FlagAlertRuleUseFiredAtForStartsAt
|
||||
// Use FiredAt for StartsAt when sending alerts to Alertmaanger
|
||||
FlagAlertRuleUseFiredAtForStartsAt = "alertRuleUseFiredAtForStartsAt"
|
||||
|
||||
// FlagAlertingBulkActionsInUI
|
||||
// Enables the alerting bulk actions in the UI
|
||||
FlagAlertingBulkActionsInUI = "alertingBulkActionsInUI"
|
||||
)
|
||||
|
||||
@@ -96,6 +96,25 @@
|
||||
"codeowner": "@grafana/alerting-squad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingBulkActionsInUI",
|
||||
"resourceVersion": "1745504721038",
|
||||
"creationTimestamp": "2025-04-24T14:01:56Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-04-24 14:25:21.03825 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the alerting bulk actions in the UI",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/alerting-squad",
|
||||
"frontend": true,
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true,
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingCentralAlertHistory",
|
||||
|
||||
Reference in New Issue
Block a user