This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Releases: census-instrumentation/opencensus-java
Releases · census-instrumentation/opencensus-java
v0.6.0 Release
What is in this release?
-
Release OpenCensus Agent
-
Release OpenCensus StackdriverExporter
-
Release OpenCensus Z-Pages
-
Fixes and improvements.
Where are the tags/stats APIs?
- The tags/stats APIs are re-designed. They will be available in the next release.
v0.5.2 Release
This release:
- Fix implementation bug #459
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
.
BAD RELEASE
Do not use this version.
v0.3.0 Release
This release:
- Expands the API by
- adding data descriptors and data representations
- adding support for registering data views
- adding support for accessing stats via a pull interface
- Provides a number of bug fixes.
v0.2.0 Release
This release:
- Simplifies the API by factoring out thread-local operations.
- Adds support for protobuf based encoding and decoding of CensusContext wire representation (in the implementation class).
- Provides a number of bug fixes.
v0.1.0 Release
Initial release of the Census Java APIs.