Aliaksandr Valialkin
|
a873b553cf
|
app/vmselect: handle timestamp(metric offset X) the same way as Prometheus does
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/415
|
2020-04-15 12:01:05 +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
|
170c1c3a4e
|
app/vmselect/promql: add keep_next_value(q) for filling gaps with the next non-empty value
|
2020-01-29 00:48:14 +02:00 |
|
Aliaksandr Valialkin
|
9eaa2ab871
|
app/vmselect/promql: add label_match(q, label, regexp) and label_mismatch(q, label, regexp) functions for filtering out time series with labels matching the given regexp
|
2020-01-21 15:00:35 +02:00 |
|
Aliaksandr Valialkin
|
89b551201c
|
lib/metricsql: export IsRollupFunc and IsTransformFunc, since they can be used by package users
|
2020-01-04 13:25:13 +02:00 |
|
Aliaksandr Valialkin
|
6f29d37cb5
|
app/vmselect/promql: add histogram_share(le, buckets) function
|
2020-01-04 12:53:08 +02:00 |
|
Aliaksandr Valialkin
|
453d71d082
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
|