We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
common/tracing/tracing.go
Line 38 in 47e357f
Jaeger is always enabled because LocalAgentHostPort is by default ('localhost:6831').
Annoyingly the env variables used by jaeger are not publicly exposed by the jaeger package so a quick&clean fix is not that easy.
The text was updated successfully, but these errors were encountered:
https://github.com/jaegertracing/jaeger-client-go/blob/17fd3e8e517a4630dc276675cb2987782094a022/config/config_env.go#L201-L207
Sorry, something went wrong.
No branches or pull requests
common/tracing/tracing.go
Line 38 in 47e357f
Jaeger is always enabled because LocalAgentHostPort is by default ('localhost:6831').
Annoyingly the env variables used by jaeger are not publicly exposed by the jaeger package so a quick&clean fix is not that easy.
The text was updated successfully, but these errors were encountered: