v1.10.0
💥 Breaking Changes 💥
Packages for the Metrics API have been moved as the API implementation has stablized in OTel Go v1.16.0.
go.opentelemetry.io/otel/metric/global
->go.opentelemetry.io/otel
go.opentelemetry.io/otel/metric/instrument
->go.opentelemetry.io/otel/metric
Imports of these packages in your application will need to be updated.
Fixes
Fix for the breaking change described above where go.opentelemetry.io/otel/metric/global
cannot be found for otel-config-go.
The dependency update for otel packages in #40 below—thanks, Justin Burnham!—includes an update to our import of the metrics package.
Maintenance
- maint(deps): bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 by @jburnham in #40
- maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #44
New Contributors
Full Changelog: v1.9.0...v1.10.0