Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
1.4 KiB
1.4 KiB
OpenCensus AppEngine Standard Util
The OpenCensus AppEngine Standard Util for Java is a collection of utilities for trace instrumentation when working with AppEngine.
Quickstart
Add the dependencies to your project
For Maven add to your pom.xml:
<dependencies>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-appengine-standard-util</artifactId>
<version>0.16.1</version>
</dependency>
</dependencies>
For Gradle add to your dependencies:
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.16.1'