percentile()
Technical Notes
Returns
Examples
# Return the median (value at the 50th percentile) of `elapsed_ms` column
* | percentile(50, elapsed_ms)
# Return the value at the 99.9th percentile of `elapsed_ms` column.
* | percentile(99.9, elapsed_ms)Last updated
Was this helpful?