OpenTelemetry - CNCF/opentelemetry-collector: Release v0.44.0
Name: opentelemetry-collector
Owner: OpenTelemetry - CNCF
Release: v0.44.0
Released: 2022-02-02
License: Apache-2.0
Release Assets:
v0.44.0 Beta
🛑 Breaking changes 🛑
- Deprecate
service.NewConfigProvider
, and a new versionservice.MustNewConfigProvider
(#4734). - Updated to OTLP 0.12.0. Deprecated traces and metrics messages that existed in 0.11.0 are no longer converted to the messages and fields that replaced the deprecated ones. Received deprecated messages and fields will be now ignored. In OTLP/JSON in the instrumentationLibraryLogs object the "logs" field is now named "logRecords" (#4724)
💡 Enhancements 💡
- Invalid requests now return an appropriate unsupported (
405
) or method not allowed (415
) response (#4735) client.Info
: Add Host property for Metadata (#4736)