Skip to content

Commit

Permalink
Merge pull request #27 from ArthurSens/renovate/otel-opentelemetry-co…
Browse files Browse the repository at this point in the history
…llector-contrib-0.x

Update otel/opentelemetry-collector-contrib Docker tag to v0.110.0
  • Loading branch information
ArthurSens authored Sep 24, 2024
2 parents 717d6f3 + 3f9f0ce commit 09f413d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
logging: *logging

otel-collector:
image: otel/opentelemetry-collector-contrib:0.109.0@sha256:af0f72b2d2493fc17f06cf3bc136548240cd7ebb2c8b1c8a7be6f3eb03068389
image: otel/opentelemetry-collector-contrib:0.110.0@sha256:0ed3688bbb02dabc0429ef648ebe3e9c53aca5e7c5a6b1a4a61b9f583b823e36
restart: always # To re-read the configuration file
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
Expand All @@ -97,7 +97,7 @@ services:
- loki

otel-collector-hostmetrics:
image: otel/opentelemetry-collector-contrib:0.109.0@sha256:af0f72b2d2493fc17f06cf3bc136548240cd7ebb2c8b1c8a7be6f3eb03068389
image: otel/opentelemetry-collector-contrib:0.110.0@sha256:0ed3688bbb02dabc0429ef648ebe3e9c53aca5e7c5a6b1a4a61b9f583b823e36
restart: always # To re-read the configuration file
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
Expand Down

0 comments on commit 09f413d

Please sign in to comment.