Remove nodeGraphDotLayout feature toggle (#103541)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user