From ec3dc74080a76ffa665b31ccaed7fd218f0d6c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Mon, 29 Jul 2024 12:23:46 +0200 Subject: [PATCH] Features: Release Cloudwatch Metric Insights cross-account querying to public preview (#91066) --- .../configure-grafana/feature-toggles/index.md | 2 +- pkg/services/featuremgmt/registry.go | 4 ++-- pkg/services/featuremgmt/toggles_gen.csv | 2 +- pkg/services/featuremgmt/toggles_gen.go | 2 +- pkg/services/featuremgmt/toggles_gen.json | 11 +++++++---- 5 files changed, 12 insertions(+), 9 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 5ea31fc4c2d..afd11d70f20 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- | `newPDFRendering` | New implementation for the dashboard-to-PDF rendering | | `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector | | `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | +| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder | ## Experimental feature toggles @@ -189,7 +190,6 @@ Experimental features might be changed or removed without prior notice. | `databaseReadReplica` | Use a read replica for some database queries. | | `alertingApiServer` | Register Alerting APIs with the K8s API server | | `dashboardRestoreUI` | Enables the frontend to be able to restore a recently deleted dashboard | -| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights | ## Development feature toggles diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 8aebb5c916d..e1bdc162858 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1354,8 +1354,8 @@ var ( }, { Name: "cloudwatchMetricInsightsCrossAccount", - Description: "Enables cross account observability for Cloudwatch Metric Insights", - Stage: FeatureStageExperimental, + Description: "Enables cross account observability for Cloudwatch Metric Insights query builder", + Stage: FeatureStagePublicPreview, Owner: awsDatasourcesSquad, FrontendOnly: true, }, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 490acf4ab7a..29a6147f2e2 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -178,5 +178,5 @@ alertingApiServer,experimental,@grafana/alerting-squad,false,true,false dashboardRestoreUI,experimental,@grafana/grafana-frontend-platform,false,false,false cloudWatchRoundUpEndTime,GA,@grafana/aws-datasources,false,false,false bodyScrolling,preview,@grafana/grafana-frontend-platform,false,false,true -cloudwatchMetricInsightsCrossAccount,experimental,@grafana/aws-datasources,false,false,true +cloudwatchMetricInsightsCrossAccount,preview,@grafana/aws-datasources,false,false,true prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index a2e3276fbd0..67f61520a6b 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -724,7 +724,7 @@ const ( FlagBodyScrolling = "bodyScrolling" // FlagCloudwatchMetricInsightsCrossAccount - // Enables cross account observability for Cloudwatch Metric Insights + // Enables cross account observability for Cloudwatch Metric Insights query builder FlagCloudwatchMetricInsightsCrossAccount = "cloudwatchMetricInsightsCrossAccount" // FlagPrometheusAzureOverrideAudience diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 8cd7ecaa75e..a9095d06c92 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -642,12 +642,15 @@ { "metadata": { "name": "cloudwatchMetricInsightsCrossAccount", - "resourceVersion": "1719497905377", - "creationTimestamp": "2024-07-02T10:34:12Z" + "resourceVersion": "1722005531805", + "creationTimestamp": "2024-07-02T10:34:12Z", + "annotations": { + "grafana.app/updatedTimestamp": "2024-07-26 14:52:11.80525 +0000 UTC" + } }, "spec": { - "description": "Enables cross account observability for Cloudwatch Metric Insights", - "stage": "experimental", + "description": "Enables cross account observability for Cloudwatch Metric Insights query builder", + "stage": "preview", "codeowner": "@grafana/aws-datasources", "frontend": true }