Skip to content

Commit

Permalink
bump OTel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Jul 16, 2024
1 parent a76f337 commit df07afc
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 209 deletions.
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ services:
ports:
- "${SHIPPING_SERVICE_PORT}"
environment:
- CARGO_PKG_VERSION=${IMAGE_VERSION}
- SHIPPING_SERVICE_PORT
- QUOTE_SERVICE_ADDR
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ services:
ports:
- "${SHIPPING_SERVICE_PORT}"
environment:
- CARGO_PKG_VERSION=${IMAGE_VERSION}
- SHIPPING_SERVICE_PORT
- QUOTE_SERVICE_ADDR
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
Expand Down
Loading

0 comments on commit df07afc

Please sign in to comment.