Tempo: Update TraceQLStreaming feature toggle stage (#84203)

Update TraceQLStreaming feature toggle stage
This commit is contained in:
Joey 2024-03-12 14:10:13 +00:00 committed by GitHub
parent bce6a0a987
commit 42d8f1bef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View File

@ -42,6 +42,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `recordedQueriesMulti` | Enables writing multiple items from a single query within Recorded Queries | Yes |
| `logsExploreTableVisualisation` | A table visualisation for logs in Explore | Yes |
| `transformationsRedesign` | Enables the transformations redesign | Yes |
| `traceQLStreaming` | Enables response streaming of TraceQL queries of the Tempo data source | |
| `awsAsyncQueryCaching` | Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled | Yes |
| `prometheusConfigOverhaulAuth` | Update the Prometheus configuration page with the new auth component | Yes |
| `influxdbSqlSupport` | Enable InfluxDB SQL query language support with new querying UI | Yes |
@ -141,7 +142,6 @@ Experimental features might be changed or removed without prior notice.
| `prometheusIncrementalQueryInstrumentation` | Adds RudderStack events to incremental queries |
| `awsDatasourcesTempCredentials` | Support temporary security credentials in AWS plugins for Grafana Cloud customers |
| `mlExpressions` | Enable support for Machine Learning in server-side expressions |
| `traceQLStreaming` | Enables response streaming of TraceQL queries of the Tempo data source |
| `metricsSummary` | Enables metrics summary queries in the Tempo data source |
| `featureToggleAdminPage` | Enable admin page for managing feature toggles from the Grafana front-end |
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |

View File

@ -592,7 +592,7 @@ var (
{
Name: "traceQLStreaming",
Description: "Enables response streaming of TraceQL queries of the Tempo data source",
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
FrontendOnly: true,
Owner: grafanaObservabilityTracesAndProfilingSquad,
},

View File

@ -78,7 +78,7 @@ logsExploreTableVisualisation,GA,@grafana/observability-logs,false,false,true
awsDatasourcesTempCredentials,experimental,@grafana/aws-datasources,false,false,false
transformationsRedesign,GA,@grafana/observability-metrics,false,false,true
mlExpressions,experimental,@grafana/alerting-squad,false,false,false
traceQLStreaming,experimental,@grafana/observability-traces-and-profiling,false,false,true
traceQLStreaming,GA,@grafana/observability-traces-and-profiling,false,false,true
metricsSummary,experimental,@grafana/observability-traces-and-profiling,false,false,true
grafanaAPIServerWithExperimentalAPIs,experimental,@grafana/grafana-app-platform-squad,true,true,false
grafanaAPIServerEnsureKubectlAccess,experimental,@grafana/grafana-app-platform-squad,true,true,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
78 awsDatasourcesTempCredentials experimental @grafana/aws-datasources false false false
79 transformationsRedesign GA @grafana/observability-metrics false false true
80 mlExpressions experimental @grafana/alerting-squad false false false
81 traceQLStreaming experimental GA @grafana/observability-traces-and-profiling false false true
82 metricsSummary experimental @grafana/observability-traces-and-profiling false false true
83 grafanaAPIServerWithExperimentalAPIs experimental @grafana/grafana-app-platform-squad true true false
84 grafanaAPIServerEnsureKubectlAccess experimental @grafana/grafana-app-platform-squad true true false

View File

@ -149,12 +149,15 @@
{
"metadata": {
"name": "traceQLStreaming",
"resourceVersion": "1709648236447",
"creationTimestamp": "2024-03-05T14:17:16Z"
"resourceVersion": "1710172794391",
"creationTimestamp": "2024-03-05T14:17:16Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-03-11 15:59:54.391734 +0000 UTC"
}
},
"spec": {
"description": "Enables response streaming of TraceQL queries of the Tempo data source",
"stage": "experimental",
"stage": "GA",
"codeowner": "@grafana/observability-traces-and-profiling",
"frontend": true
}