Skip to content

Commit b4e6b57

Browse files
authored
Update Zipkin Server jar Maven coordinates and use quickstart script
The latest versions of the Zipkin Server jar are published with a different group ID. This updates the download link and makes use of the Zipkin quickstart script.
1 parent 4e79be6 commit b4e6b57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Each module will also have different minimum variables that need to be set.
2020
Here's an example of integrating the scouter Collector.
2121

2222
### Step 1: Download zipkin-server jar
23-
Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec) as zipkin.jar:
23+
Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec) as zipkin.jar:
2424

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

3030
### Step 2: Download the latest zipkin-storage-scouter jar

0 commit comments

Comments
 (0)