tree: c7dcc9e83f84a422f7f3c748385e4752153e7e4f [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
contrib/grpc_util/README.md

OpenCensus gRPC Util

Build Status Windows Build Status Maven Central

The OpenCensus gRPC Util for Java is a collection of utilities for trace instrumentation when working with gRPC.

Quickstart

Add the dependencies to your project

For Maven add to your pom.xml:

<dependencies>
  <dependency>
    <groupId>io.opencensus</groupId>
    <artifactId>opencensus-contrib-grpc-util</artifactId>
    <version>0.28.3</version>
  </dependency>
</dependencies>

For Gradle add to your dependencies:

compile 'io.opencensus:opencensus-contrib-grpc-util:0.28.3'