Skip to content
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

[Feature]: ENV or CLI arg to listen on OTLP on all interfaces #6207

Closed
codefromthecrypt opened this issue Nov 14, 2024 · 3 comments
Closed
Labels
changelog:new-feature Change that should be called out as new feature in CHANGELOG enhancement v2

Comments

@codefromthecrypt
Copy link

Requirement

Right now, if you start jaeger v2, it listens for OTLP on localhost. This means docker hostnames don't connect. I would like an option to use an ENV value or CLI arg to listen on all interfaces.

Problem

Without this, I need to write a config file for something easy to do in other go daemons like otel-tui or ollama. I would like a simpler experience, and most importantly one that doesn't risk making other config errors.

Proposal

any env or CLI arg would be great

Open questions

No response

@codefromthecrypt
Copy link
Author

I found this out trying open-telemetry/opentelemetry.io#5575 as I was using docker to run the openai instrumentation example. Then, eventually I noticed some listen ports default to localhost, and noticed flags are not supported https://docs.google.com/document/d/18B1yTMewRft2N0nW9K-ecVRTt5VaNgnrPTW1eL236t4/edit?tab=t.0

@dosubot dosubot bot added changelog:new-feature Change that should be called out as new feature in CHANGELOG v2 labels Nov 14, 2024
@yurishkuro
Copy link
Member

updated docs - this behavior can be changed using --set overrides.

@codefromthecrypt
Copy link
Author

excellent. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:new-feature Change that should be called out as new feature in CHANGELOG enhancement v2
Projects
None yet
Development

No branches or pull requests

2 participants