Service Level Indicator (SLI) - CI/CD用語集の定義
service level indicator とは、リクエスト成功率、レイテンシ、availability など、サービスの振る舞いを定量的に測る指標であり、SLO がそれに対して目標を設定する。
良い SLI
有用な SLI は、CPU 使用率のような内部メトリクスではなく、あるレイテンシしきい値未満で処理されたリクエストの割合のように、ユーザーが実際に体験する何かを追跡します。
関連ガイド
Service Level Objective (SLO) - CI/CD Glossary DefinitionService Level Objective (SLO): A service level objective is a target value or range for a service level indic…
Error Rate - CI/CD Glossary DefinitionError Rate: Error rate is the fraction of requests that fail, usually expressed as a percentage of total requ…
Latency Percentile - CI/CD Glossary DefinitionLatency Percentile: A latency percentile reports the value below which a given fraction of requests fall: a p…