Also upload the agent artifact to Maven Central. (#547)

* Also upload the agent artifact to Maven Central.

* opencensus-agent is now opencensus-contrib-agent.
1 file changed
tree: 9bad3e5e56cab1046b17ae258020d3ab892b226c
  1. .github/
  2. all/
  3. api/
  4. benchmarks/
  5. contrib/
  6. core/
  7. core_impl/
  8. core_impl_android/
  9. core_impl_java/
  10. examples/
  11. exporters/
  12. gradle/
  13. impl/
  14. impl_core/
  15. impl_lite/
  16. testing/
  17. .gitignore
  18. .gitmodules
  19. .travis.yml
  20. appveyor.yml
  21. AUTHORS
  22. build.gradle
  23. check-git-history.py
  24. checkstyle.license
  25. checkstyle.xml
  26. CONTRIBUTING.md
  27. findbugs-exclude.xml
  28. gradlew
  29. gradlew.bat
  30. LICENSE
  31. README.md
  32. RELEASING.md
  33. settings.gradle
README.md

OpenCensus - A stats collection and distributed tracing framework

Build Status Build status Maven Central

OpenCensus provides a framework to define and collect stats against metrics and to break those stats down across user-defined dimensions. The library is in alpha stage and the API is subject to change.