Aliaksandr Valialkin
|
a441cdd1d9
|
app/vmselect/promql: add outliersk(N, m) aggregate function for anomaly detection across groups of similar time series
|
2020-05-19 13:52:36 +03:00 |
|
Aliaksandr Valialkin
|
cc311e20fe
|
app/vmselect/promql: add any(x) by (y) aggregate function, which returns any time series from q for each group y
|
2020-05-12 19:45:56 +03:00 |
|
Aliaksandr Valialkin
|
574289c3fb
|
app/vmselect/promql: support for sum(x) by (y) limit N syntax in order to limit the number of output time series after aggregation
|
2020-05-12 19:45:54 +03:00 |
|
Aliaksandr Valialkin
|
d2af2c8c3e
|
docs/MetricsQL.md: document first_over_time and last_over_time functions
|
2020-05-02 22:43:29 +03:00 |
|
Aliaksandr Valialkin
|
4e4f57b121
|
lib/metricsql: move it to a separate repository - github.com/VictoriaMetrics/metrics
|
2020-04-28 15:28:22 +03:00 |
|
Aliaksandr Valialkin
|
fdc2a9d1d7
|
app/vmselect: add label_map(q, label, srcValue1, dstValue1, ... srcValueN, dstValueN) function to MetricsQL
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/369
|
2020-03-12 19:13:47 +02:00 |
|
Aliaksandr Valialkin
|
7b1c7051a3
|
app/vmselect: add sort_by_label(q, label) and sort_by_label_desc(q, label) functions
This is implementation of https://github.com/prometheus/prometheus/pull/1533 for VictoriaMetrics.
|
2020-02-13 17:01:37 +02:00 |
|
Aliaksandr Valialkin
|
4cc0163c7c
|
docs: migrate ExtendedPromQL->MetricsQL in order to be more consistent
|
2020-02-10 23:02:43 +02:00 |
|