VictoriaMetrics/app
Aliaksandr Valialkin e4f5039509
app/vmselect: properly adjust the lower bound for the time range where raw samples must be selected for default_rollup() function
Previously the lower bound could be too small, which could result in missing values at the beginning of the graph
for default_rollup() function. This function is automatically applied to all the series selectors if they aren't
explicitly wrapped into a rollup function - see https://docs.victoriametrics.com/MetricsQL.html#implicit-query-conversions

While at it, properly take into account `-search.minStalenessInterval` command-line flag when adjusting
the lower bound for the selected time range.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5388
2023-12-06 14:20:14 +02:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-06-21 19:52:50 -07:00
victoria-metrics Rename prom_writter.go to prom_writer.go () 2023-12-01 12:20:31 +01:00
vlinsert Add _stream fields log () 2023-11-17 15:58:52 +01:00
vlselect vmui: reduced the number of server requests () 2023-11-14 01:50:00 +01:00
vlstorage lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
vmagent Revert "add datadog /api/v2/series and /api/beta/sketches support ()" 2023-12-05 02:26:22 +02:00
vmalert app/vmalert: expose /vmalert/api/v1/rule and /api/v1/rule API which returns rule status in JSON format () 2023-12-04 18:40:33 +03:00
vmalert-tool vmalert-tool: fix alert_rule_test case when eval_time is not multiple of evaluation_interval () 2023-12-01 12:17:24 +01:00
vmauth docs/vmauth.md: add typical use cases 2023-11-29 20:49:00 +02:00
vmbackup docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vmbackupmanager docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vmctl docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vmgateway docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vminsert Revert "add datadog /api/v2/series and /api/beta/sketches support ()" 2023-12-05 02:26:22 +02:00
vmrestore docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vmselect app/vmselect: properly adjust the lower bound for the time range where raw samples must be selected for default_rollup() function 2023-12-06 14:20:14 +02:00
vmstorage lib/storage: stop exposing vm_merge_need_free_disk_space metric 2023-09-25 16:52:39 +02:00
vmui vmui: change autocomplete hotkey to Alt/Option + A () 2023-11-15 23:33:10 +01:00