Skip to content

Commit

Permalink
Remove --otel-exporter=otlp argument from HotROD docker-compose (#4902)
Browse files Browse the repository at this point in the history
Removed `--otel-exporter=otlp` argument from the hotrod

## Which problem is this PR solving?
Updated hotrod docker compose yaml.

## Description of the changes
Removed `--otel-exporter=otlp` argument from the hotrod

## How was this change tested?
local run

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: Beniamin Kalinowski <beniamin.kalinowski@gmail.com>
  • Loading branch information
BeniaminK authored Oct 29, 2023
1 parent 107c91b commit c1e2b4f
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 c1e2b4f

Please sign in to comment.