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.
 
 
 
Yang Song 8c13818d7d
Update gen-go files. (#92)
6 years ago
gen-go Update gen-go files. (#92) 6 years ago
gradle/wrapper gradle wrapper --gradle-version 4.9 (#72) 6 years ago
opencensus/proto agent/trace/v1: fix signature for Config and comments too (#91) 6 years ago
.gitignore Cleanup readme, license and build files. (#33) 7 years ago
.travis.yml Add support for gradle to build the instrumentation-proto. (#28) 8 years ago
AUTHORS Fix license in WORKSPACE. (#36) 7 years ago
BUILD.bazel Update protobuf and add cc_proto lib. (#46) 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
WORKSPACE Add agent trace service proto definitions. (#79) 6 years ago
build.gradle Move metrics in the top level directory. (#68) 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
mkgogen.sh Update mkgogen.sh. (#85) 6 years ago
pom.xml Add agent/common proto and BUILD. (#81) 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.