Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05b71a3

Browse files
authoredSep 10, 2024··
Update otel/opentelemetry-collector-contrib Docker tag to v0.109.0 (#485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64b6061 commit 05b71a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎javaagent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
depends_on:
1818
- collector
1919
collector:
20-
image: otel/opentelemetry-collector-contrib:0.108.0
20+
image: otel/opentelemetry-collector-contrib:0.109.0
2121
volumes:
2222
- ./collector-config.yaml:/collector-config.yaml
2323
command: ["--config=/collector-config.yaml"]

‎log-appender/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
collector:
4-
image: otel/opentelemetry-collector-contrib:0.108.0
4+
image: otel/opentelemetry-collector-contrib:0.109.0
55
volumes:
66
- ./otel-config.yaml:/otel-config.yaml
77
command: ["--config=/otel-config.yaml"]

‎spring-native/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
depends_on:
1111
- collector
1212
collector:
13-
image: otel/opentelemetry-collector-contrib:0.108.0
13+
image: otel/opentelemetry-collector-contrib:0.109.0
1414
volumes:
1515
- ./collector-spring-native-config.yaml:/collector-spring-native-config.yaml
1616
command: ["--config=/collector-spring-native-config.yaml"]

0 commit comments

Comments
 (0)
Please sign in to comment.