We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a641058 commit 7ffda8aCopy full SHA for 7ffda8a
infra/docker/docker-compose.yaml
@@ -84,7 +84,7 @@ services:
84
depends_on:
85
clickhouse:
86
condition: service_healthy
87
- image: otel/opentelemetry-collector-contrib:0.119.0 # amd64 + arm64
+ image: otel/opentelemetry-collector-contrib:0.122.1 # amd64 + arm64
88
ports:
89
- 4317:4317
90
- 4318:4318
@@ -102,7 +102,7 @@ services:
102
103
104
105
- image: grafana/grafana-oss:11.5.1 # amd64 + arm64
+ image: grafana/grafana-oss:11.5.2 # amd64 + arm64
106
environment:
107
GF_INSTALL_PLUGINS: "grafana-clickhouse-datasource"
108
volumes:
0 commit comments