feat: victoria traces#2649
Merged
Merged
Conversation
1f961b7 to
667b57f
Compare
e846152 to
3d358fd
Compare
3d358fd to
d752f3b
Compare
Contributor
There was a problem hiding this comment.
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
previously approved these changes
Jun 23, 2026
skudasov
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.9.3) to the VictoriaMetrics compose stack for distributed tracing.Testing