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

Commit

Permalink
Use Zipkin quickstart script in download instructions (#635)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shakuzen authored and mayurkale22 committed Jul 31, 2019
1 parent d683a9e commit 18fe84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zipkin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install @opencensus/exporter-zipkin
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:

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

Expand Down

0 comments on commit 18fe84b

Please sign in to comment.