aboutsummaryrefslogtreecommitdiff
path: root/exporters/trace/zipkin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/trace/zipkin/README.md')
-rw-r--r--exporters/trace/zipkin/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/exporters/trace/zipkin/README.md b/exporters/trace/zipkin/README.md
index afd9746b..fca3557c 100644
--- a/exporters/trace/zipkin/README.md
+++ b/exporters/trace/zipkin/README.md
@@ -33,17 +33,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.12.0</version>
+ <version>0.12.2</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
- <version>0.12.0</version>
+ <version>0.12.2</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.12.0</version>
+ <version>0.12.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -51,9 +51,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.12.0'
-compile 'io.opencensus:opencensus-exporter-trace-zipkin:0.12.0'
-runtime 'io.opencensus:opencensus-impl:0.12.0'
+compile 'io.opencensus:opencensus-api:0.12.2'
+compile 'io.opencensus:opencensus-exporter-trace-zipkin:0.12.2'
+runtime 'io.opencensus:opencensus-impl:0.12.2'
```
#### Register the exporter