fix: add loki to victoria stack + bump grafana to 13.1.0#2655
Merged
Conversation
a8114f7 to
3213feb
Compare
3213feb to
589a153
Compare
skudasov
previously approved these changes
Jun 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the observability docker-compose stacks to support Loki alongside the VictoriaMetrics/VictoriaLogs/VictoriaTraces stack, and aligns Grafana to 13.1.0 across the relevant compose setups.
Changes:
- Bump Grafana Docker image tags to
grafana/grafana:13.1.0in multiple compose files. - Add Loki to the VictoriaMetrics-based observability stack (new Loki config, new Grafana Loki datasource, new Loki service).
- Update the VictoriaMetrics OTEL collector config to export logs to both VictoriaLogs and Loki.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| wasp/compose-victoria-metrics/docker-compose.yml | Bumps Grafana image to 13.1.0 for the WASP VictoriaMetrics compose stack. |
| framework/observability/compose/docker-compose.yaml | Bumps Grafana image to 13.1.0 for the general observability compose stack. |
| framework/observability/compose-victoria-metrics/otel/otel-collector-config.yaml | Renames VictoriaLogs exporter and adds Loki OTLP HTTP exporter for logs pipeline. |
| framework/observability/compose-victoria-metrics/loki-config.yaml | Adds Loki filesystem-backed configuration for the VictoriaMetrics compose stack. |
| framework/observability/compose-victoria-metrics/grafana/provisioning/datasources/datasources.yaml | Provisions a Grafana Loki datasource. |
| framework/observability/compose-victoria-metrics/docker-compose.yml | Adds Loki service + volume and bumps Grafana image to 13.1.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+32
to
+35
| volumes: | ||
| - ./loki-config.yaml:/etc/loki/mounted-config.yaml | ||
| - ./conf/provisioning/rules/rules.yml:/etc/loki/rules/fake/rules.yml | ||
| - loki_data:/loki |
Comment on lines
+38
to
+41
| command: | ||
| - -config.file=/etc/loki/mounted-config.yaml | ||
| - -log.level=info | ||
| - -ruler.storage.local.directory=/etc/loki/rules |
Comment on lines
47
to
+50
| logs: | ||
| receivers: [ otlp ] | ||
| processors: [ batch ] | ||
| exporters: [ otlphttp/logs, debug ] | ||
| exporters: [ otlphttp/vl, otlphttp/loki, debug ] |
skudasov
approved these changes
Jun 30, 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.
No description provided.