RED Method - CI/CD用語集の定義
RED methodはサービスごとにRate、Errors、Durationを追跡する、マイクロサービスの監視向けのシンプルでリクエスト中心のフレームワークです。
RED methodは、サービスごとに3つのリクエストレベルのメトリクスを監視します。Rate(1秒あたりのリクエスト数)、Errors(失敗したリクエスト)、Duration(latencyの分布)です。リクエスト駆動のサービスに適しています。
関連ガイド
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…