Skip to main content

DEFAULT_LATENCY_BOUNDS_US

Constant DEFAULT_LATENCY_BOUNDS_US 

Source
pub const DEFAULT_LATENCY_BOUNDS_US: &[u64];
Expand description

Default latency bucket upper bounds in microseconds: 50µs … 10s.

Sized for fast internal stages (identity check, quota, sanitize, dashboard endpoints, receipt sign). Long-running histograms — the upstream dispatch call which includes provider streaming, and the filesystem-scan reconciler / finalize paths — must use WIDE_LATENCY_BOUNDS_US instead, or every observation lands in the +Inf overflow bucket and p95/p99 renders as u64::MAX.