github open-telemetry/opentelemetry-go v1.16.0
Release v1.16.0/v0.39.0 -- Stable Metric API

latest releases: v1.26.0, exporters/stdout/stdoutlog/v0.2.0-alpha, exporters/otlp/otlplog/otlploghttp/v0.2.0-alpha...
11 months ago

This release contains the first stable release of the OpenTelemetry Go metric API. Our project stability guarantees now apply to the go.opentelemetry.io/otel/metric package. See our versioning policy for more information about these stability guarantees.

What's Changed

Added

  • The go.opentelemetry.io/otel/semconv/v1.19.0 package. The package contains semantic conventions from the v1.19.0 version of the OpenTelemetry specification. (#3848)
  • The go.opentelemetry.io/otel/semconv/v1.20.0 package. The package contains semantic conventions from the v1.20.0 version of the OpenTelemetry specification. (#4078)

Changed

  • Use strings.Cut() instead of string.SplitN() for better readability and memory use. (#4049)

Removed

  • The deprecated go.opentelemetry.io/otel/metric/instrument package is removed. Use go.opentelemetry.io/otel/metric instead. (#4055)

Fixed

  • Fix build for BSD based systems in go.opentelemetry.io/otel/sdk/resource. (#4077)

New Contributors

Full Changelog: v1.15.1...v1.16.0

Don't miss a new opentelemetry-go release

NewReleases is sending notifications on new releases.