We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
there's no more need for zipkin-web, it is probably helpful to relate how it is that the zipkin-server ends up with web assets.
the api and ui are often cohosted on the same process, but for example, the javascript assets (zipkin-ui) could be hosted on nginx.
there are two options for the cohosted process, scala or java
technically, both of these have javascript assets because they bundle zipkin-ui and know how to serve it https://jcenter.bintray.com/io/zipkin/zipkin-ui/1.39.0/
hopefully, one day we'll only have one option to document :) openzipkin/zipkin#1071
The text was updated successfully, but these errors were encountered:
See openzipkin/zipkin#1074 for possible drift in the jar name of the scala zipkin-query-service
Sorry, something went wrong.
Update quickstart with Apache coordinates (#15)
52d9176
No branches or pull requests
there's no more need for zipkin-web, it is probably helpful to relate how it is that the zipkin-server ends up with web assets.
the api and ui are often cohosted on the same process, but for example, the javascript assets (zipkin-ui) could be hosted on nginx.
there are two options for the cohosted process, scala or java
technically, both of these have javascript assets because they bundle zipkin-ui and know how to serve it https://jcenter.bintray.com/io/zipkin/zipkin-ui/1.39.0/
hopefully, one day we'll only have one option to document :) openzipkin/zipkin#1071
The text was updated successfully, but these errors were encountered: