VictoriaMetrics/docs
Aliaksandr Valialkin c09472dfd9 app/vmselect/promql: add {topk|bottomk}_{min|max|avg|median} aggregate functions for returning the exact k time series on the given time range
The full list of functions added:
- `topk_min(k, q)` - returns top K time series with the max minimums on the given time range
- `topk_max(k, q)` - returns top K time series with the max maximums on the given time range
- `topk_avg(k, q)` - returns top K time series with the max averages on the given time range
- `topk_median(k, q)` - returns top K time series with the max medians on the given time range
- `bottomk_min(k, q)` - returns bottom K time series with the min minimums on the given time range
- `bottomk_max(k, q)` - returns bottom K time series with the min maximums on the given time range
- `bottomk_avg(k, q)` - returns bottom K time series with the min averages on the given time range
- `bottomk_median(k, q)` - returns bottom K time series with the min medians on the given time range
2019-12-05 19:26:47 +02:00
..
Articles.md docs: add a link to https://medium.com/@valyala/prometheus-storage-technical-terms-for-humans-4ab4de6c3d48 2019-12-03 22:37:16 +02:00
Cluster-VictoriaMetrics.md [docs] change titles 2019-12-02 22:50:54 +02:00
ExtendedPromQL.md app/vmselect/promql: add {topk|bottomk}_{min|max|avg|median} aggregate functions for returning the exact k time series on the given time range 2019-12-05 19:26:47 +02:00
FAQ.md [docs] change titles 2019-12-02 22:50:54 +02:00
Home.md docs: typo fixes 2019-12-03 00:44:50 +02:00
Quick-Start.md [docs] revert titles 2019-12-02 22:06:39 +02:00
Release-Guide.md docs: typo fixes 2019-12-03 00:44:50 +02:00
Single-server-VictoriaMetrics.md [docs] change titles 2019-12-02 22:50:54 +02:00