VictoriaMetrics/app
Dmytro Kozlov 5f8b91186a
app/vmctl: break explore phase in vm-native mode by time intervals
When `--vm-native-step-interval` is specified, explore phase will be executed
within specified intervals. Discovered metric names will be associated with
time intervals at which they were discovered. This suppose to reduce number
of requests vmctl makes per metric name since it will skip time intervals
when metric name didn't exist.

This should also reduce probability of exceeding complexity limits
for number of selected series in one request during explore phase.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5369
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-03-18 12:18:32 +01:00
..
victoria-logs all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
victoria-metrics app/{vminsert,vmagent}: allow using -streamAggr.dedupInterval without -streamAggr.config 2024-03-05 00:45:30 +02:00
vlinsert Add _stream fields log (#5068) 2023-11-17 15:58:52 +01:00
vlselect app/vlselect/vmui: run make vmui-logs-update after c51031dd70 2024-03-01 01:33:11 +02:00
vlstorage app/vlselect: follow-up for 451d2abf50 2024-02-18 23:05:51 +02:00
vmagent app/{vmagent,vminsert}: add an ability to ignore input samples outside the current aggregation interval for stream aggregation 2024-03-17 23:03:47 +02:00
vmalert vmalert: deprecate cmd-line flag -datasource.lookback (#5877) 2024-03-12 16:16:50 +01:00
vmalert-tool all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
vmauth app/vmauth: properly initialize URLPrefix in tests 2024-03-08 21:10:11 +01:00
vmbackup lib/snapshot: move Time, Validate and NewName into lib/snapshot/snapshotutil package 2024-02-09 04:18:45 +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 app/vmctl: break explore phase in vm-native mode by time intervals 2024-03-18 12:18:32 +01: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 app/{vmagent,vminsert}: add an ability to ignore input samples outside the current aggregation interval for stream aggregation 2024-03-17 23:03:47 +02:00
vmrestore all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
vmselect app/vmselect/prometheus: do not drop match[] filters if -search.ignoreExtraFiltersAtLabelsAPI flag is set 2024-03-06 13:31:51 +02:00
vmstorage app/vmstorage: cleanup after 9bad52b687 2024-02-23 04:55:17 +02:00
vmui deployment/docker: update Go builder from Go1.21.7 to Go1.22.1 2024-03-06 21:04:11 +02:00