VictoriaMetrics/app/vmselect/promql
Aliaksandr Valialkin 1d4ddadbb1 app/vmselect/promql: further increase the allowed jitter for scrape interval
Real-world production data shows higher jitter than 1/8 of scrape interval.
This may results in gaps on the graph. So increase the allowed jitter to 1/4
of scrape interval in order to reduce the probability of gaps on the graphs
over time series with high jitter for scrape_interval.
2019-08-02 20:16:41 +03:00
..
aggr.go app/vmselect/promql: return NaN from count() over zero time series 2019-07-25 22:02:34 +03:00
aggr_incremental.go app/vmselect/promql: return NaN from count() over zero time series 2019-07-25 22:02:34 +03:00
aggr_incremental_test.go app/vmselect/promql: return NaN from count() over zero time series 2019-07-25 22:02:34 +03:00
aggr_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_amd64.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_arm.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
binary_op.go app/vmselect/promql: remove empty time series after applying filters like q > 0 2019-07-12 19:59:49 +03:00
binary_op_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
eval.go app/vmselect/promql: properly calculate incremental aggregations grouped by __name__ 2019-07-25 21:53:26 +03:00
exec.go app/vmselect/promql: add vm_slow_queries_total metric for counting slow queries 2019-07-31 03:36:45 +03:00
exec_test.go app/vmselect/promql: return NaN values if invalid bucket counts are passed to histogram_quantile 2019-07-30 22:05:55 +03:00
lexer.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:54 +03:00
lexer_test.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:54 +03: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 app/vmselect/promql: suppress error when template func is used inside modifier list. Just leave it as is 2019-06-25 20:43:57 +03:00
parser_test.go app/vmselect/promql: suppress error when template func is used inside modifier list. Just leave it as is 2019-06-25 20:43:57 +03:00
regexp_cache.go app/vmselect/promql: typo fix; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 2019-06-20 14:33:52 +03:00
rollup.go app/vmselect/promql: further increase the allowed jitter for scrape interval 2019-08-02 20:16:41 +03:00
rollup_result_cache.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:03:36 +03:00
rollup_result_cache_test.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:03:36 +03:00
rollup_test.go app/vmselect/promql: further increase the allowed jitter for scrape interval 2019-08-02 20:16:41 +03:00
rollup_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timeseries.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:03:36 +03:00
timeseries_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
transform.go app/vmselect/promql: return NaN from histogram_quantile if at least a single bucket is broken 2019-07-31 01:18:11 +03:00