Skip to content

Commit

Permalink
Update otel/opentelemetry-collector-contrib Docker tag to v0.109.0 (#485
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 64b6061 commit 05b71a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javaagent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
depends_on:
- collector
collector:
image: otel/opentelemetry-collector-contrib:0.108.0
image: otel/opentelemetry-collector-contrib:0.109.0
volumes:
- ./collector-config.yaml:/collector-config.yaml
command: ["--config=/collector-config.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion log-appender/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
collector:
image: otel/opentelemetry-collector-contrib:0.108.0
image: otel/opentelemetry-collector-contrib:0.109.0
volumes:
- ./otel-config.yaml:/otel-config.yaml
command: ["--config=/otel-config.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion spring-native/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
depends_on:
- collector
collector:
image: otel/opentelemetry-collector-contrib:0.108.0
image: otel/opentelemetry-collector-contrib:0.109.0
volumes:
- ./collector-spring-native-config.yaml:/collector-spring-native-config.yaml
command: ["--config=/collector-spring-native-config.yaml"]
Expand Down

0 comments on commit 05b71a3

Please sign in to comment.