IAM: Remove fully rolled out feature toggles (#83308)
* remove anon stat ft * remove split scope flag * remove feature toggle from frontend
This commit is contained in:
@@ -649,16 +649,6 @@ var (
|
||||
Expression: "true", // enabled by default
|
||||
Owner: awsDatasourcesSquad,
|
||||
},
|
||||
{
|
||||
Name: "splitScopes",
|
||||
Description: "Support faster dashboard and folder search by splitting permission scopes into parts",
|
||||
Stage: FeatureStageDeprecated,
|
||||
FrontendOnly: false,
|
||||
Expression: "true", // enabled by default
|
||||
Owner: identityAccessTeam,
|
||||
RequiresRestart: true,
|
||||
HideFromAdminPage: true, // This is internal work to speed up dashboard search, and is not ready for wider use
|
||||
},
|
||||
{
|
||||
Name: "permissionsFilterRemoveSubquery",
|
||||
Description: "Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder",
|
||||
@@ -1068,15 +1058,6 @@ var (
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDatavizSquad,
|
||||
},
|
||||
{
|
||||
Name: "displayAnonymousStats",
|
||||
Description: "Enables anonymous stats to be shown in the UI for Grafana",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: true,
|
||||
Owner: identityAccessTeam,
|
||||
AllowSelfServe: false,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
// this is mainly used a a way to quickly disable query hints as a safe guard for our infrastructure
|
||||
Name: "lokiQueryHints",
|
||||
|
||||
@@ -86,7 +86,6 @@ grafanaAPIServerWithExperimentalAPIs,experimental,@grafana/grafana-app-platform-
|
||||
grafanaAPIServerEnsureKubectlAccess,experimental,@grafana/grafana-app-platform-squad,true,true,false
|
||||
featureToggleAdminPage,experimental,@grafana/grafana-operator-experience-squad,false,true,false
|
||||
awsAsyncQueryCaching,GA,@grafana/aws-datasources,false,false,false
|
||||
splitScopes,deprecated,@grafana/identity-access-team,false,true,false
|
||||
permissionsFilterRemoveSubquery,experimental,@grafana/backend-platform,false,false,false
|
||||
prometheusConfigOverhaulAuth,GA,@grafana/observability-metrics,false,false,false
|
||||
configurableSchedulerTick,experimental,@grafana/alerting-squad,false,true,false
|
||||
@@ -143,7 +142,6 @@ logRowsPopoverMenu,GA,@grafana/observability-logs,false,false,true
|
||||
pluginsSkipHostEnvVars,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
tableSharedCrosshair,experimental,@grafana/dataviz-squad,false,false,true
|
||||
regressionTransformation,preview,@grafana/dataviz-squad,false,false,true
|
||||
displayAnonymousStats,GA,@grafana/identity-access-team,false,false,true
|
||||
lokiQueryHints,GA,@grafana/observability-logs,false,false,true
|
||||
kubernetesFeatureToggles,experimental,@grafana/grafana-operator-experience-squad,false,false,true
|
||||
alertingPreviewUpgrade,GA,@grafana/alerting-squad,false,true,false
|
||||
|
||||
|
@@ -355,10 +355,6 @@ const (
|
||||
// Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled
|
||||
FlagAwsAsyncQueryCaching = "awsAsyncQueryCaching"
|
||||
|
||||
// FlagSplitScopes
|
||||
// Support faster dashboard and folder search by splitting permission scopes into parts
|
||||
FlagSplitScopes = "splitScopes"
|
||||
|
||||
// FlagPermissionsFilterRemoveSubquery
|
||||
// Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder
|
||||
FlagPermissionsFilterRemoveSubquery = "permissionsFilterRemoveSubquery"
|
||||
@@ -583,10 +579,6 @@ const (
|
||||
// Enables regression analysis transformation
|
||||
FlagRegressionTransformation = "regressionTransformation"
|
||||
|
||||
// FlagDisplayAnonymousStats
|
||||
// Enables anonymous stats to be shown in the UI for Grafana
|
||||
FlagDisplayAnonymousStats = "displayAnonymousStats"
|
||||
|
||||
// FlagLokiQueryHints
|
||||
// Enables query hints for Loki
|
||||
FlagLokiQueryHints = "lokiQueryHints"
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"name": "pluginsInstrumentationStatusSource",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-19T14:18:02Z"
|
||||
"deletionTimestamp": "2024-02-23T13:23:30Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Include a status source label for plugin request metrics and logs",
|
||||
@@ -510,7 +510,8 @@
|
||||
"metadata": {
|
||||
"name": "displayAnonymousStats",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z"
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-23T13:23:30Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables anonymous stats to be shown in the UI for Grafana",
|
||||
@@ -1399,7 +1400,7 @@
|
||||
"name": "traceToMetrics",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-16T10:09:14Z"
|
||||
"deletionTimestamp": "2024-02-23T13:23:30Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable trace to metrics links",
|
||||
@@ -1527,7 +1528,8 @@
|
||||
"metadata": {
|
||||
"name": "splitScopes",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z"
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-23T13:23:30Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Support faster dashboard and folder search by splitting permission scopes into parts",
|
||||
@@ -2130,4 +2132,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user