Skip to content

Commit

Permalink
chore(deps): update otel/opentelemetry-collector docker tag to v0.114…
Browse files Browse the repository at this point in the history
….0 (#777)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c0ed00b commit 666ec28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.otel-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
build: ./subgraphs/pandas
collector:
container_name: collector
image: otel/opentelemetry-collector:0.113.0
image: otel/opentelemetry-collector:0.114.0
command: ["--config=/conf/collector-config.yml"]
volumes:
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.router-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- "/etc/localtime:/etc/localtime:ro"
collector:
container_name: collector
image: otel/opentelemetry-collector:0.113.0
image: otel/opentelemetry-collector:0.114.0
command: ["--config=/conf/collector-config.yml"]
volumes:
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
Expand Down

0 comments on commit 666ec28

Please sign in to comment.