This repository was archived by the owner on Dec 23, 2023. It is now read-only.
v0.14.0 Release
- Adds Tracing.getExportComponent().shutdown() for use within application shutdown hooks.
Duration.createnow throws anIllegalArgumentExceptioninstead of
returning a zeroDurationwhen the arguments are invalid.Timestamp.createnow throws anIllegalArgumentExceptioninstead of
returning a zeroTimestampwhen the arguments are invalid.- Remove namespace and help message prefix for Prometheus exporter. This could be
a breaking change if you have Prometheus metrics from OpenCensus Prometheus exporter
of previous versions, please point to the new metrics with no namespace instead. - Add an util artifact
opencensus-contrib-appengine-standard-utilto interact with the AppEngine
CloudTraceContext. - Add support for Span kinds. (fix #1054).
- Add client/server started_rpcs measures and views to RPC constants.