Chapter 5 — OpenTelemetry Collector Pipeline
Chapter of Observability Pipeline & Data Infrastructure, part of System Design.
Purpose
Multi-pipeline routing, processor chaining, exporter fan-out — written up as a conceptual chapter in the observability book rather than duplicated here; see OTel Collector Pipeline Design for receiver/processor/exporter chaining, why a platform runs more than one pipeline, and the agent/gateway topology tail sampling forces.
[stub: otel-collector-pipeline]— this chapter is still a placeholder for the system-design-specific treatment (capacity numbers, failure-mode walkthroughs, worked practice questions) that would sit alongside this pillar’s other layer docs. Greppable doc-debt marker.
Metadata
| Dimension | Detail |
|---|---|
| Author | Amit Singh |
| Scope | MAANG interview preparation — not production documentation |
Local graph
Related notes
Chapter 4 — Distributed Tracing Backend
Trace assembly from spans, tail-based vs. head-based sampling.
Chapter 3 — Log Aggregation System
Structured vs. unstructured, schema-on-read vs. schema-on-write, deduplication.
Chapter 2 — Metrics Storage (TSDB)
Write amplification, chunk encoding, compaction, cardinality explosion.
Chapter 6 — Multi-tenant Observability Platform
Tenant isolation, quota enforcement, cost attribution.