What Are the Four Golden Signals?
The four golden signals are latency, traffic, errors, and saturation, popularized as the core metrics to monitor for any user-facing service. Watched together, they answer how slow, how busy, how broken, and how full a service is. They give broad coverage of health from a small, focused set rather than a sprawl of dashboards.
Why it matters
Teams often drown in metrics yet miss the ones that matter. Starting from the four golden signals provides high-value coverage with minimal noise, a strong default for service monitoring.
Related guides
What Is the RED Method?The RED method monitors request-driven services using three metrics: rate, errors, and duration, giving a req…
What Is the USE Method?The USE method analyzes resources by utilization, saturation, and errors, a checklist for pinpointing perform…
What Is the Saturation Golden Signal?The saturation golden signal measures how full a constrained resource is, such as CPU, memory, or a queue, in…