aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-07-19 15:40:54 -0700
committerGitHub <noreply@github.com>2018-07-19 15:40:54 -0700
commit0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d (patch)
treeda06334b014c38f1714dd2ddda75d0595518559d /README.md
parent974f5e04f255259e1681d21c45843f7cd4aba147 (diff)
downloadplatform_external_opencensus-java-0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d.tar.gz
platform_external_opencensus-java-0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d.tar.bz2
platform_external_opencensus-java-0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d.zip
Update 'Add dependencies' section in README. (#1325)
* Update 'Add dependencies' section in README. * Revise the changes and add a pointer to application integration instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0b19706..1965b80f 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,10 @@ library is expected to move to [GA](#versioning) stage after v1.0.0 major releas
Please join [gitter](https://gitter.im/census-instrumentation/Lobby) for help or feedback on this
project.
-## OpenCensus Quickstart
+## OpenCensus Quickstart for Libraries
Integrating OpenCensus with a new library means recording stats or traces and propagating context.
+For application integration please see [Quickstart for Applications](https://github.com/census-instrumentation/opencensus-java#quickstart-for-applications).
The full quick start example can also be found on the [OpenCensus website](https://opencensus.io/java/index.html).
@@ -184,7 +185,7 @@ public final class MyClassWithStats {
}
```
-## Quickstart for Applications
+## OpenCensus Quickstart for Applications
Besides recording tracing/stats events the application also need to link the implementation,
setup exporters, and debugging [Z-Pages](https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/zpages).