aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-02-16 18:38:04 -0800
committerGitHub <noreply@github.com>2018-02-16 18:38:04 -0800
commit8df5b607742d8745f1f78b250937b18517cb655b (patch)
treec4d8b16b4338945ca4f6a4bbee3e107f2ce939f2 /README.md
parent0caef939f8fa6320da7297017416340f433830e4 (diff)
downloadopencensus-java-8df5b607742d8745f1f78b250937b18517cb655b.tar.gz
Update READMEs to include Prometheus exporter. (#996)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 93b681ca..d472af05 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,7 @@ runtime 'io.opencensus:opencensus-impl:0.11.1'
#### Stats exporters
* [Stackdriver][StatsExporterStackdriver]
* [SignalFx][StatsExporterSignalFx]
+* [Prometheus][StatsExporterPrometheus]
### How to setup debugging Z-Pages?
@@ -137,3 +138,4 @@ see this [link](https://github.com/census-instrumentation/opencensus-java/tree/m
[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
[StatsExporterSignalFx]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/stats/signalfx#quickstart
+[StatsExporterPrometheus]: https://github.com/census-instrumentation/opencensus-java/tree/master/exporters/stats/prometheus#quickstart \ No newline at end of file