Skip to content

How to enable Jaeger tracing for for zoekt-webserver #1008

@plops655

Description

@plops655

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions