Alerting: remove alertingApiServer flag (#104133)
This commit is contained in:
@@ -1136,14 +1136,6 @@ var (
|
||||
HideFromDocs: true,
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "alertingApiServer",
|
||||
Description: "Register Alerting APIs with the K8s API server",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaAlertingSquad,
|
||||
RequiresRestart: true,
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "cloudWatchRoundUpEndTime",
|
||||
Description: "Round up end time for metric queries to the next minute to avoid missing data",
|
||||
|
||||
@@ -146,7 +146,6 @@ failWrongDSUID,GA,@grafana/plugins-platform-backend,false,false,false
|
||||
zanzana,experimental,@grafana/identity-access-team,false,false,false
|
||||
reloadDashboardsOnParamsChange,experimental,@grafana/dashboards-squad,false,false,false
|
||||
enableScopesInMetricsExplore,experimental,@grafana/dashboards-squad,false,false,false
|
||||
alertingApiServer,GA,@grafana/alerting-squad,false,true,false
|
||||
cloudWatchRoundUpEndTime,GA,@grafana/aws-datasources,false,false,false
|
||||
prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false
|
||||
alertingFilterV2,experimental,@grafana/alerting-squad,false,false,false
|
||||
|
||||
|
@@ -595,10 +595,6 @@ const (
|
||||
// Enables the scopes usage in Metrics Explore
|
||||
FlagEnableScopesInMetricsExplore = "enableScopesInMetricsExplore"
|
||||
|
||||
// FlagAlertingApiServer
|
||||
// Register Alerting APIs with the K8s API server
|
||||
FlagAlertingApiServer = "alertingApiServer"
|
||||
|
||||
// FlagCloudWatchRoundUpEndTime
|
||||
// Round up end time for metric queries to the next minute to avoid missing data
|
||||
FlagCloudWatchRoundUpEndTime = "cloudWatchRoundUpEndTime"
|
||||
|
||||
@@ -114,7 +114,8 @@
|
||||
"metadata": {
|
||||
"name": "alertingApiServer",
|
||||
"resourceVersion": "1743693517832",
|
||||
"creationTimestamp": "2024-06-20T20:52:03Z"
|
||||
"creationTimestamp": "2024-06-20T20:52:03Z",
|
||||
"deletionTimestamp": "2025-04-16T17:44:22Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Register Alerting APIs with the K8s API server",
|
||||
|
||||
Reference in New Issue
Block a user