Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329)

This commit is contained in:
Isabella Siu
2024-03-15 09:49:53 -04:00
committed by GitHub
parent 06723b9647
commit a0b68deae4
11 changed files with 18 additions and 39 deletions

View File

@@ -756,14 +756,6 @@ var (
Stage: FeatureStageExperimental,
Owner: identityAccessTeam,
},
{
Name: "cloudWatchWildCardDimensionValues",
Description: "Fetches dimension values from CloudWatch to correctly label wildcard dimensions",
Stage: FeatureStageGeneralAvailability,
Expression: "true", // enabled by default
Owner: awsDatasourcesSquad,
AllowSelfServe: true,
},
{
Name: "externalServiceAccounts",
Description: "Automatic service account and token setup for plugins",

View File

@@ -100,7 +100,6 @@ alertingInsights,GA,@grafana/alerting-squad,false,false,true
externalCorePlugins,experimental,@grafana/plugins-platform-backend,false,false,false
pluginsAPIMetrics,experimental,@grafana/plugins-platform-backend,false,false,true
idForwarding,experimental,@grafana/identity-access-team,false,false,false
cloudWatchWildCardDimensionValues,GA,@grafana/aws-datasources,false,false,false
externalServiceAccounts,preview,@grafana/identity-access-team,false,false,false
panelMonitoring,GA,@grafana/dataviz-squad,false,false,true
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
100 externalCorePlugins experimental @grafana/plugins-platform-backend false false false
101 pluginsAPIMetrics experimental @grafana/plugins-platform-backend false false true
102 idForwarding experimental @grafana/identity-access-team false false false
cloudWatchWildCardDimensionValues GA @grafana/aws-datasources false false false
103 externalServiceAccounts preview @grafana/identity-access-team false false false
104 panelMonitoring GA @grafana/dataviz-squad false false true
105 enableNativeHTTPHistogram experimental @grafana/hosted-grafana-team false false false

View File

@@ -411,10 +411,6 @@ const (
// Generate signed id token for identity that can be forwarded to plugins and external services
FlagIdForwarding = "idForwarding"
// FlagCloudWatchWildCardDimensionValues
// Fetches dimension values from CloudWatch to correctly label wildcard dimensions
FlagCloudWatchWildCardDimensionValues = "cloudWatchWildCardDimensionValues"
// FlagExternalServiceAccounts
// Automatic service account and token setup for plugins
FlagExternalServiceAccounts = "externalServiceAccounts"

View File

@@ -1503,7 +1503,8 @@
"metadata": {
"name": "cloudWatchWildCardDimensionValues",
"resourceVersion": "1709648236447",
"creationTimestamp": "2024-03-05T14:17:16Z"
"creationTimestamp": "2024-03-05T14:17:16Z",
"deletionTimestamp": "2024-03-12T20:13:32Z"
},
"spec": {
"description": "Fetches dimension values from CloudWatch to correctly label wildcard dimensions",