Zipkin: Documentation Improvement : What dependency do you need to include to start using the Zipkin library?

Created on 30 Jun 2018  ·  8Comments  ·  Source: openzipkin/zipkin

To get Zipkin up and running locally, without downloading a completed JAR, how does one do that? What are the dependencies needed to get Zipkin Server and UI working? If I go to Spring Initilizr, and download a spring boot project, and want to build this project by including a dependency in the build.gradle and a @EnableZipkinServer annotation in my main class, how would I know to do that from this documentation? Given Zipkin is often used in a PCF environment as well, maybe consider also including the PCF-variation of this dependency?

question

Most helpful comment

developing a custom server is not supported by the community. you can at
your own risk but please don't raise issues if you try against our advice.

Here's the reference I mentioned to you which mentions this:

https://github.com/openzipkin/zipkin/blob/master/zipkin-server/src/main/java/zipkin/server/EnableZipkinServer.java#L25

All 8 comments

what you are asking for is unsupported, which is why we don't document it. If you look at the javadoc on the deprecated @EnableZipkinServer annotation, it mentions custom servers are not supported.

What is supported is documented here https://github.com/openzipkin/zipkin#quick-start

Including Zipkin Server in a spring boot project is unsupported?

I'm just saying, its not immediately clear how to start developing a Zipkin server.

developing a custom server is not supported by the community. you can at
your own risk but please don't raise issues if you try against our advice.

Here's the reference I mentioned to you which mentions this:

https://github.com/openzipkin/zipkin/blob/master/zipkin-server/src/main/java/zipkin/server/EnableZipkinServer.java#L25

Thank you for the clarification. I appreciate it.

no prob. If there are features you'd like to see.. please raise issues or
add to existing ones about them.

hello, I have a question, would you please contact me at [email protected]. thank you

@missrezie you can join https://gitter.im/openzipkin/zipkin to ask a question

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adriancole picture adriancole  ·  9Comments

monicaplb picture monicaplb  ·  4Comments

luoyongjiee picture luoyongjiee  ·  5Comments

dragontree101 picture dragontree101  ·  3Comments

liangman picture liangman  ·  4Comments