Remove nodeGraphDotLayout feature toggle (#103541)

This commit is contained in:
Joey
2025-04-08 15:37:17 +01:00
committed by GitHub
parent 4efdef9b9c
commit fc37bb4355
6 changed files with 2 additions and 18 deletions
@@ -175,7 +175,6 @@ Experimental features might be changed or removed without prior notice.
| `secretsManagementAppPlatform` | Enable the secrets management API and services under app platform |
| `scopeApi` | In-development feature flag for the scope api using the app platform. |
| `sqlExpressions` | Enables SQL Expressions, which can execute SQL queries against data source results. |
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
| `kubernetesAggregator` | Enable grafana's embedded kube-aggregator |
| `expressionParser` | Enable new expression parser |
| `disableNumericMetricsSortingInExpressions` | In server-side expressions, disable the sorting of numeric-kind metrics by their metric name or labels. |
@@ -543,10 +543,6 @@ export interface FeatureToggles {
*/
sqlExpressions?: boolean;
/**
* Changed the layout algorithm for the node graph
*/
nodeGraphDotLayout?: boolean;
/**
* Enables the group to nested table transformation
* @default true
*/
-7
View File
@@ -919,13 +919,6 @@ var (
FrontendOnly: false,
Owner: grafanaDatasourcesCoreServicesSquad,
},
{
Name: "nodeGraphDotLayout",
Description: "Changed the layout algorithm for the node graph",
Stage: FeatureStageExperimental,
FrontendOnly: true,
Owner: grafanaObservabilityTracesAndProfilingSquad,
},
{
Name: "groupToNestedTableTransformation",
Description: "Enables the group to nested table transformation",
-1
View File
@@ -119,7 +119,6 @@ scopeApi,experimental,@grafana/grafana-app-platform-squad,false,false,false
promQLScope,GA,@grafana/oss-big-tent,false,false,false
logQLScope,privatePreview,@grafana/observability-logs,false,false,false
sqlExpressions,experimental,@grafana/grafana-datasources-core-services,false,false,false
nodeGraphDotLayout,experimental,@grafana/observability-traces-and-profiling,false,false,true
groupToNestedTableTransformation,GA,@grafana/dataviz-squad,false,false,true
newPDFRendering,GA,@grafana/sharing-squad,false,false,false
tlsMemcached,GA,@grafana/grafana-operator-experience-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
119 promQLScope GA @grafana/oss-big-tent false false false
120 logQLScope privatePreview @grafana/observability-logs false false false
121 sqlExpressions experimental @grafana/grafana-datasources-core-services false false false
nodeGraphDotLayout experimental @grafana/observability-traces-and-profiling false false true
122 groupToNestedTableTransformation GA @grafana/dataviz-squad false false true
123 newPDFRendering GA @grafana/sharing-squad false false false
124 tlsMemcached GA @grafana/grafana-operator-experience-squad false false false
-4
View File
@@ -487,10 +487,6 @@ const (
// Enables SQL Expressions, which can execute SQL queries against data source results.
FlagSqlExpressions = "sqlExpressions"
// FlagNodeGraphDotLayout
// Changed the layout algorithm for the node graph
FlagNodeGraphDotLayout = "nodeGraphDotLayout"
// FlagGroupToNestedTableTransformation
// Enables the group to nested table transformation
FlagGroupToNestedTableTransformation = "groupToNestedTableTransformation"
+2 -1
View File
@@ -2199,7 +2199,8 @@
"metadata": {
"name": "nodeGraphDotLayout",
"resourceVersion": "1743693517832",
"creationTimestamp": "2024-01-31T16:26:12Z"
"creationTimestamp": "2024-01-31T16:26:12Z",
"deletionTimestamp": "2025-04-07T10:13:50Z"
},
"spec": {
"description": "Changed the layout algorithm for the node graph",