Skip to content

Commit 82065ee

Browse files
authored
Merge pull request #1 from shakuzen/patch-1
Update Zipkin Server jar Maven coordinates and use quickstart script. by @shakuzen
2 parents 4e79be6 + b4e6b57 commit 82065ee

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)