Skip to content

Commit 887f322

Browse files
authored
Merge pull request #45 from krzko/update-bump-grafana
chore: bump grafana and otelcol
2 parents e8216c7 + aff0bfa commit 887f322

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)