Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle (#90128)

* Remove toggle from cloudwatch plugin

* Remove feature toggle from registry

---------

Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
This commit is contained in:
Ida Štambuk
2024-07-22 14:48:17 +02:00
committed by GitHub
co-authored by Kevin Yu
parent b7379b7b51
commit 5b17cd93c5
13 changed files with 478 additions and 756 deletions
-8
View File
@@ -785,14 +785,6 @@ var (
FrontendOnly: false,
Owner: identityAccessTeam,
},
{
Name: "awsDatasourcesNewFormStyling",
Description: "Applies new form styling for configuration and query editors in AWS plugins",
Stage: FeatureStageGeneralAvailability,
Expression: "true",
FrontendOnly: true,
Owner: awsDatasourcesSquad,
},
{
Name: "cachingOptimizeSerializationMemoryUsage",
Description: "If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses.",
-1
View File
@@ -103,7 +103,6 @@ cloudWatchBatchQueries,preview,@grafana/aws-datasources,false,false,false
recoveryThreshold,GA,@grafana/alerting-squad,false,true,false
lokiStructuredMetadata,GA,@grafana/observability-logs,false,false,false
teamHttpHeaders,preview,@grafana/identity-access-team,false,false,false
awsDatasourcesNewFormStyling,GA,@grafana/aws-datasources,false,false,true
cachingOptimizeSerializationMemoryUsage,experimental,@grafana/grafana-operator-experience-squad,false,false,false
panelTitleSearchInV1,experimental,@grafana/search-and-storage,true,false,false
managedPluginsInstall,GA,@grafana/plugins-platform-backend,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
103 recoveryThreshold GA @grafana/alerting-squad false true false
104 lokiStructuredMetadata GA @grafana/observability-logs false false false
105 teamHttpHeaders preview @grafana/identity-access-team false false false
awsDatasourcesNewFormStyling GA @grafana/aws-datasources false false true
106 cachingOptimizeSerializationMemoryUsage experimental @grafana/grafana-operator-experience-squad false false false
107 panelTitleSearchInV1 experimental @grafana/search-and-storage true false false
108 managedPluginsInstall GA @grafana/plugins-platform-backend false false false
-4
View File
@@ -423,10 +423,6 @@ const (
// Enables Team LBAC for datasources to apply team headers to the client requests
FlagTeamHttpHeaders = "teamHttpHeaders"
// FlagAwsDatasourcesNewFormStyling
// Applies new form styling for configuration and query editors in AWS plugins
FlagAwsDatasourcesNewFormStyling = "awsDatasourcesNewFormStyling"
// FlagCachingOptimizeSerializationMemoryUsage
// If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses.
FlagCachingOptimizeSerializationMemoryUsage = "cachingOptimizeSerializationMemoryUsage"
@@ -469,6 +469,7 @@
"name": "awsDatasourcesNewFormStyling",
"resourceVersion": "1720021873452",
"creationTimestamp": "2023-10-12T08:59:10Z",
"deletionTimestamp": "2024-07-05T10:20:55Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-07-03 15:51:13.452477 +0000 UTC"
}