Released at 2026-01-24
-
FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster: adjust
-insert.indexFlushIntervalfrom 30s to 20s to ensure a proper time gap with-search.latencyOffset. This is useful when ingest data is not real-time, as it helps reduce the probability that data can be searched by condition but is not present in the traceID index, resulting in failure to query by traceID. -
BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: fix backward compatibility for the old index format. Previously, the old index format was not parsed correctly into the start and end timestamps.