Hello,
I’m attempting to enable Jaeger tracing in Loki. I have tried both the Cortex guide and Loki guides: Tracing | Cortex , Configuration | Grafana Labs.
My trace storage is Tempo and I have validated that I’m able to query for other traces in Tempo. In my testing I’m not seeing any requests from Loki to Tempo to send any traces. I’m using the environment variable JAEGER_ENDPOINT so that Jaeger uses HTTP in hopes that there would be an error message. Additionally, I do see trace ids in the Loki logs.
It seems that Loki is not attempting to send any traces to Tempo. Even the debug logs for Loki are lacking in details. Does anyone have any advice for debugging Loki tracing further?
Thank you in advanced.