Service Level Indicator (SLI) - CI/CD用語集の定義
SLI は成功率や p99 レイテンシのように、サービスの挙動を測定した指標です。
service level indicator (SLI) とは、サービスの挙動を定量的に測る指標で、たとえば成功したリクエストの割合や p99 のレイテンシです。SLI は SLO が目標を設定する対象となるメトリクスです。
良い SLI
良い SLI はユーザー体験を忠実に反映し、実際のトラフィックから測定でき、良いイベント数を全イベント数で割った比率として表現されるため、SLO がそれを目標にできます。
関連ガイド
Service Level Objective (SLO) - CI/CD Glossary DefinitionService Level Objective (SLO): A service level objective (SLO) is a target value for a service level indicato…
Error Budget Policy - CI/CD Glossary DefinitionError Budget Policy: An error budget policy defines what happens when a service exhausts its error budget, th…
Percentile (Latency) - CI/CD Glossary DefinitionPercentile (Latency): A percentile is a value below which a given percentage of observations fall. In perform…