aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2017-11-09 16:00:10 -0800
committerGitHub <noreply@github.com>2017-11-09 16:00:10 -0800
commit195946a4a96859979714b6b2c681116efdd3e8d2 (patch)
treec62b960a3ccc0a3fcd4bc52c163e5e278713bb1a /README.md
parenta53f370d430bc5e663f4d877f3f4171e2f323ad8 (diff)
downloadplatform_external_opencensus-java-195946a4a96859979714b6b2c681116efdd3e8d2.tar.gz
platform_external_opencensus-java-195946a4a96859979714b6b2c681116efdd3e8d2.tar.bz2
platform_external_opencensus-java-195946a4a96859979714b6b2c681116efdd3e8d2.zip
Add Stackdriver stats exporter to README (#796)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c10f7662..90ba7a44 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ runtime 'io.opencensus:opencensus-impl:0.8.0'
* [Zipkin][TraceExporterZipkin]
#### Stats exporters
-* TODO
+* [Stackdriver][StatsExporterStackdriver]
### How to setup debugging Z-Pages?
@@ -129,3 +129,4 @@ see this [link](https://github.com/census-instrumentation/opencensus-java/tree/m
[TraceExporterLogging]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/trace/logging#quickstart
[TraceExporterStackdriver]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/trace/stackdriver#quickstart
[TraceExporterZipkin]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/trace/zipkin#quickstart
+[StatsExporterStackdriver]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/stats/stackdriver#quickstart