Skip to content

v0.34.0 and v1.10.0

Compare
Choose a tag to compare
@dashpole dashpole released this 13 Oct 14:31
· 214 commits to main since this release
e2919fa

Breaking changes to the Metric SDK exporter

  • Remove deprecated functions prior to next release by @dashpole in #509
  • Change default metric prefix for SDK exporter to workload.googleapis.com by @dashpole in #495
  • Add display name to metric descriptors for SDK metric exporter by @dashpole in #497
  • Use the resourcemapping package to map SDK metrics to monitored resources by @dashpole in #501
  • Add service labels to GCM metrics exporter by @dashpole in #508

Deprecations

Additions

  • Make SDK metric exporter methods safe to use concurrently by @dashpole in #500
  • Set MetricDescriptor.Labels in SDK metrics exporter by @dashpole in #496

Bug fixes

  • Convert non-monotonic sums to gauges in the SDK exporter by @dashpole in #502
  • Correctly sanitize metric label keys in the SDK metric exporter by @dashpole in #498

What's Changed

  • Run collector metrics integration tests on the SDK metrics exporter by @dashpole in #494
  • Enable testing the SDK exporter using collector integration tests by @dashpole in #503
  • Update otel-go to the latest metric release by @dashpole in #512
  • Remove trace exporter dependency on otelhttp by @dashpole in #514
  • Prepare for v1.10.0 and v0.34.0 by @dashpole in #513

Full Changelog: v0.33.0...v0.34.0