Add details about agent protocol in the README. (#88)

* Add details about agent protocol in the README.

* Rewording.

* Leave a TODO about moving content.
2 files changed
tree: c3a6165b7a150dc7044144aa9ac7c153ae19ccdf
  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.