aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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).