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
4 changed files with 9 additions and 6 deletions

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
}