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
|
d410c78c7e
|
app/vmselect/promql: fix calculations for histogram_share
|
2020-01-04 14:44:48 +02:00 |
|
Aliaksandr Valialkin
|
f409f2d050
|
app/vmselect/promql: add histogram_share(le, buckets) function
|
2020-01-04 12:45:55 +02:00 |
|
Aliaksandr Valialkin
|
b1ded7cf9a
|
app/vmselect/promql: add absent_over_time(m[d]) func similar to the function in Prometheus 2.16
See https://github.com/prometheus/prometheus/issues/2882
|
2020-01-04 12:45:07 +02:00 |
|
Aliaksandr Valialkin
|
1925ee038d
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
|
Mike Poindexter
|
bec62e4e43
|
Split Extended PromQL parsing to a separate library
|
2019-12-25 22:03:51 +02:00 |
|
Aliaksandr Valialkin
|
73b2a3d4b7
|
app/vmselect/promql: return lower and upper bounds for the estimated percentile from histogram_quantile if third arg is passed
Updates https://github.com/prometheus/prometheus/issues/5706
|
2019-12-11 13:57:26 +02:00 |
|
Aliaksandr Valialkin
|
205233d9a7
|
app/vmselect/promql: remove zero timeseries from prometheus_buckets output
|
2019-11-25 19:10:23 +02:00 |
|
Aliaksandr Valialkin
|
50ae1879c6
|
app/vmselect/promql: add histogram aggregate function, which is useful for building heatmaps from multiple time series
|
2019-11-24 00:04:25 +02:00 |
|
Aliaksandr Valialkin
|
8582b50360
|
app/vmselect/promql: do not take into account buckets with negative counters in prometheus_buckets
|
2019-11-23 14:19:25 +02:00 |
|
Aliaksandr Valialkin
|
19dfe52254
|
app/vmselect/promql: properly handle histogram_quantile(0, ...) with zero buckets
|
2019-11-23 14:02:35 +02:00 |
|
Aliaksandr Valialkin
|
7753c8c0a1
|
app/vmselect/promql: transparently apply prometheus_buckets in histogram_quantile
|
2019-11-23 11:48:51 +02:00 |
|
Aliaksandr Valialkin
|
c4287b3c86
|
app/vmselect/promql: add prometheus_buckets function for converting the upcoming histogram buckets from github.com/VictoriaMetrics/metrics to Prometheus-compatible buckets
|
2019-11-23 00:20:20 +02:00 |
|
Aliaksandr Valialkin
|
67d44b0845
|
app/vmselect/promql: do not generate timestamps for NaN values in timestamp function according to Prometheus logic
|
2019-09-27 18:54:43 +03:00 |
|
Aliaksandr Valialkin
|
1272e407b2
|
app/vmselect/promql: attempt to repair invalid bucket counts passed to histogram_quantile
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/136
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/154
|
2019-08-22 14:39:46 +03:00 |
|
Aliaksandr Valialkin
|
ab740afd0d
|
app/vmselect/promql: explain why empty timeseries arent removed in transformLabelValue
|
2019-08-21 11:29:24 +03:00 |
|
Aliaksandr Valialkin
|
d3fd113a80
|
app/vmselect/promql: add label_value(q, label_name) func, which returns numeric value labels with name label_name in q
|
2019-08-20 00:28:34 +03:00 |
|
Aliaksandr Valialkin
|
8bd6f1f6df
|
app/vmselect/promql: return NaN from histogram_quantile if at least a single bucket is broken
|
2019-07-31 01:18:07 +03:00 |
|
Aliaksandr Valialkin
|
10f5a26bec
|
app/vmselect/promql: return NaN values if invalid bucket counts are passed to histogram_quantile
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/136
|
2019-07-30 22:05:10 +03:00 |
|
Aliaksandr Valialkin
|
2db685c19c
|
app/vmselect/promql: properly preserve metric name after applying functions in any case from transformFuncsKeepMetricGroup
|
2019-07-09 23:10:35 +03:00 |
|
Aliaksandr Valialkin
|
973e4b5b76
|
app/vmselect/promql: remove unused func keepLastValue ; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69
|
2019-06-20 14:35:11 +03:00 |
|
Aliaksandr Valialkin
|
d2be567482
|
app/vmselect/promql: remove superflouos timeseries copy in histogram_quantile func
|
2019-06-11 00:39:41 +03:00 |
|
Aliaksandr Valialkin
|
7e7d4d5275
|
app/vmselect/promql: remove superflouos timeseries copy in union func
|
2019-06-11 00:35:20 +03:00 |
|
Aliaksandr Valialkin
|
fb140eda33
|
app/vmselect/promql: add label_transform(q, label, regexp, replacement) function for replacing all the occurences of regexp with replacement in the given label for q
|
2019-05-23 16:26:19 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|