Features: Add cloudwatchMetricInsightsCrossAccount feature toggle (#89848)

This commit is contained in:
Ida Štambuk 2024-07-02 12:34:12 +02:00 committed by GitHub
parent ba64ee44cb
commit 36ff0fe63a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 27 additions and 0 deletions

View File

@ -192,6 +192,7 @@ 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

View File

@ -200,4 +200,5 @@ export interface FeatureToggles {
dashboardRestoreUI?: boolean;
cloudWatchRoundUpEndTime?: boolean;
bodyScrolling?: boolean;
cloudwatchMetricInsightsCrossAccount?: boolean;
}

View File

@ -1371,6 +1371,13 @@ var (
HideFromDocs: true,
HideFromAdminPage: true,
},
{
Name: "cloudwatchMetricInsightsCrossAccount",
Description: "Enables cross account observability for Cloudwatch Metric Insights",
Stage: FeatureStageExperimental,
Owner: awsDatasourcesSquad,
FrontendOnly: true,
},
}
)

View File

@ -181,3 +181,4 @@ 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,experimental,@grafana/grafana-frontend-platform,false,false,true
cloudwatchMetricInsightsCrossAccount,experimental,@grafana/aws-datasources,false,false,true

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
181 dashboardRestoreUI experimental @grafana/grafana-frontend-platform false false false
182 cloudWatchRoundUpEndTime GA @grafana/aws-datasources false false false
183 bodyScrolling experimental @grafana/grafana-frontend-platform false false true
184 cloudwatchMetricInsightsCrossAccount experimental @grafana/aws-datasources false false true

View File

@ -734,4 +734,8 @@ const (
// FlagBodyScrolling
// Adjusts Page to make body the scrollable element
FlagBodyScrolling = "bodyScrolling"
// FlagCloudwatchMetricInsightsCrossAccount
// Enables cross account observability for Cloudwatch Metric Insights
FlagCloudwatchMetricInsightsCrossAccount = "cloudwatchMetricInsightsCrossAccount"
)

View File

@ -590,6 +590,19 @@
"codeowner": "@grafana/aws-datasources"
}
},
{
"metadata": {
"name": "cloudwatchMetricInsightsCrossAccount",
"resourceVersion": "1719497905377",
"creationTimestamp": "2024-06-27T14:18:25Z"
},
"spec": {
"description": "Enables cross account observability for Cloudwatch Metric Insights",
"stage": "experimental",
"codeowner": "@grafana/aws-datasources",
"frontend": true
}
},
{
"metadata": {
"name": "configurableSchedulerTick",