2 — Trace Context
Purpose
[stub: trace-context]
Metadata
| Author | Amit Singh |
| Scope | observability |
Local graph
Related notes
1 — Why Tracing Exists
Covers the request-fan-out problem that metrics and logs can't solve alone, and why tracing became necessary in microservice architectures.
3 — Span Modeling
Covers what a span should represent — operation boundaries, parent/child relationships, and span attributes vs. events.
4 — Context Propagation
Covers how trace context survives async boundaries, message queues, and batch jobs — and the common places it silently breaks.
5 — Trace Sampling
Covers head-based sampling decisions made at trace start, and their tradeoff against tail-based sampling on completeness vs. cost.