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

Support a configuration file for defaults #53

Open
yschimke opened this issue Jul 26, 2017 · 2 comments
Open

Support a configuration file for defaults #53

yschimke opened this issue Jul 26, 2017 · 2 comments

Comments

@yschimke
Copy link

$ cat ~/.zipkinrc
ZIPKIN_SINK=scribe://localhost:1463
ZIPKIN_UI=https://zipkin.company.com/zipkin/traces/{traceid}

URL in same format as #52

Would be nice if client tools could support zipkin without asking for complicated URLs to be entered.

@yschimke
Copy link
Author

I might implement these myself in another project, if I do I'll link here if you want to reuse the code.

@yschimke
Copy link
Author

Based on these a Default zipkin reporter factory could provide the reporter and a Function<Span, URI> for clients to use without additional configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant