Skip to content

Commit aff0bfa

Browse files
committed
chore: bump grafana and otelcol
1 parent 3bca10c commit aff0bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/files/files/grafana/run-o11y-run/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44

55
grafana:
6-
image: grafana/grafana:10.0.1
6+
image: grafana/grafana:10.0.2
77
volumes:
88
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
99
# - ../shared/pyroscope/grafana-provisioning:/etc/grafana/provisioning
@@ -64,7 +64,7 @@ services:
6464
retries: 5
6565

6666
otel-collector:
67-
image: otel/opentelemetry-collector-contrib:0.80.0
67+
image: otel/opentelemetry-collector-contrib:0.81.0
6868
command: [ "--config=/etc/otel-collector.yaml" ]
6969
volumes:
7070
- ../shared/otel-collector.yaml:/etc/otel-collector.yaml

0 commit comments

Comments
 (0)