dkduckkit.dev
← Back to all Glossary terms

Latency & SRE Glossary

Explore 13 platform engineering definitions related to Latency & SRE.

Latency & SRE

Latency budget

Total time allocated for a complete user-facing request across all architectural hops.

Try in 1 tool
Latency & SRE

SLA and SLO (service level agreement vs objective)

SLA is a contract with guarantees; SLO is the internal target set stricter than SLA to create error budget.

Try in 1 tool
Latency & SRE

p50 latency (median)

50th percentile of request durations: half of requests complete faster, half slower.

Try in 1 tool
Latency & SRE

p99 latency

99th percentile of request durations: captures experience of users under stress.

Try in 1 tool
Latency & SRE

Headroom (latency)

Gap between measured latency and SLA ceiling; buffer for unpredictable spikes.

Try in 1 tool
Latency & SRE

Cold start (serverless)

Extra latency when serverless function starts on new execution environment.

Try in 1 tool
Latency & SRE

Cross-AZ latency

Round-trip time between availability zones; adds cost and latency to replication.

Try in 1 tool
Latency & SRE

Tail latency

High-percentile latency values (p99, p99.9) representing slowest requests.

Try in 1 tool
Latency & SRE

Fan-out (distributed systems)

Single request triggers multiple parallel downstream calls.

Try in 1 tool
Latency & SRE

N+1 query problem

One query to fetch list plus N queries for each item; causes database round-trips.

Try in 1 tool
Latency & SRE

Speed of light in optical fibre

~200,000 km/s; physical lower bound on network latency regardless of optimization.

Try in 1 tool
Latency & SRE

Thundering herd

Many clients simultaneously access resource that just became available.

Try in 1 tool
Latency & SRE

Percentile latency (p50 / p99 / p999)

Statistical measure of request duration distribution.

Try in 1 tool