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
|
453d71d082
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
|
Mike Poindexter
|
009d1559db
|
Split Extended PromQL parsing to a separate library
|
2019-12-25 22:09:07 +02:00 |
|
Aliaksandr Valialkin
|
f79b61e2a1
|
app/vmselect/promql: return matrix instead of vector on subqueries to /api/v1/query like Prometheus does
|
2019-12-11 00:57:54 +02:00 |
|
Aliaksandr Valialkin
|
5d2ff573aa
|
app/vmselect/promql: allow negative offsets
Updates https://github.com/prometheus/prometheus/issues/6282
|
2019-12-11 00:57:51 +02:00 |
|
Aliaksandr Valialkin
|
f7da9b2db2
|
app/vmselect/promql: allow nested parens
|
2019-11-25 16:13:33 +02:00 |
|
Aliaksandr Valialkin
|
ee4585db33
|
app/vmselect/promql: properly handle subqueries like aggr_func(rollup_func(metric[window:step]))
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/184
|
2019-09-13 21:42:11 +03:00 |
|
Aliaksandr Valialkin
|
218cb4623a
|
app/vmselect/promql: hande comparisons with NaN similar to Prometheus
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/150
|
2019-08-18 00:25:58 +03:00 |
|
Aliaksandr Valialkin
|
4f54bcf90b
|
app/vmselect/promql: suppress error when template func is used inside modifier list. Just leave it as is
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/78
|
2019-06-25 20:43:57 +03:00 |
|
Aliaksandr Valialkin
|
ec57e59154
|
app/vmselect/promql: use deriv_fast instead of deriv in ttf , since deriv calculations have been changed recently
|
2019-06-23 15:54:12 +03:00 |
|
Aliaksandr Valialkin
|
516062b162
|
app/vmselect/promql: adjust ttf calculation, so deriv(freev) for freev =m[d] could be properly calculated
|
2019-06-23 14:31:36 +03:00 |
|
Aliaksandr Valialkin
|
913f888d0c
|
app/vmselect/promql: properly handle {__name__ op "string"} queries
This has been broken in 7294ef333ad26f4f6578b783e97649e58b1f8945 .
|
2019-06-07 02:02:09 +03:00 |
|
Aliaksandr Valialkin
|
53242105fb
|
app/vmselect/promql: allow escaping identifiers with \ and \xXX
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/42
|
2019-05-31 17:35:54 +03:00 |
|
Aliaksandr Valialkin
|
a2c71f18a3
|
app/vmselect/promql: misspeling fix
|
2019-05-25 21:53:48 +03:00 |
|
Aliaksandr Valialkin
|
8e3eb5b39d
|
app/vmselect/promql: add alias(q, name) function that sets the given name to all the time series in q
|
2019-05-24 02:42:10 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|