Skip to content

Commit

Permalink
Merge branch 'main' into f/statsd-simple-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
diurnalist committed Nov 14, 2023
2 parents e24f785 + 03b0b7f commit 50dcba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/couchbase/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ services:
cpus: "0.50"
memory: 1512M
opentelemetry-collector-contrib:
image: otel/opentelemetry-collector-contrib:0.86.0
image: otel/opentelemetry-collector-contrib:0.88.0
command: ["--config=/etc/otel-collector-config.yml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
depends_on:
- couchbase
prometheus:
image: prom/prometheus:v2.47.0
image: prom/prometheus:v2.47.2
volumes:
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit 50dcba1

Please sign in to comment.