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.