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.
 
 
 
songy23 359b6fdd86 Bump version to 0.0.3-SNAPSHOT 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 Add support for float attributes. (#98) 6 years ago
.gitignore Cleanup readme, license and build files. (#33) 7 years ago
.travis.yml Re-organize proto directory structure. (#103) 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 Cleanup readme, license and build files. (#33) 7 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
pom.xml Bump version to 0.0.3-SNAPSHOT 6 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

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.