Replies: 4 comments
-
Hello! It'd be good to check the |
Beta Was this translation helpful? Give feedback.
-
Sure thing. This is the metrics coming from the grafana agent regarding zipkin receiver.
And when I try to forward also the zipkin port in the grafana agent I got the following message: Any ideas on what's going on? |
Beta Was this translation helpful? Give feedback.
-
Thank you! What do you mean by "forward also the zipkin port in the grafana agent"? The metrics indicate that there is an HTTP error 400 (Bad Request) in the zipkin receiver. I wonder if there are any errors in the applications which send the traces to the collector? Or if there is a way to inspect the HTTP payload somehow? You could also try to enable debug logging and send us the logs, but I'm not sure if they will be useful in this case. There are also some Golang env vars for HTTP debugging, but I'm also not sure if they will be useful. By the way, it would be good to remove the |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your response.
so when I tried to forward it as localhost:PORT I got the unexpected end of JSON input. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to get the traces and metrics from our zipkin component using Grafana Agent and forward them to Grafana tempo. However for some reasons it was not able to do it.
Grafana agent configuration:
From tempo side, this is my configuration:
However traces or metrics are not flowing to tempo. Is there anything I missed on this piece of code? No errors seen in agent or tempo.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions