Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Removed `--otel-exporter=otlp` argument from the hotrod

Signed-off-by: Beniamin Kalinowski <[email protected]>
  • Loading branch information
BeniaminK authored Oct 28, 2023
1 parent 107c91b commit 922bcf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hotrod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ services:
ports:
- "8080:8080"
- "8083:8083"
# TODO remove "--otel-exporter=otlp" after 1.49 release
command: ["all", "--otel-exporter=otlp"]
command: ["all"]
environment:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318
networks:
Expand Down

0 comments on commit 922bcf3

Please sign in to comment.