You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
v0.44.0 Beta
π Breaking changes π
Deprecate service.NewConfigProvider, and a new version service.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)