Alerting: Enable Insights landing page (#76381)

* Enable alerting insights

* Change alertingInsights feature toggle stage

* Commit autogenerated files after enabling feature flag
This commit is contained in:
Virginia Cepeda 2023-10-12 13:31:18 +01:00 committed by GitHub
parent 7d9617e07c
commit afa64fc218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -49,6 +49,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `azureMonitorDataplane` | Adds dataplane compliant frame metadata in the Azure Monitor datasource | Yes |
| `prometheusConfigOverhaulAuth` | Update the Prometheus configuration page with the new auth component | Yes |
| `newBrowseDashboards` | New browse/manage dashboards UI | Yes |
| `alertingInsights` | Show the new alerting insights landing page | Yes |
| `cloudWatchWildCardDimensionValues` | Fetches dimension values from CloudWatch to correctly label wildcard dimensions | Yes |
## Preview feature toggles
@ -137,7 +138,6 @@ Experimental features might be changed or removed without prior notice.
| `requestInstrumentationStatusSource` | Include a status source label for request metrics and logs |
| `libraryPanelRBAC` | Enables RBAC support for library panels |
| `wargamesTesting` | Placeholder feature flag for internal testing |
| `alertingInsights` | Show the new alerting insights landing page |
| `externalCorePlugins` | Allow core plugins to be loaded as external |
| `pluginsAPIMetrics` | Sends metrics of public grafana packages usage by plugins |
| `httpSLOLevels` | Adds SLO level to http request metrics |

View File

@ -764,8 +764,9 @@ var (
Name: "alertingInsights",
Description: "Show the new alerting insights landing page",
FrontendOnly: true,
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
Owner: grafanaAlertingSquad,
Expression: "true", // enabled by default
},
{
Name: "externalCorePlugins",

View File

@ -108,7 +108,7 @@ requestInstrumentationStatusSource,experimental,@grafana/plugins-platform-backen
libraryPanelRBAC,experimental,@grafana/dashboards-squad,false,false,true,false
lokiRunQueriesInParallel,privatePreview,@grafana/observability-logs,false,false,false,false
wargamesTesting,experimental,@grafana/hosted-grafana-team,false,false,false,false
alertingInsights,experimental,@grafana/alerting-squad,false,false,false,true
alertingInsights,GA,@grafana/alerting-squad,false,false,false,true
externalCorePlugins,experimental,@grafana/plugins-platform-backend,false,false,false,false
pluginsAPIMetrics,experimental,@grafana/plugins-platform-backend,false,false,false,true
httpSLOLevels,experimental,@grafana/hosted-grafana-team,false,false,true,false

1 Name Stage Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
108 libraryPanelRBAC experimental @grafana/dashboards-squad false false true false
109 lokiRunQueriesInParallel privatePreview @grafana/observability-logs false false false false
110 wargamesTesting experimental @grafana/hosted-grafana-team false false false false
111 alertingInsights experimental GA @grafana/alerting-squad false false false true
112 externalCorePlugins experimental @grafana/plugins-platform-backend false false false false
113 pluginsAPIMetrics experimental @grafana/plugins-platform-backend false false false true
114 httpSLOLevels experimental @grafana/hosted-grafana-team false false true false