mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 08:23:34 +01:00
docs/MetricsQL.md: fix the indentation for median
function
This commit is contained in:
parent
a4948d92b5
commit
3eca49c4a6
@ -752,7 +752,7 @@ See also [implicit query conversions](#implicit-query-conversions).
|
||||
|
||||
`max(q) by (group_labels)` returns the maximum value per each `group_labels` for all the time series returned by `q`. The aggregate is calculated individually per each group of points with the same timestamp. This function is supported by PromQL.
|
||||
|
||||
### median
|
||||
#### median
|
||||
|
||||
`median(q) by (group_labels)` returns the median value per each `group_labels` for all the time series returned by `q`. The aggregate is calculated individually per each group of points with the same timestamp.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user