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
Running go run ./cmd/all-in-one --help prints help documentation, but appears to hang afterwards.
To Reproduce
Steps to reproduce the behavior:
cd cmd/opentelemetry
go run ./cmd/all-in-one --help
Output:
Jaeger OpenTelemetry all-in-one
Usage:
jaeger-opentelemetry-all-in-one [flags]
...
--sampling.strategies-file string The path for the sampling strategies file in JSON format. See sampling documentation to see format of the file
^Csignal: interrupt
Expected behavior
Print help documentation and exit successfully.
Screenshots
Version (please complete the following information):
OS: macOS
Jaeger version: master
Deployment: Development
What troubleshooting steps did you try?
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
May be related to #2566.
Running
go run ./cmd/all-in-one --help
prints help documentation, but appears to hang afterwards.To Reproduce
Steps to reproduce the behavior:
cd cmd/opentelemetry
go run ./cmd/all-in-one --help
Output:
Expected behavior
Print help documentation and exit successfully.
Screenshots
Version (please complete the following information):
What troubleshooting steps did you try?
Additional context
The text was updated successfully, but these errors were encountered: