The quickest way to get started is to fetch thelatest released serveras a self-contained executable jar. Note that the Zipkin server requires minimum JRE 8. For example: wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec' java ...
The quickest way to get started is to fetch the latest released server as a self-contained executable jar. Note that the Zipkin server requires minimum JRE 8. For example:$ curl -sSL https://zipkin.io/quickstart.sh | bash -s $ java -jar zipkin.jarOnce you've started, browse to http:...
The quickest way to get started is to fetch thelatest released serveras a self-contained executable jar. Note that the Zipkin server requires minimum JRE 8. For example: $ curl -sSL https://zipkin.io/quickstart.sh | bash -s $ java -jar zipkin.jar ...
Latest release of io.zipkin:zipkin-server seems to be2.23.2 Downloading io.zipkin:zipkin-server:2.23.2:exec to zipkin.jar...>curl-fL-o'zipkin.jar''https://repo1.maven.org/maven2/io/zipkin/zipkin-server/2.23.2/zipkin-server-2.23.2-exec.jar'% Total % Received % Xferd Average Speed Ti...
if you have Java 8 or higher installed, the quickest way to get started is to fetch thelatest release) as a self-contained executable jar: 如果你已经安装了 Java8 或更高版本,最快的方法就是以独立的可执行 jar 的形式获取最新版本: curl -sSL https://zipkin.io/quickstart.sh | bash -s ...
if you have Java 8 or higher installed, the quickest way to get started is to fetch the latest release) as a self-contained executable jar: 如果你已经安装了 Java8 或更高版本,最快的方法就是以独立的可执行 jar 的形式获取最新版本:
如果你已经安装了 Java8 或更高版本,最快的方法就是以独立的可执行 jar 的形式获取最新版本(https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec)。 curl -sSL https://zipkin.io/quickstart.sh | bash -s
if you have Java 8 or higher installed, the quickest way to get started is to fetch the latest release( as a self-contained executable jar。 如果你已经安装了 Java8 或更高版本,最快的方法就是以独立的可执行 jar 的形式获取最新版本(https://search.maven.org/remote_content?g=io.zipkin&a=zip...
The quickest way to get started is to fetch thelatest released serveras a self-contained executable jar. Note that the Zipkin server requires minimum JRE 17+. For example: curl -sSL https://zipkin.io/quickstart.sh | bash -s java -jar zipkin.jar ...
zipkin-server-2.22.2-exec.jar 文件,github官网下载。 下载地址: https://github.com/openzipkin/zipkin 页面里的: Quick-start The quickest way to get started is to fetch the latest released server as a self-contained executable jar. Note that the Zipkin server requires minimum JRE 8. 点击此处下...