Skip to content

Commit

Permalink
Update dependency otel/opentelemetry-collector to v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 17, 2022
1 parent cbe4728 commit 681bf17
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 @@ -34,7 +34,7 @@ services:
build: ./subgraphs/pandas
collector:
container_name: collector
image: otel/opentelemetry-collector:0.44.0
image: otel/opentelemetry-collector:0.45.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 @@ -31,7 +31,7 @@ services:
build: ./subgraphs/pandas
collector:
container_name: collector
image: otel/opentelemetry-collector:0.44.0
image: otel/opentelemetry-collector:0.45.0
command: ["--config=/conf/collector-config.yml"]
volumes:
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
Expand Down

0 comments on commit 681bf17

Please sign in to comment.