Closed knylander-grafana closed 3 hours ago
Zach's PR to handle TLS with Helm - https://github.com/grafana/tempo/pull/4328/
Just rough C&P from GET install today:
Worth checking the rest of the doc too for other things when we go through this. cc @ayah-el @danstadler-pdx
Verify that the GRPC endpoint for streaming is listed. Http2 proxy. Related: https://github.com/grafana/tempo/issues/3987#issuecomment-2452108337
From Joe: I have not operated istio so I can't say for sure. You will need to make sure that envoy is proxying HTTP2 generically or perhaps it supports GRPC more specifically?
Yes it seems there is missing config in the nginx gw in the helm chart to allow for TraceQL streaming. I'm was looking at the config here and I don't see a pass for the streaming GRPC endpoint. It may also need special config for proxying HTTP2.
PR to address FE issue:https://github.com/grafana/tempo/pull/4370
Update the Helm chart documentation to address gaps in content and common questions.
Helm chart doc: https://github.com/grafana/tempo/issues/4326
pages to update:
Related: