Update the message names for Config RPC. (#93)

* Update the message names for Config RPC.

* Update message order and name.

* Rename to UpdatedLibraryConfig.

* Update gen-go files.
2 files changed
tree: cec5a0785a2f0a57b46f48c113e1ea24bdb86af2
  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.