Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

using zipkin with elasticsearch #167

Open
tumux opened this issue Dec 19, 2017 · 2 comments
Open

using zipkin with elasticsearch #167

tumux opened this issue Dec 19, 2017 · 2 comments

Comments

@tumux
Copy link

tumux commented Dec 19, 2017

Hello,

I've started zipkin on kubernetes with default mysql storage. It works fine. But - I do not rilly like that I have to configure each service to query zipkin (put spans). + mysql - is very slow (started zipkin few days ago, configured 20% of services currently in production and already 500k spans with performance problems). In my environment all the logs from pod's in kubernetes are already beeing forwarded to elasticsearch storage. All those logs are with trace and span info (because there is spring-cloud-sleuth is beeing used).

So I think I already have everything I need in elastic search and this is just a matter of a query to collect info from it and display it by zipkin in analytical view (in forms of traces and spans). Is zipkin capable doing it? Why and do I rilly need separate dedicated storage for zipkin? No matter if it is mysql or something else.

@codefromthecrypt
Copy link

codefromthecrypt commented Dec 19, 2017 via email

@tumux
Copy link
Author

tumux commented Dec 20, 2017

Thank you for this answer. Looks like my way is to use elasticsearch

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

No branches or pull requests

2 participants