Advanced Log Reading #tracing #jaeger #opentelemetry #performance

Distributed Trace Reading

5 exercises — reading trace waterfalls, finding the critical path, spotting N+1 service calls, span.kind metadata, and head-based vs. tail-based sampling.

0 / 5 completed
1 / 5
Opening a slow request in Jaeger, you see a waterfall view:
api-gateway [====================================] 2004ms
auth-service [==] 42ms
orders-service [========================================] 1920ms
orders-db [=======================================] 1890ms


Where should you focus your investigation, and why?

Frequently Asked Questions

What will I practise in "Distributed Trace Reading — Log Reading Exercises"?

Practice reading Jaeger and Zipkin trace waterfalls: identifying the critical path, fan-out patterns, N+1 service calls, span kinds, and sampling bias. 5 exercises for engineers working with distributed tracing.

How many exercises are in this module?

This module has 5 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.

Is this exercise free to use?

Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.