Add agent/common proto and BUILD. (#81)

* Add agent/common proto and BUILD.

* Reorder Language enum.

* Update comments.

* Small fix
3 files changed
tree: fcb0944e6e14aa7167fcdab8d9e29b857bc51169
  1. gen-go/
  2. gradle/
  3. opencensus/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. BUILD.bazel
  8. build.gradle
  9. CONTRIBUTING.md
  10. gradlew
  11. gradlew.bat
  12. LICENSE
  13. mkgogen.sh
  14. pom.xml
  15. README.md
  16. settings.gradle
  17. WORKSPACE
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.