VictoriaMetrics/app/vminsert/common
Aliaksandr Valialkin ac3cf3f357
lib/streamaggr: enable time alignment for aggregate flushed to multiples of interval
For example, if `interval: 1m`, then data flush occurs at the end of every minute,
while `interval: 1h` leads to data flush at the end of every hour.

Add `no_align_flush_to_interval` option, which can be used for disabling the alignment.
2024-03-04 05:42:58 +02:00
..
insert_ctx.go lib/prompb: change type of Label.Name and Label.Value from []byte to string 2024-01-14 22:33:21 +02:00
insert_ctx_pool.go all: properly handle CPU limits set on the host system/container 2020-12-08 21:07:29 +02:00
sort_labels.go app/{vminsert,vmagent}: add -sortLabels command-line option for sorting time series labels before ingesting them in the storage 2021-03-31 23:27:58 +03:00
streamaggr.go lib/streamaggr: enable time alignment for aggregate flushed to multiples of interval 2024-03-04 05:42:58 +02:00