v1.24.0
版本发布时间: 2024-02-24 00:37:26
open-telemetry/opentelemetry-go最新发布版本:v1.30.0(2024-09-11 05:35:18)
This release is the last to support Go 1.20. The next release will require at least Go 1.21.
Added
- Support Go 1.22. (#4890)
- Add exemplar support to
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4900) - Add exemplar support to
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4900) - The
go.opentelemetry.io/otel/log
module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#4961)
Fixed
- Fix registration of multiple callbacks when using the global meter provider from
go.opentelemetry.io/otel
. (#4945) - Fix negative buckets in output of exponential histograms. (#4956)
New Contributors
- @kevinburkesegment made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/4920
- @yizeng made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/4947
- @ntriamme made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/4945
- @ericayin made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/4956
Full Changelog: https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.1...v1.24.0