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
|
a462355b2f
|
app/vmselect/promql: add keep_next_value(q) for filling gaps with the next non-empty value
|
2020-01-29 00:48:04 +02:00 |
|
Aliaksandr Valialkin
|
36973ee975
|
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:20 +02:00 |
|
Aliaksandr Valialkin
|
d9c4ac9978
|
lib/metricsql: export IsRollupFunc and IsTransformFunc, since they can be used by package users
|
2020-01-04 13:25:05 +02:00 |
|
Aliaksandr Valialkin
|
f409f2d050
|
app/vmselect/promql: add histogram_share(le, buckets) function
|
2020-01-04 12:45:55 +02:00 |
|
Aliaksandr Valialkin
|
1925ee038d
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
|