@@ -20,7 +20,7 @@ x-logging: &default-logging
2020
2121services :
2222 otel-collector :
23- image : otel/opentelemetry-collector-contrib:0.150.1
23+ image : otel/opentelemetry-collector-contrib:0.155.0
2424 restart : unless-stopped
2525 depends_on : [ loki, tempo, prometheus ]
2626 ports :
@@ -33,7 +33,7 @@ services:
3333 platform : linux/amd64
3434
3535 loki :
36- image : grafana/loki:3.6.10
36+ image : grafana/loki:3.7.3
3737 restart : unless-stopped
3838 volumes :
3939 - ./config/loki.yaml:/etc/loki/loki.yaml:ro
@@ -42,7 +42,7 @@ services:
4242 logging : *default-logging
4343
4444 tempo :
45- image : grafana/tempo:2.10.4
45+ image : grafana/tempo:3.0.2
4646 restart : unless-stopped
4747 volumes :
4848 - ./config/tempo.yaml:/etc/tempo/tempo.yaml:ro
@@ -51,7 +51,7 @@ services:
5151 logging : *default-logging
5252
5353 prometheus :
54- image : prom/prometheus:v3.11.2
54+ image : prom/prometheus:v3.13.0
5555 restart : unless-stopped
5656 volumes :
5757 - ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
@@ -65,7 +65,7 @@ services:
6565 logging : *default-logging
6666
6767 grafana :
68- image : grafana/grafana:13.0.1
68+ image : grafana/grafana:13.1.0
6969 restart : unless-stopped
7070 depends_on : [ loki, tempo, prometheus ]
7171 ports :
0 commit comments