Skip to main content

Module quantile

Module quantile 

Source

Structsยง

QuantileOverTime

Functionsยง

quantile_impl ๐Ÿ”’
Refer to https://github.com/prometheus/prometheus/blob/6e2905a4d4ff9b47b1f6d201333f5bd53633f921/promql/quantile.go#L357-L386
quantile_with_scratch ๐Ÿ”’
Same as quantile_impl but reuses a caller-provided scratch buffer to avoid per-call allocation.