Skip to content

Releases: VictoriaMetrics/VictoriaTraces

v0.8.0

02 Mar 11:34
v0.8.0
4e7182b

Choose a tag to compare

v0.7.1

24 Jan 09:09
v0.7.1
c389042

Choose a tag to compare

Released at 2026-01-24

  • FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster: adjust -insert.indexFlushInterval from 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.

v0.7.0

21 Jan 02:36
v0.7.0
cedea1e

Choose a tag to compare

v0.7.0

v0.6.0

20 Jan 05:21
v0.6.0
045dd98

Choose a tag to compare

v0.6.0

v0.5.1

19 Nov 08:57
v0.5.1
9015cdc

Choose a tag to compare

Released at 2025-11-19

v0.5.0

08 Nov 12:37
v0.5.0
07a80f6

Choose a tag to compare

Released at 2025-11-08

v0.4.1

31 Oct 09:45
v0.4.1
303aa1a

Choose a tag to compare

Released at 2025-10-31

v0.4.0

14 Oct 03:45
v0.4.0
8a5f1b6

Choose a tag to compare

v0.4.0

Released at 2025-10-14

v0.3.0

19 Sep 08:59
v0.3.0
aebd57d

Choose a tag to compare

v0.3.0

Released at 2025-09-19

  • FEATURE: improve the scalability of data ingestion on systems with big number of CPU cores. Previously only up to 40 CPU cores were used during logs' ingestion into VictoriaLogs on AMD64 and ARM64 architectures, while the remaining CPU cores were idle. Remove the scalability bottleneck by switching from musl-based to glibc-based cross-compiler. This improved the data ingestion speed on a host with hundreds of CPU cores by more than 4x. See #517.
  • FEATURE: upgrade Go builder from Go1.24.6 to Go1.25.0. See Go1.25.0 release notes.
  • FEATURE: logstorage: Upgrade VictoriaLogs dependency from v1.27.0 to v1.33.1.
  • FEATURE: docker compose: add cluster docker compose environment.
  • FEATURE: dashboards: update dashboard for VictoriaTraces single-node and cluster to provide more charts.
  • FEATURE: Single-node VictoriaTraces and vtinsert in VictoriaTraces cluster: support JSON protobuf encoding in the OpenTelemetry protocol (OTLP) for data ingestion. See this issue for details. Thanks to @JayiceZ for the pull request.

v0.2.0

01 Sep 07:57
v0.2.0
71353be

Choose a tag to compare

v0.2.0

Released at 2025-09-01