Observability Engineering
by Charity Majors, Liz Fong-Jones & George Miranda
The book that finally made the monitoring-vs-observability distinction click — even if it leans on its authors' product.
- Status
- Read · February 2026
- Bought
- February 17, 2026
- For
- SREs and platform engineers · Anyone instrumenting distributed systems · Teams drowning in dashboards and alerts
Where it earned its place
The one-paragraph verdict
This is the book that made me stop treating observability as “metrics plus logs plus traces” and start treating it as the ability to ask new questions of your system without shipping new code. The chapters on high-cardinality data and structured wide events are genuinely load-bearing — they reframed how I instrument. The honest criticism, and it’s the one Goodreads reviewers keep raising, is that the authors work at Honeycomb and it shows: the implementation guidance is thin and several arguments quietly assume a Honeycomb-shaped backend. Read it for the mental model, not the runbook.
Who should read it
SREs, platform engineers, and anyone wiring telemetry into a distributed system should read it cover to cover. If you’ve already internalized cardinality, structured events, and the cost of pre-aggregation, you can skim — there’s not much new tooling here. People looking for a vendor-neutral OpenTelemetry tutorial will be frustrated; this is a why book, not a how book.
Where it earned its place
The wide-event model went straight into the Debug Agent, which leans on high-cardinality trace context to do root-cause analysis instead of pattern-matching on metric thresholds. It also shaped how I argued for OpenTelemetry in .NET — emitting rich spans over counters — and pushed me to treat the NATS Prometheus + Grafana setup as the floor, not the ceiling, of what the platform should be able to answer.
Skip it if…
Skip it if you want vendor-neutral, copy-paste instrumentation recipes, or if you’ve already built a high-cardinality pipeline — you’ll spend most of the book nodding at things you already do.