We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82065ee commit 1698e6aCopy full SHA for 1698e6a
1 file changed
README.md
@@ -20,11 +20,11 @@ Each module will also have different minimum variables that need to be set.
20
Here's an example of integrating the scouter Collector.
21
22
### Step 1: Download zipkin-server 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:
+Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=2.12.9&c=exec) as zipkin.jar:
24
25
```
26
cd /tmp
27
-curl -sSL https://zipkin.io/quickstart.sh | bash -s
+wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=2.12.9&c=exec'
28
29
30
### Step 2: Download the latest zipkin-storage-scouter jar
0 commit comments