FF
This commit is contained in:
@@ -2158,6 +2158,15 @@ var (
|
||||
Owner: grafanaSharingSquad,
|
||||
FrontendOnly: false,
|
||||
},
|
||||
{
|
||||
Name: "alertingMultiplePolicies",
|
||||
Description: "Enables the ability to create multiple alerting policies",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaAlertingSquad,
|
||||
HideFromAdminPage: true,
|
||||
HideFromDocs: true,
|
||||
Expression: "false",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -277,3 +277,4 @@ pluginStoreServiceLoading,experimental,@grafana/plugins-platform-backend,false,f
|
||||
onlyStoreActionSets,GA,@grafana/identity-access-team,false,false,false
|
||||
panelTimeSettings,experimental,@grafana/dashboards-squad,false,false,false
|
||||
dashboardTemplates,experimental,@grafana/sharing-squad,false,false,false
|
||||
alertingMultiplePolicies,experimental,@grafana/alerting-squad,false,false,false
|
||||
|
||||
|
@@ -1117,4 +1117,8 @@ const (
|
||||
// FlagDashboardTemplates
|
||||
// Enable template dashboards
|
||||
FlagDashboardTemplates = "dashboardTemplates"
|
||||
|
||||
// FlagAlertingMultiplePolicies
|
||||
// Enables the ability to create multiple alerting policies
|
||||
FlagAlertingMultiplePolicies = "alertingMultiplePolicies"
|
||||
)
|
||||
|
||||
@@ -405,6 +405,21 @@
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingMultiplePolicies",
|
||||
"resourceVersion": "1762186293341",
|
||||
"creationTimestamp": "2025-11-03T16:11:33Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the ability to create multiple alerting policies",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/alerting-squad",
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true,
|
||||
"expression": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingNotificationHistory",
|
||||
|
||||
Reference in New Issue
Block a user