Language Independent Interface Types For OpenCensus (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Bogdan Drutu 1076b33d86
Change histogram buckets definition to be OpenMetrics compatible. (#121)
6 years ago
gen-go Update gen-go files. (#114) 6 years ago
gradle/wrapper gradle wrapper --gradle-version 4.9 (#72) 6 years ago
src Change histogram buckets definition to be OpenMetrics compatible. (#121) 6 years ago
.gitignore Update gitignore (#118) 6 years ago
.travis.yml Remove maven support. Not used. (#116) 6 years ago
AUTHORS Fix license in WORKSPACE. (#36) 7 years ago
CONTRIBUTING.md Expands contributing documentation. 8 years ago
LICENSE Fixes license file formatting. 8 years ago
README.md Add Maven status and instructions on adding dependencies. (#115) 6 years ago
RELEASING.md Add releasing instructions in RELEASING.md. (#106) 6 years ago
build.gradle Bump version to 0.0.3-SNAPSHOT 6 years ago
gradlew Update gradle to 4.0.1 (#37) 7 years ago
gradlew.bat Add support for gradle to build the instrumentation-proto. (#28) 8 years ago
settings.gradle Cleanup readme, license and build files. (#33) 7 years ago

README.md

OpenCensus Proto - Language Independent Interface Types For OpenCensus

Build Status Maven Central

Census provides a framework to define and collect stats against metrics and to break those stats down across user-defined dimensions.

The Census framework is natively available in many languages (e.g. C++, Go, and Java). The API interface types are defined using protos to ensure consistency and interoperability for the different implementations.

Quickstart

Add the dependencies to your Java project

For Maven add to pom.xml:

<dependency>
  <groupId>io.opencensus</groupId>
  <artifactId>opencensus-proto</artifactId>
  <version>0.0.2</version>
</dependency>

For Gradle add to dependencies:

compile 'io.opencensus:opencensus-proto:0.0.2'