We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8216c7 + aff0bfa commit 887f322Copy full SHA for 887f322
internal/files/files/grafana/run-o11y-run/docker-compose.yaml
@@ -3,7 +3,7 @@ version: "3.8"
3
services:
4
5
grafana:
6
- image: grafana/grafana:10.0.1
+ image: grafana/grafana:10.0.2
7
volumes:
8
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
9
# - ../shared/pyroscope/grafana-provisioning:/etc/grafana/provisioning
@@ -64,7 +64,7 @@ services:
64
retries: 5
65
66
otel-collector:
67
- image: otel/opentelemetry-collector-contrib:0.80.0
+ image: otel/opentelemetry-collector-contrib:0.81.0
68
command: [ "--config=/etc/otel-collector.yaml" ]
69
70
- ../shared/otel-collector.yaml:/etc/otel-collector.yaml
0 commit comments