What Is the Error Rate Golden Signal?
The error rate golden signal is the proportion of requests that do not succeed, one of the four golden signals. It includes outright failures like server errors and also subtler cases such as wrong content or responses that breach a policy. Measuring it as a rate relative to traffic keeps it meaningful as load changes.
Why it matters
Error rate is the most direct measure of whether a service is doing its job. A rising rate is a clear, user-facing failure signal that usually warrants immediate attention.
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 Traffic Golden Signal?The traffic golden signal measures how much demand a service is handling, such as requests per second, giving…
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…