mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user