Observability
Debugging in Production: Where to Start
A systematic approach to finding the root cause of production issues - how to use logs, metrics, and traces together, and the mental models that turn panic into process.
A systematic approach to finding the root cause of production issues - how to use logs, metrics, and traces together, and the mental models that turn panic into process.
What distributed tracing is, how trace context propagation works, and how to use traces to find the actual source of latency in a multi-service system.
How to pick the right metrics for your service, understand the different metric types, and avoid the trap of measuring everything.
A log that's hard to search is just noise. Structured logging and proper log levels are what separate observability from disk pollution.