-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: v2 all-in-one binary cannot find sampling strategies file #6338
Comments
I do not understand why you do not want to use docker? Can you explain please? |
None of our team uses docker, we have a simple architecture (single runtime, no microservices, etc) for which docker is unnecessary. We do use OTEL, though. |
You can use the jaeger binary with the all in one config file to accomplish the same outcome: https://github.com/jaegertracing/jaeger/blob/main/cmd/jaeger/internal/all-in-one.yaml |
No config is needed for all in one, just run the binary. |
When I run ./jaeger from the jaeger-2.1.0-darwin-arm64 build I get this:
|
seems like it has some docker paths hardcoded |
yes, this is an issue. It's a mistake to hardcode the local path |
Requirement
As a developer using jeager on my machine,
I would like a convenient non-docker all-in-one build for 2.x like we have in 1.x
Problem
Being able to quickly start using jeager without requiring Docker
Proposal
A non-docker all-in-one build for 2.x like we have in 1.x
Open questions
No response
The text was updated successfully, but these errors were encountered: