Releases
v0.51.0
π Breaking changes π
Remove deprecated model module, everything is available in pdata
and semconv
. (#5281 )
Old versions of the module are still available, but no new versions will be released.
Remove deprecated LogRecord.Name field. (#5202 )
π© Deprecations π©
In preparation of migration to immutable slices for primitive type items, the following methods are renamed (#5344 )
Value.BytesVal
func is deprecated in favor of Value.MBytesVal
.
Value.SetBytesVal
func is deprecated in favor of Value.SetMBytesVal
.
Value.UpdateBytes
func is deprecated in favor of Value.UpdateMBytes
.
Value.InsertBytes
func is deprecated in favor of Value.InsertMBytes
.
Value.UpsertBytes
func is deprecated in favor of Value.UpsertMBytes
.
<HistogramDataPoint|Buckets>.BucketCounts
funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.MBucketCounts
.
<HistogramDataPoint|Buckets>.SetBucketCounts
funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.SetMBucketCounts
.
HistogramDataPoint.ExplicitBounds
func is deprecated in favor of HistogramDataPoint.MExplicitBounds
.
HistogramDataPoint.SetExplicitBounds
func is deprecated in favor of HistogramDataPoint.SetMExplicitBounds
.
π‘ Enhancements π‘
pdata
: Expose pcommon.NewSliceFromRaw
and pcommon.Slice.AsRaw
functions (#5311 )
π§° Bug fixes π§°
Fix Windows Event Logs ignoring user-specified logging options (#5298 )
You canβt perform that action at this time.