From 5985876f4ada02dc14a5d7090b6eaa3b4a16532c Mon Sep 17 00:00:00 2001 From: Yuri Tseretyan Date: Thu, 15 Feb 2024 17:58:34 -0500 Subject: [PATCH] Alerting: make feature flag alertingSimplifiedRouting public (#82808) --- .../configure-grafana/feature-toggles/index.md | 1 + pkg/services/featuremgmt/registry.go | 5 ++--- pkg/services/featuremgmt/toggles_gen.csv | 2 +- pkg/services/featuremgmt/toggles_gen.go | 2 +- pkg/services/featuremgmt/toggles_gen.json | 14 ++++++++------ 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index b55db718cfc..095bf69d1bc 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -92,6 +92,7 @@ Some features are enabled by default. You can disable these feature by setting t | `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation | | `pdfTables` | Enables generating table data as PDF in reporting | | `canvasPanelPanZoom` | Allow pan and zoom in canvas panel | +| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule | | `regressionTransformation` | Enables regression analysis transformation | | `groupToNestedTableTransformation` | Enables the group to nested table transformation | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 4ec758cac42..a9641cefb23 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1053,11 +1053,10 @@ var ( }, { Name: "alertingSimplifiedRouting", - Description: "Enables the simplified routing for alerting", - Stage: FeatureStageExperimental, + Description: "Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule", + Stage: FeatureStagePublicPreview, FrontendOnly: false, Owner: grafanaAlertingSquad, - HideFromDocs: true, }, { Name: "logRowsPopoverMenu", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 1612223d688..65e59039deb 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -141,7 +141,7 @@ logsInfiniteScrolling,experimental,@grafana/observability-logs,false,false,true flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,false,false,true alertingDetailsViewV2,experimental,@grafana/alerting-squad,false,false,true datatrails,experimental,@grafana/dashboards-squad,false,false,true -alertingSimplifiedRouting,experimental,@grafana/alerting-squad,false,false,false +alertingSimplifiedRouting,preview,@grafana/alerting-squad,false,false,false logRowsPopoverMenu,GA,@grafana/observability-logs,false,false,true pluginsSkipHostEnvVars,experimental,@grafana/plugins-platform-backend,false,false,false tableSharedCrosshair,experimental,@grafana/dataviz-squad,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 17e6fe18f9a..6b99d5640d3 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -576,7 +576,7 @@ const ( FlagDatatrails = "datatrails" // FlagAlertingSimplifiedRouting - // Enables the simplified routing for alerting + // Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule FlagAlertingSimplifiedRouting = "alertingSimplifiedRouting" // FlagLogRowsPopoverMenu diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 118ceb30609..a701d13e1a7 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -2087,14 +2087,16 @@ { "metadata": { "name": "alertingSimplifiedRouting", - "resourceVersion": "1707928895402", - "creationTimestamp": "2024-02-14T16:41:35Z" + "resourceVersion": "1708033557575", + "creationTimestamp": "2024-02-14T16:41:35Z", + "annotations": { + "grafana.app/updatedTimestamp": "2024-02-15 21:45:57.5750554 +0000 UTC" + } }, "spec": { - "description": "Enables the simplified routing for alerting", - "stage": "experimental", - "codeowner": "@grafana/alerting-squad", - "hideFromDocs": true + "description": "Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule", + "stage": "preview", + "codeowner": "@grafana/alerting-squad" } }, {