Percentile (Latency) - CI/CD用語集の定義
パーセンタイルとは、観測値の一定の割合がその値を下回るような値で、p95 latency などがあります。
パーセンタイルとは、観測値の一定の割合がその値を下回るような値です。パフォーマンス監視では、p95 latency はリクエストの 95 パーセントがその値より速かったことを意味します。
テールレイテンシ
p95 や p99 を報告すると、平均値では隠れてしまう遅いリクエストが明らかになります。そのため、サービスレベル目標は通常パーセンタイルで表されます。
関連ガイド
Metrics (Observability) - CI/CD Glossary DefinitionMetrics (Observability): Metrics are numeric measurements collected over time, such as request rate, error co…
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…
Service Level Indicator (SLI) - CI/CD Glossary DefinitionService Level Indicator (SLI): A service level indicator (SLI) is a quantitative measure of a service's behav…