Alerting: Add alertingBulkActionsInUI feature toggle (#104470)

Add alertingBulkActionsInUI feature toggle
This commit is contained in:
Sonia Aguilar
2025-04-24 15:49:59 +01:00
committed by GitHub
parent f7216db6bc
commit 674fdd1d32
5 changed files with 39 additions and 0 deletions
@@ -1027,4 +1027,9 @@ export interface FeatureToggles {
* @default false
*/
alertRuleUseFiredAtForStartsAt?: boolean;
/**
* Enables the alerting bulk actions in the UI
* @default true
*/
alertingBulkActionsInUI?: boolean;
}
+10
View File
@@ -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
},
}
)
+1
View File
@@ -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
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
231 pluginsAutoUpdate experimental @grafana/plugins-platform-backend false false false
232 alertingListViewV2PreviewToggle privatePreview @grafana/alerting-squad false false true
233 alertRuleUseFiredAtForStartsAt experimental @grafana/alerting-squad false false false
234 alertingBulkActionsInUI GA @grafana/alerting-squad false false true
+4
View File
@@ -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"
)
+19
View File
@@ -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",