liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle |
README.md
OpenCensus gRPC Util
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.16.1</version>
</dependency>
</dependencies>
For Gradle add to your dependencies:
compile 'io.opencensus:opencensus-contrib-grpc-util:0.16.1'