Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +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
|
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
|
604a4312f9
|
all: port to FreeBSD on GOARCH=amd64
|
2019-08-28 01:46:09 +03:00 |
|
Aliaksandr Valialkin
|
aac482517f
|
app/vmselect/promql: return NaN from count() over zero time series
This aligns `count` behavior with Prometheus.
|
2019-07-25 22:02:34 +03:00 |
|
Aliaksandr Valialkin
|
6875fb411a
|
app/vmselect/promql: parallelize incremental aggregation to multiple CPU cores
This may reduce response times for aggregation over big number of time series
with small step between output data points.
|
2019-07-12 15:53:12 +03:00 |
|