tempo
tempo copied to clipboard
traceQLStreaming options is not working
hi team,
Traceql streaming option is not available in grafana even after traceQLStreaming feature toggle enabled.
tempo datasource in grafana is configured to use http://tempo-query-frontend:3100 and http_over_streaming_enabled option is also set to true in tempo.
let me know , if i'm missing any config.
version: grafana: 10.2.0 tempo: 2.3.1
thanks. kapil
Hi! Are you getting any errors in Tempo or is data just not being streamed? Also, the config parameter for HTTP streaming is stream_over_http_enabled
, but you shouldn't need. It should work fine over gRPC.
@mapno I'm getting an issue related to that, but in Tempo 2.4.0:
after enable the FeatureToggle in Grafana 10.3.3 traceQLStreaming
and stream_over_http_enabled
in Tempo:
Tempo Query-Frontend:
level=warn ts=2024-03-04T19:11:50.349751175Z caller=server.go:1480 method=/tempopb.StreamingQuerier/Search duration=79.9µs msg=gRPC err="no org id"
Grafana:
Query error
rpc error: code = Unknown desc = no org id
My problem is on Grafana https://github.com/grafana/grafana/issues/81998
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity. Please apply keepalive label to exempt this Issue.