percentiles
Class: sugar · Streaming: accumulating
Five-point percentile summary.
Signature
| percentiles <field> [by=<field_list>]
Positional Arguments
| Name | Type | Required | Description |
|---|---|---|---|
field | field | Yes | - |
Options
| Name | Type | Default | Description |
|---|---|---|---|
by | field_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.