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

seems no way to specify multiple collectors when starting agent? #130

Closed
yuekui2 opened this issue Apr 24, 2017 · 8 comments
Closed

seems no way to specify multiple collectors when starting agent? #130

yuekui2 opened this issue Apr 24, 2017 · 8 comments

Comments

@yuekui2
Copy link
Contributor

yuekui2 commented Apr 24, 2017

Hi,

Trying to figure out if we could use Jaeger in our product tracing collecting. So far getting working by setting a single collector via -collector.host-port. It seems the way to setup multiple collectors is by some auto discovery mechanism. But I have no idea how this works? Please help.

Thanks.
-Kui

@yurishkuro
Copy link
Member

@yuekui2 do you use any discovery mechanism in your system already?

@yurishkuro
Copy link
Member

if not, how do your microservices find each other?

@yuekui2
Copy link
Contributor Author

yuekui2 commented Apr 24, 2017

Right now, our system is only partially using micro services. We have grpc auto discovery, not having auto discovery for other kind of services yet.

@yuekui2
Copy link
Contributor Author

yuekui2 commented Apr 24, 2017

Guess a possible solution is to implement a customized dispatcher. It starts with a fix set, pinging to determine the healthy and notify accordingly.

@yurishkuro
Copy link
Member

We're using go-kit that has support for a number of discovery systems (consul, etcd, and others). I planned to build direct support for go-kit's sd package, but we needed a push model which is still in the works in the kit (go-kit/kit#492). It is possible to hack it though.

Which discovery are you using for grpc?

@yuekui2
Copy link
Contributor Author

yuekui2 commented Apr 24, 2017

we are using etcd, with the grpc recommended external load balancing.

@valichek
Copy link

@yuekui2 maybe linkerd could be a good option for discovery and load-balancing

@yurishkuro
Copy link
Member

For static pool of collectors, the addresses can be passed as a comma-separated list to the agent.

Support for other discovery systems is tracked in #213

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

3 participants