You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Which problem is this PR solving?
The `component.UseLocalHostAsDefaultHost` gate has been removed from
otel collector since v0.112.0. The example failed to start `jaeger`
because of the invalid argument.
## Description of the changes
- Remove the invalid command line argument.
- Set endpoints for `otlpreceiver` explicitly.
## 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: haoqixu <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Insomniac2904 <[email protected]>
0 commit comments