RED Method - CI/CD Glossary Definition
The RED method tracks Rate, Errors, and Duration per service, a simple request-focused framework for monitoring microservices.
The RED method monitors three request-level metrics per service: Rate (requests per second), Errors (failed requests), and Duration (latency distribution). It suits request-driven services.
Related guides
USE Method - CI/CD Glossary DefinitionUSE Method: The USE method monitors resources by three attributes: Utilization, Saturation, and Errors. It ta…
Golden Signals - CI/CD Glossary DefinitionGolden Signals: The golden signals are four metrics Google's SRE practice recommends monitoring for any user-…
Latency Percentile - CI/CD Glossary DefinitionLatency Percentile: A latency percentile describes the value below which a given fraction of requests fall, s…