-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Sorry if this is a silly question. I am new to this project and was wondering how to view Jaeger traces for zoekt-webserver and zoekt-index
I am running the following:
docker run -d --name jaeger
-p 6831:6831/udp
-p 16686:16686
jaegertracing/all-in-one:latest
Then in a separate terminal
export JAEGER_AGENT_HOST=localhost
export JAEGER_AGENT_PORT=6831
export JAEGER_DISABLED=false
./zoekt-webserver -index ~/.zoekt/
However, the only service I see on the Jaeger UI (at http://localhost:16686) is jaeger-all-in-one. I don't see zoekt-webserver or zoekt-index in the service list.
What am I missing? How can I get traces from zoekt-webserver to appear in Jaeger?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels