This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Initial release of the OpenCensus Java.
What is in this release?
- Initial trace API to record events, and export traces (opencensus-api).
- Initial trace implementation for Java Servers (opencensus-impl) and Android (opencensus-impl-lite).
- Testing package (opencensus-testing).
Why is the version v0.5.1?
- This repository was moved from github.com/google/instrumentation-java and the new package used is
io.opencensus
. - v0.5.0 is marked as BAD.
Where are the tags/stats APIs?
- The tags/stats APIs are re-designed. They will be available in the next release under the same new package
io.opencensus
.