Add Scope as interface for NonThrowingCloseables that work with current context.

This interface allows users to write a shorter, more descriptive type name when
using scoped tags or spans.
16 files changed
tree: 41c281eff0cb654c76a30a4abbbddb48b45d81d0
  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. build.gradle
  22. check-git-history.py
  23. checkstyle.license
  24. checkstyle.xml
  25. CONTRIBUTING.md
  26. findbugs-exclude.xml
  27. gradlew
  28. gradlew.bat
  29. LICENSE
  30. README.md
  31. RELEASING.md
  32. 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.