This repository was archived by the owner on Dec 23, 2023. It is now read-only.
v0.17.0 Release
- Add
AttributeValueDoubletoAttributeValue. - Add
createWithSendertoJaegerTraceExporterto allow use ofHttpSender
with extra configurations. - Add an API
Functions.returnToString(). - Migrate to new Stackdriver Kubernetes monitored resource. This could be a breaking change
if you are usinggke_containerresources. For more info,
https://cloud.google.com/monitoring/kubernetes-engine/migration#incompatible - Add an util artifact
opencensus-contrib-dropwizardto translate Dropwizard metrics to
OpenCensus. - Add Gauges (
DoubleGauge,LongGauge,DerivedDoubleGauge,DerivedLongGauge) APIs. - Update
opencensus-contrib-log-correlation-log4j2and
opencensus-contrib-log-correlation-stackdriverto match the
OpenCensus log correlation spec
and remove allExperimentalApiannotations. - The histogram bucket boundaries (
BucketBoundaries) and values (CountandSum) are no longer
supported for negative values. The Record API drops the negativevalueand logs the warning.
This could be a breaking change if you are recording negative value for anymeasure. - Remove support for min/max in the stats Distribution to make it compatible with Metrics.
- Dependency updates.