Skip to content

v0.33.0 and v1.9.0

Compare
Choose a tag to compare
@dashpole dashpole released this 30 Sep 18:12
· 229 commits to main since this release
1ddaa1f

New SDK metrics exporter

opentelemetry-go recently released a newly-rewritten (and spec-compliant) metrics API and SDK with v0.32.1. This opentelemetry-operations-go release is compatible with that new API + SDK. With that, we've made a few breaking changes to the SDK metrics exporter:

  • NewRawExporter is deprecated in favor of New.
  • NewExportPipeline is deprecated in favor of New + metric.NewMeterProvider.
  • InstallNewPipeline is deprecated in favor of New + metric.NewMeterProvider + global.SetMeterProvider.
  • WithOnError option is removed. Use otel.SetErrorHandler instead.
  • WithInterval option is removed. Use metric.WithInterval when you instantiate metric.NewPeriodicReader instead.

What's Changed

New Contributors

Full Changelog: v0.32.8...v0.33.0