What Is an Apdex Threshold?
An Apdex threshold is a chosen response-time target, often called T, that splits requests into satisfied, tolerating, and frustrated buckets. Requests at or under T are satisfying, those up to four times T are tolerating, and slower ones are frustrating. The Apdex score then condenses those buckets into a single number between zero and one.
Why it matters
Picking the threshold defines what "fast enough" means for a service. It turns a latency distribution into one comparable score, but the choice of T drives whether that score is meaningful.
Related guides
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…