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

Jaeger: Enable configuration via MP config #488

Closed
objectiser opened this issue Jan 12, 2019 · 0 comments
Closed

Jaeger: Enable configuration via MP config #488

objectiser opened this issue Jan 12, 2019 · 0 comments
Labels
kind/enhancement New feature or request
Milestone

Comments

@objectiser
Copy link
Contributor

Currently the Jaeger tracer is configured using system properties or environment variables.

We should also enable the tracer to be configured using MP config.

To support both configuration approaches, and avoid having to programmatically create the different components of the tracer (using the builders), it may be best to copy the MP config values into system properties prior to creating the tracer (fromEnv()). The only issue is deciding which values take precedence when both are defined?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants