Golden Signals - CI/CD用語集の定義
golden signalsはlatency、traffic、errors、saturationの4つで、SREのガイダンスがどのサービスでも最初に監視すべきとする4つのメトリクスです。
golden signalsは、GoogleのSREプラクティスが、ユーザー向けのあらゆるシステムで監視することを推奨する4つのメトリクスです。latency、traffic、errors、saturationです。
4つのシグナル
Latencyはリクエストにかかる時間、trafficは需要のボリューム、errorsは失敗率、saturationはシステムがどれだけ埋まっているかです。これらを合わせると、ユーザー向けの症状のほとんどをカバーできます。
関連ガイド
RED Method - CI/CD Glossary DefinitionRED Method: The RED method monitors three request-level metrics per service: Rate (requests per second), Erro…
USE Method - CI/CD Glossary DefinitionUSE Method: The USE method monitors resources by three attributes: Utilization, Saturation, and Errors. It ta…
Saturation - CI/CD Glossary DefinitionSaturation: Saturation is how full a resource is relative to its capacity, such as CPU at 95% or a full CI ru…