Skip to content

Commit b2331ee

Browse files
authored
Update version of Grafana and statsd-exporter used for --integration statsd (#57855)
The version of these in Breeze was quite out of date -- we updated the version in the chart in mid 2025 (with Helm 1.16). Crucially the statsd exporter update allows us to use dogstatsd style tags to be automatically turned in to Prometheus label metrics.
1 parent 34dec40 commit b2331ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/docker-compose/integration-statsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
---
1818
services:
1919
statsd-exporter:
20-
image: quay.io/prometheus/statsd-exporter:v0.26.0
20+
image: quay.io/prometheus/statsd-exporter:v0.28.0
2121
labels:
2222
breeze.description: "Integration required for Statsd hooks."
2323
container_name: "breeze-statsd-exporter"
@@ -37,7 +37,7 @@ services:
3737
- ./prometheus/volume:/prometheus
3838

3939
grafana:
40-
image: grafana/grafana:8.2.4
40+
image: grafana/grafana:12.2.1
4141
container_name: "breeze-grafana"
4242
environment:
4343
GF_AUTH_ANONYMOUS_ENABLED: true

0 commit comments

Comments
 (0)