recall

← recall

bimodal latency term

latency distribution has two distinct humps — fast path vs slow path

Mean and median lie. Look at the histogram — if you see two bumps, something different is happening for different requests (cold cache vs hot, fast region vs slow, etc.). Common signal of a hidden code path issue.

topics: failure-modes, latency, metrics

references: