

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Tracing
incomplete
2: Installing Jaeger
incomplete
3: Request Tracing
incomplete
4: Instrumenting Traces
incomplete
5: Adding Spans
incomplete
6: Reading Traces
incomplete
7: Distributed Tracing
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
The first thing we'll need to begin tracing is the Jaeger web service. Jaeger provides the frontend we'll be using to search for and interact with our gathered traces.
Add Jaeger to your local stack so Linko can export traces.
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "16686:16686"
- "4317:4317"
- "4318:4318"
docker compose up
There's no data to view just yet – we'll explore the interface more fully after we've set up instrumentation.
Run and submit the CLI tests from the root of the Linko repo.