github VictoriaMetrics/VictoriaTraces v0.3.0

17 hours ago

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.

Don't miss a new VictoriaTraces release

NewReleases is sending notifications on new releases.