diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-07-19 15:40:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-19 15:40:54 -0700 |
| commit | 0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d (patch) | |
| tree | da06334b014c38f1714dd2ddda75d0595518559d /README.md | |
| parent | 974f5e04f255259e1681d21c45843f7cd4aba147 (diff) | |
| download | platform_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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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). |
