Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 18fe84b

Browse files
shakuzenmayurkale22
authored andcommitted
Use Zipkin quickstart script in download instructions (#635)
The group id of the Zipkin Server maven artifact has changed in recent versions, so the previous instructions would not download the latest version of the server. The quickstart script provided by Zipkin is the recommended way to download the Zipkin Server jar and will download the latest version.
1 parent d683a9e commit 18fe84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencensus-exporter-zipkin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install @opencensus/exporter-zipkin
2323
To use [Zipkin](https://zipkin.io/) as your exporter, first, download from any of the three available options on [Quickstart](https://zipkin.io/pages/quickstart.html): through Docker, on Java or manually compiling the source code. Tests were executed running Zipkin with Java, through the following commands on terminal:
2424

2525
```bash
26-
wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec'
26+
curl -sSL https://zipkin.io/quickstart.sh | bash -s
2727
java -jar zipkin.jar
2828
```
2929

0 commit comments

Comments
 (0)