Skip to content

Commit 50dcba1

Browse files
authored
Merge branch 'main' into f/statsd-simple-tags
2 parents e24f785 + 03b0b7f commit 50dcba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/couchbase/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ services:
1010
cpus: "0.50"
1111
memory: 1512M
1212
opentelemetry-collector-contrib:
13-
image: otel/opentelemetry-collector-contrib:0.86.0
13+
image: otel/opentelemetry-collector-contrib:0.88.0
1414
command: ["--config=/etc/otel-collector-config.yml"]
1515
volumes:
1616
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
1717
depends_on:
1818
- couchbase
1919
prometheus:
20-
image: prom/prometheus:v2.47.0
20+
image: prom/prometheus:v2.47.2
2121
volumes:
2222
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
2323
ports:

0 commit comments

Comments
 (0)