open source distributed tracing database, built for teams that want span storage inside their own network
VictoriaTraces is an OpenTelemetry compatible distributed tracing database from the VictoriaMetrics family. It accepts trace spans over the standard OTLP HTTP protocol and serves them back through Jaeger compatible query APIs and a built in browser interface, all from a single static Go binary with no external storage dependency: no Cassandra, no Elasticsearch, no object store. Teams use it to keep application traces close to the services that produce them, so engineers can follow a request across service boundaries and see where latency and errors actually originate.
The cloudimg image ships VictoriaTraces preinstalled as a managed service with an authenticating reverse proxy in front of it. VictoriaTraces has no authentication of its own, so the database binds to the loopback interface only and both the ingest path and the query paths sit behind a single credential gate: an open tracing backend would otherwise let anyone poison the trace store or read every span in it. A unique password is generated on first boot of every instance, so no two deployments share one and no usable credential exists in the image itself. Span storage lives on a dedicated, independently resizable data volume, a shipped self test proves the whole ingest to query path on demand, and a paired deploy guide walks through the setup. Backed by 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Replace Your Multi-Node Tracing Cluster With a Single Instance VictoriaTraces is an OpenTelemetry compatible distributed tracing database from the VictoriaMetrics family. It accepts spans over standard OTLP HTTP and serves them back through Jaeger compatible query APIs plus a built-in browser UI - all from a single static Go binary with no external storage dependency. No Cassandra, no Elasticsearch, and no object store to operate: span storage, indexing, and query all live in one process on one instance. This AMI delivers VictoriaTraces fully installed as a systemd service, fronted by an authenticating nginx reverse proxy, with span storage on a dedicated EBS volume. ## Who This Is For - Platform and SRE teams who want span storage inside their own VPC rather than a third-party SaaS, without running a Jaeger plus Elasticsearch cluster to do it
2. SSH in and read the generated password: sudo cat /root/victoriatraces-credentials.txt
3. Open http://
4. Point an OpenTelemetry Collector or instrumented application at http://
5. Query traces programmatically through the Jaeger compatible APIs under /select/jaeger/api/
6. Verify the appliance end to end: sudo /usr/local/sbin/victoriatraces-selftest.sh ## Retention and Sizing Span retention defaults to 7 days. Storage is capped at 80 percent of the data volume so a span burst cannot fill the disk and wedge the service. Both are single-flag settings. Trace volume is far higher than log volume, so size the volume against your span rate, not your log rate. Need help sizing? Email support@cloudimg.co.uk with your estimated spans per second and retention requirement. Our engineers will reply within one business day with a recommended instance type, EBS volume size, and retention configuration tailored to your workload. ## Project Maturity VictoriaTraces is a newer component of the VictoriaMetrics family, first released in July 2025 and under active development. It is pre-general-availability by the project's own statement: upstream has not yet committed to backward compatibility for the on-disk data format, so a future major upgrade may require re-ingesting spans rather than an in-place upgrade. The software is Apache 2.0 licensed and installed unmodified from the official upstream release. ## 24/7 cloudimg Support Every deployment is backed by cloudimg engineers available around the clock via email. Support covers initial deployment and instance sizing, OpenTelemetry Collector and SDK configuration, retention and disk tuning, TLS termination with Let's Encrypt or custom certificates, nginx and authentication configuration, version upgrades, and troubleshooting ingestion, query, and connectivity issues. VictoriaTraces and VictoriaMetrics are trademarks of their respective owners. cloudimg is not affiliated with or endorsed by VictoriaMetrics.