Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 1.39 KB

File metadata and controls

35 lines (29 loc) · 1.39 KB

OpenCensus AppEngine Standard Util

Build Status Windows Build Status Maven Central

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.26.0</version>
  </dependency>
</dependencies>

For Gradle add to your dependencies:

compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.26.0'