Golden Signals

Definition

Four key metrics for monitoring distributed systems: latency, traffic, errors, and saturation. Like the vital signs doctors check to assess patient health.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between Golden Signals and the RED method?
They’re very similar. The RED method focuses on Request rate, Errors, and Duration (latency). Golden Signals include those three ideas (traffic, errors, latency) and add Saturation, which helps you spot when a resource is nearing its limit (like CPU, memory, queue depth, or connection pools).
When should I use Golden Signals?
Use them when you operate a service that users depend on (APIs, web apps, microservices, databases) and you need fast, reliable detection of user impact. They’re especially useful as a default dashboard/alerting baseline: start with the four signals, then add deeper metrics only when they help explain or prevent issues.
How much does Golden Signals cost?
Golden Signals themselves are a concept and are free. Costs come from the tools that collect and store telemetry and send alerts. Pricing depends on factors like metric volume and retention, log ingestion and storage, trace sampling rates, number of monitored resources, and alert notifications. To control cost, teams often aggregate metrics, limit high-cardinality labels, sample traces, and set log retention policies.

Category: monitoring

Difficulty: intermediate

Related Terms

See Also