What Is the Traffic Golden Signal?
The traffic golden signal quantifies the level of demand on a service, commonly as requests per second or transactions per second, and is one of the four golden signals. It describes how busy the system is at a given moment. Other signals like latency and errors are interpreted relative to this load.
Why it matters
A latency or error change means little without knowing the traffic behind it. Traffic provides the denominator and context that make the other signals interpretable.
Related guides
What Is the Latency Golden Signal?The latency golden signal measures how long requests take to serve, tracked separately for successful and fai…
What Is the Error Rate Golden Signal?The error rate golden signal tracks the fraction of requests that fail, covering explicit errors and response…
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…