Error Rate - CI/CD Glossary Definition
Error rate is the fraction of requests that fail, usually expressed as a percentage of total requests over a time window and often split by status class such as HTTP 5xx.
A load-test stop condition
Error rate is a standard threshold in load tests: a run is often failed automatically once errors exceed a small percentage, since latency numbers stop being meaningful when requests are erroring.
Related guides
Availability - CI/CD Glossary DefinitionAvailability: Availability is the proportion of time a system is operational and able to serve requests, comm…
Service Level Indicator (SLI) - CI/CD Glossary DefinitionService Level Indicator (SLI): A service level indicator is a quantitative measure of a service's behavior, s…
Apdex Score - CI/CD Glossary DefinitionApdex Score: Apdex (Application Performance Index) is a standardized score from 0 to 1 that summarizes user s…