Aliaksandr Valialkin
|
fc81ea38d4
|
app/vmselect/promql: add outliersk(N, m) aggregate function for anomaly detection across groups of similar time series
|
2020-05-19 13:52:44 +03:00 |
|
Aliaksandr Valialkin
|
408ade27a9
|
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:50:29 +03:00 |
|
Aliaksandr Valialkin
|
21c2982ac8
|
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:50:12 +03:00 |
|
Aliaksandr Valialkin
|
8f591b848a
|
docs/MetricsQL.md: document first_over_time and last_over_time functions
|
2020-05-03 12:47:16 +03:00 |
|
Aliaksandr Valialkin
|
9ed4951ec8
|
lib/metricsql: move it to a separate repository - github.com/VictoriaMetrics/metrics
|
2020-04-28 15:30:06 +03:00 |
|
Aliaksandr Valialkin
|
0e7a71a245
|
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:56 +02:00 |
|
Aliaksandr Valialkin
|
846d7fa7e9
|
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:50 +02:00 |
|
Aliaksandr Valialkin
|
e7d1037210
|
docs: migrate ExtendedPromQL->MetricsQL in order to be more consistent
|
2020-02-10 23:03:31 +02:00 |
|