.. |
aggr.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
aggr_incremental.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
aggr_incremental_test.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
binary_op.go
|
app/vmselect/promql: adjust and and unless binary operator handling to be consistent with Prometheus
|
2020-01-31 18:52:38 +02:00 |
eval.go
|
app/vmselect/promql: properly adjust time range for data to select
|
2020-02-05 21:22:18 +02:00 |
exec.go
|
app/vmselect: add sort_by_label(q, label) and sort_by_label_desc(q, label) functions
|
2020-02-13 17:01:37 +02:00 |
exec_test.go
|
app/vmselect: handle timestamp(metric offset X) the same way as Prometheus does
|
2020-04-15 12:01:00 +03:00 |
memory_limiter.go
|
app/vmselect/promql: use dynamic limit on memory for concurrent queries
|
2019-06-12 23:18:44 +03:00 |
memory_limiter_test.go
|
app/vmselect/promql: use dynamic limit on memory for concurrent queries
|
2019-06-12 23:18:44 +03:00 |
parser.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
parser_test.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:03:59 +02:00 |
rollup.go
|
app/vmselect: add -search.minStalenessInterval command-line flag for removing gaps on graphs built from time series with irregular duration between samples
|
2020-04-20 19:42:15 +03:00 |
rollup_result_cache.go
|
app/vmselect/promql: log when rollupResult cache is cleared
|
2020-02-21 20:07:01 +02:00 |
rollup_result_cache_test.go
|
app/vmselect/promql: fix results caching for multi-arg rollup functions such as quantile_over_time
|
2020-01-03 20:49:08 +02:00 |
rollup_test.go
|
app/vmselect/promql: add range_over_time(m[d]) function for calculating value range for m over d
|
2020-01-21 19:05:17 +02:00 |
rollup_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
timeseries.go
|
Makefile: add build and test rules with enabled race detector. These rules have -race suffix
|
2020-03-05 12:03:38 +02:00 |
timeseries_test.go
|
app/vmselect/promql: store compressed results in the cache
|
2019-08-14 02:29:45 +03:00 |
transform.go
|
app/vmselect: handle timestamp(metric offset X) the same way as Prometheus does
|
2020-04-15 12:01:00 +03:00 |