Move logging exporter into an independent package. (#416)

* Move logging exporter into an independent package.

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

OpenCensus - A stats collection and distributed tracing framework

Build Status Build status

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.