VictoriaMetrics/app/vmselect
Aliaksandr Valialkin c66a691593 app/vmselect/prometheus: add -search.maxLookback command-line flag for overriding dynamic calculations for max lookback interval
This flag is similar to `-search.lookback-delta` if set. The max lookback interval is determined dynamically
from interval between datapoints for each input time series if the flag isn't set.

The interval can be overriden on per-query basis by passing `max_lookback=<duration>` query arg to `/api/v1/query` and `/api/v1/query_range`.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/209
2019-10-15 21:31:48 +03:00
..
netstorage app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially 2019-09-30 00:11:14 +03:00
prometheus app/vmselect/prometheus: add -search.maxLookback command-line flag for overriding dynamic calculations for max lookback interval 2019-10-15 21:31:48 +03:00
promql app/vmselect/prometheus: add -search.maxLookback command-line flag for overriding dynamic calculations for max lookback interval 2019-10-15 21:31:48 +03:00
main.go all: return 503 http error if service is temporarily unavailable 2019-08-23 09:55:07 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.