Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

v0.14.0 Release

Compare
Choose a tag to compare
@songy23 songy23 released this 05 Jun 02:24
· 611 commits to master since this release
  • Adds Tracing.getExportComponent().shutdown() for use within application shutdown hooks.
  • Duration.create now throws an IllegalArgumentException instead of
    returning a zero Duration when the arguments are invalid.
  • Timestamp.create now throws an IllegalArgumentException instead of
    returning a zero Timestamp when 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-util to interact with the AppEngine
    CloudTraceContext.
  • Add support for Span kinds. (fix #1054).
  • Add client/server started_rpcs measures and views to RPC constants.