Skip to content

Commit

Permalink
chore(deps): update otel/opentelemetry-collector docker tag to v0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 9f82cda commit 1de0198
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.97.0
image: otel/opentelemetry-collector:0.98.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.97.0
image: otel/opentelemetry-collector:0.98.0
command: ["--config=/conf/collector-config.yml"]
volumes:
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
Expand Down

0 comments on commit 1de0198

Please sign in to comment.