agent/common/v1: use exporter_version, core_library_version in LibraryInfo (#100)

By using:
* `exporter_version`(previously `version`, but same field id: 2)
* `core_library_version` -- version of OpenCensus Library

we can succinctly convey information to the agent about the
exporter and core libraries used.

Updates #99
1 file changed
tree: aa4c420bb08bf7bc534c8e110def61e9fd74ab07
  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.