Apdex threshold とは何か
Apdex threshold は、しばしば T と呼ばれる、選ばれたレスポンスタイムの目標で、リクエストを満足、許容、不満のバケットに分けます。T 以下のリクエストは満足、T の四倍までは許容、それより遅いものは不満です。Apdex スコアは、これらのバケットを 0 から 1 の間の単一の数値に凝縮します。
なぜ重要か
threshold を選ぶことは、その service にとって「十分に速い」が何を意味するかを定義します。レイテンシの分布を比較可能な一つのスコアに変えますが、T の選び方がそのスコアの意味を左右します。
関連ガイド
What Is the Latency Golden Signal?The latency golden signal measures how long requests take to serve, tracked separately for successful and fai…
What Is an SLI Measurement?An SLI measurement is the actual observed value of a service-level indicator, such as the measured success ra…
What Is an SLO Target?An SLO target is the specific reliability goal a service commits to, such as a percentage of successful reque…