Skip to content

feat: victoria traces#2649

Merged
bukata-sa merged 2 commits into
mainfrom
bukata/victoria-traces
Jun 23, 2026
Merged

feat: victoria traces#2649
bukata-sa merged 2 commits into
mainfrom
bukata/victoria-traces

Conversation

@bukata-sa

@bukata-sa bukata-sa commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add VictoriaTraces service (v0.9.3) to the VictoriaMetrics compose stack for distributed tracing.
  • Route OTLP traces pipeline through OTel collector to VictoriaTraces via gRPC.
  • Provision VictoriaTraces as a Jaeger datasource in Grafana.

Testing

@bukata-sa bukata-sa force-pushed the bukata/victoria-traces branch from 1f961b7 to 667b57f Compare June 22, 2026 22:44
@bukata-sa bukata-sa changed the title feat: victoria tracesl feat: victoria traces Jun 22, 2026
@bukata-sa bukata-sa force-pushed the bukata/victoria-traces branch 2 times, most recently from e846152 to 3d358fd Compare June 23, 2026 15:50
@bukata-sa bukata-sa force-pushed the bukata/victoria-traces branch from 3d358fd to d752f3b Compare June 23, 2026 15:50
@bukata-sa bukata-sa marked this pull request as ready for review June 23, 2026 15:51
@bukata-sa bukata-sa requested a review from a team as a code owner June 23, 2026 15:51
Copilot AI review requested due to automatic review settings June 23, 2026 15:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds VictoriaTraces to the existing VictoriaMetrics docker-compose observability stack, wiring the OpenTelemetry Collector to export traces to VictoriaTraces and provisioning Grafana to query traces via a Jaeger datasource.

Changes:

  • Add a VictoriaTraces service (victoriametrics/victoria-traces:v0.9.3) to the compose stack and persist its data volume.
  • Configure the OTel Collector to export OTLP traces to VictoriaTraces over gRPC.
  • Provision a new Grafana Jaeger datasource pointing at VictoriaTraces’ Jaeger-compatible query endpoint.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml Adds an OTLP traces exporter and a traces pipeline routing through batch to VictoriaTraces.
framework/observability/compose-victoria-metrics/grafana/provisioning/datasources/datasources.yaml Adds a Grafana Jaeger datasource for querying traces from VictoriaTraces.
framework/observability/compose-victoria-metrics/docker-compose.yml Adds the victoriatraces service, volume, and dependency wiring for collector and Grafana.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

skudasov
skudasov previously approved these changes Jun 23, 2026
@bukata-sa bukata-sa merged commit 12abc7b into main Jun 23, 2026
81 of 82 checks passed
@bukata-sa bukata-sa deleted the bukata/victoria-traces branch June 23, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants