VictoriaTraces
VictoriaTraces is an open-source, user-friendly database designed for storing and querying distributed tracing data , built by the VictoriaMetrics team
VictoriaTraces is an open-source, user-friendly database designed for storing and querying distributed tracing data , built by the VictoriaMetrics team Prominent features # VictoriaTraces provides the following prominent features: It is resource-efficient and fast. It uses up to 3.7x less RAM and up to 2.6x less CPU than other solutions such as Grafana Tempo. VictoriaTraces’ capacity and performance scales linearly with the available resources (CPU, RAM, disk IO, disk space). Also, it can scale horizontally to many nodes in cluster mode . It has no additional storage dependencies (such as object storage or external databases like ClickHouse and Elasticsearch) for production readiness. It accepts trace spans in the popular OpenTelemetry protocol (OTLP). It provides Jaeger Query Service JSON APIs to integrate with Grafana or Jaeger Frontend . It supports alerting - see these docs . External systems send traces by using a LAN port mapping tool to map to the service port 10428. For other applications, the trace endpoint is: https://victoriatraces.<device-name>.heiyu.space Related documentation: Sending traces: https://docs.victoriametrics.com/victoriatraces/data-ingestion/opentelemetry/ Querying: https://docs.victoriametrics.com/victoriatraces/querying/

