.. |
aggr.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
aggr_incremental.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
aggr_incremental_test.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
arch.go
|
app/vmselect/promql: use universal approach for determining maxByteSliceLen on 32-bit and 64-bit archs
|
2019-11-13 20:26:07 +02:00 |
binary_op.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
eval.go
|
app/vmselect/promql: add aggr_over_time(("aggr_func1", "aggr_func2", ...), m[d]) function
|
2020-01-10 21:18:12 +02:00 |
exec.go
|
lib/metricsq: add ExpandWithExprs
|
2019-12-25 22:20:21 +02:00 |
exec_test.go
|
app/vmselect/promql: do not take into account the previous point before time window in square brackets for min_over_time , max_over_time , rollup_first and rollup_last functions
|
2020-01-11 00:26:11 +02:00 |
memory_limiter.go
|
app/vmselect/promql: use dynamic limit on memory for concurrent queries
|
2019-06-12 23:18:23 +03:00 |
memory_limiter_test.go
|
app/vmselect/promql: use dynamic limit on memory for concurrent queries
|
2019-06-12 23:18:23 +03:00 |
parser.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
parser_test.go
|
Rename lib/promql to lib/metricsql and apply small fixes
|
2019-12-25 22:09:09 +02:00 |
rollup.go
|
app/vmselect/promql: return continuous values for min_over_time and max_over_time when step is smaller than scrape_interval
|
2020-01-11 12:47:57 +02:00 |
rollup_result_cache.go
|
app/vmselect/promql: fix results caching for multi-arg rollup functions such as quantile_over_time
|
2020-01-03 20:44:54 +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:44:54 +02:00 |
rollup_test.go
|
app/vmselect/promql: do not take into account the previous point before time window in square brackets for min_over_time , max_over_time , rollup_first and rollup_last functions
|
2020-01-11 00:26:11 +02:00 |
rollup_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
timeseries.go
|
app/vmselect/promql: store compressed results in the cache
|
2019-08-14 02:32:16 +03:00 |
timeseries_test.go
|
app/vmselect/promql: store compressed results in the cache
|
2019-08-14 02:32:16 +03:00 |
transform.go
|
app/vmselect/promql: fix calculations for histogram_share
|
2020-01-04 14:44:15 +02:00 |