Skip to main content

percentiles

Class: sugar · Streaming: accumulating

Five-point percentile summary.

Signature

| percentiles <field> [by=<field_list>]

Positional Arguments

NameTypeRequiredDescription
fieldfieldYes-

Options

NameTypeDefaultDescription
byfield_list--

Desugars To

stats p50(<f>) as p50_<f>, p75(<f>) as p75_<f>, p90(<f>) as p90_<f>, p95(<f>) as p95_<f>, p99(<f>) as p99_<f> [by <keys>]

Examples

percentiles duration_ms by service

Generated from the LynxFlow registry. See RFC-002 for the full language specification.