github GoogleCloudPlatform/opentelemetry-operations-go v0.33.0
v0.33.0 and v1.9.0

latest releases: v0.56.0, tools/v0.56.0, propagator/v0.56.0...
3 years ago

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

Don't miss a new opentelemetry-operations-go release

NewReleases is sending notifications on new releases.