Sending Jaeger traces to Tempo

Hi,

I am trying to set up a jaeger data source for grafana tempo. So I set the HTTP url to “http://node0.raft.collaborate.emulab.net:16686”, which is the hostname that run the jeager using docker (docker run -d -p 16686:16686 -p 6831:6831/udp jaegertracing/all-in-one) and the port of jaeger. I send traces running a python script (jaeger_exporter = JaegerExporter(
agent_host_name=“localhost”,
agent_port=6831,…).
However, I get query error and I do not see any traces in tempo.

Thank you in advance,
Andria

Hi @antrigeorgi. I’m sorry, but I don’t think I understand the problem. Where is Tempo in this setup? Or are you using only Jaeger and Grafana?

Yes I am using the online Grafana Tempo, and in the URL field of data source I set the hostname and port of Jaeger as shown in the attached picture.

If your backend is Jaeger, you should be using the Jaeger datasource.

Oops! I see… I thought that tempo data source was compatible with jaeger.
Thank you very much for your reply!

Andria

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.