Files
rk35xx-android14/external/opencensus-java/contrib/monitored_resource_util
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00
..

OpenCensus Monitored Resources Util

Build Status Windows Build Status Maven Central

The OpenCensus Monitored Resource Util for Java is a collection of utilities for auto detecting monitored resource when exporting stats, based on the environment where the application is running.

Quickstart

Add the dependencies to your project

For Maven add to your pom.xml:

<dependencies>
  <dependency>
    <groupId>io.opencensus</groupId>
    <artifactId>opencensus-contrib-monitored-resource-util</artifactId>
    <version>0.16.1</version>
  </dependency>
</dependencies>

For Gradle add to your dependencies:

compile 'io.opencensus:opencensus-contrib-monitored-resource-util:0.16.1'