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 ea5b8257c97..70a4dcfdae9 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -101,6 +101,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `onPremToCloudMigrations` | Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack. | | `newPDFRendering` | New implementation for the dashboard-to-PDF rendering | | `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector | +| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars | | `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | | `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder | @@ -185,7 +186,6 @@ Experimental features might be changed or removed without prior notice. | `notificationBanner` | Enables the notification banner UI and API | | `dashboardRestore` | Enables deleted dashboard restore feature (backend only) | | `alertingCentralAlertHistory` | Enables the new central alert history. | -| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars | | `pinNavItems` | Enables pinning of nav items | | `failWrongDSUID` | Throws an error if a datasource has an invalid UIDs | | `databaseReadReplica` | Use a read replica for some database queries. | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index d64ffd3159d..9964b58d5b6 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1263,7 +1263,7 @@ var ( { Name: "azureMonitorPrometheusExemplars", Description: "Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars", - Stage: FeatureStageExperimental, + Stage: FeatureStagePublicPreview, Owner: grafanaPartnerPluginsSquad, }, { diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index a5d23847693..5206e0500f8 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -165,7 +165,7 @@ alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,fal preserveDashboardStateWhenNavigating,experimental,@grafana/dashboards-squad,false,false,false alertingCentralAlertHistory,experimental,@grafana/alerting-squad,false,false,true pluginProxyPreserveTrailingSlash,GA,@grafana/plugins-platform-backend,false,false,false -azureMonitorPrometheusExemplars,experimental,@grafana/partner-datasources,false,false,false +azureMonitorPrometheusExemplars,preview,@grafana/partner-datasources,false,false,false pinNavItems,experimental,@grafana/grafana-frontend-platform,false,false,false authZGRPCServer,experimental,@grafana/identity-access-team,false,false,false openSearchBackendFlowEnabled,preview,@grafana/aws-datasources,false,false,false diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 4421f43be0b..0167e963b1e 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -517,12 +517,15 @@ { "metadata": { "name": "azureMonitorPrometheusExemplars", - "resourceVersion": "1718727528075", - "creationTimestamp": "2024-06-06T16:53:17Z" + "resourceVersion": "1723028568258", + "creationTimestamp": "2024-06-06T16:53:17Z", + "annotations": { + "grafana.app/updatedTimestamp": "2024-08-07 11:02:48.258776 +0000 UTC" + } }, "spec": { "description": "Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars", - "stage": "experimental", + "stage": "preview", "codeowner": "@grafana/partner-datasources" } },