Versions in this module Expand all Collapse all v1 v1.34.0 Jun 24, 2025 Changes in this version + type ByteSlice internal.ByteSlice + func NewByteSlice() ByteSlice + func (ms ByteSlice) All() iter.Seq2[int, byte] + func (ms ByteSlice) Append(elms ...byte) + func (ms ByteSlice) AsRaw() []byte + func (ms ByteSlice) At(i int) byte + func (ms ByteSlice) CopyTo(dest ByteSlice) + func (ms ByteSlice) EnsureCapacity(newCap int) + func (ms ByteSlice) Equal(val ByteSlice) bool + func (ms ByteSlice) FromRaw(val []byte) + func (ms ByteSlice) Len() int + func (ms ByteSlice) MoveAndAppendTo(dest ByteSlice) + func (ms ByteSlice) MoveTo(dest ByteSlice) + func (ms ByteSlice) SetAt(i int, val byte) + type Float64Slice internal.Float64Slice + func NewFloat64Slice() Float64Slice + func (ms Float64Slice) All() iter.Seq2[int, float64] + func (ms Float64Slice) Append(elms ...float64) + func (ms Float64Slice) AsRaw() []float64 + func (ms Float64Slice) At(i int) float64 + func (ms Float64Slice) CopyTo(dest Float64Slice) + func (ms Float64Slice) EnsureCapacity(newCap int) + func (ms Float64Slice) Equal(val Float64Slice) bool + func (ms Float64Slice) FromRaw(val []float64) + func (ms Float64Slice) Len() int + func (ms Float64Slice) MoveAndAppendTo(dest Float64Slice) + func (ms Float64Slice) MoveTo(dest Float64Slice) + func (ms Float64Slice) SetAt(i int, val float64) + type InstrumentationScope internal.InstrumentationScope + func NewInstrumentationScope() InstrumentationScope + func (ms InstrumentationScope) Attributes() Map + func (ms InstrumentationScope) CopyTo(dest InstrumentationScope) + func (ms InstrumentationScope) DroppedAttributesCount() uint32 + func (ms InstrumentationScope) MoveTo(dest InstrumentationScope) + func (ms InstrumentationScope) Name() string + func (ms InstrumentationScope) SetDroppedAttributesCount(v uint32) + func (ms InstrumentationScope) SetName(v string) + func (ms InstrumentationScope) SetVersion(v string) + func (ms InstrumentationScope) Version() string + type Int32Slice internal.Int32Slice + func NewInt32Slice() Int32Slice + func (ms Int32Slice) All() iter.Seq2[int, int32] + func (ms Int32Slice) Append(elms ...int32) + func (ms Int32Slice) AsRaw() []int32 + func (ms Int32Slice) At(i int) int32 + func (ms Int32Slice) CopyTo(dest Int32Slice) + func (ms Int32Slice) EnsureCapacity(newCap int) + func (ms Int32Slice) Equal(val Int32Slice) bool + func (ms Int32Slice) FromRaw(val []int32) + func (ms Int32Slice) Len() int + func (ms Int32Slice) MoveAndAppendTo(dest Int32Slice) + func (ms Int32Slice) MoveTo(dest Int32Slice) + func (ms Int32Slice) SetAt(i int, val int32) + type Int64Slice internal.Int64Slice + func NewInt64Slice() Int64Slice + func (ms Int64Slice) All() iter.Seq2[int, int64] + func (ms Int64Slice) Append(elms ...int64) + func (ms Int64Slice) AsRaw() []int64 + func (ms Int64Slice) At(i int) int64 + func (ms Int64Slice) CopyTo(dest Int64Slice) + func (ms Int64Slice) EnsureCapacity(newCap int) + func (ms Int64Slice) Equal(val Int64Slice) bool + func (ms Int64Slice) FromRaw(val []int64) + func (ms Int64Slice) Len() int + func (ms Int64Slice) MoveAndAppendTo(dest Int64Slice) + func (ms Int64Slice) MoveTo(dest Int64Slice) + func (ms Int64Slice) SetAt(i int, val int64) + type IntSlice internal.IntSlice + func NewIntSlice() IntSlice + func (ms IntSlice) Append(elms ...int) + func (ms IntSlice) AsRaw() []int + func (ms IntSlice) At(i int) int + func (ms IntSlice) CopyTo(dest IntSlice) + func (ms IntSlice) EnsureCapacity(newCap int) + func (ms IntSlice) FromRaw(val []int) + func (ms IntSlice) Len() int + func (ms IntSlice) MoveTo(dest IntSlice) + func (ms IntSlice) SetAt(i int, val int) + type Map internal.Map + func NewMap() Map + func (m Map) All() iter.Seq2[string, Value] + func (m Map) AsRaw() map[string]any + func (m Map) Clear() + func (m Map) CopyTo(dest Map) + func (m Map) EnsureCapacity(capacity int) + func (m Map) Equal(val Map) bool + func (m Map) FromRaw(rawMap map[string]any) error + func (m Map) Get(key string) (Value, bool) + func (m Map) Len() int + func (m Map) MoveTo(dest Map) + func (m Map) PutBool(k string, v bool) + func (m Map) PutDouble(k string, v float64) + func (m Map) PutEmpty(k string) Value + func (m Map) PutEmptyBytes(k string) ByteSlice + func (m Map) PutEmptyMap(k string) Map + func (m Map) PutEmptySlice(k string) Slice + func (m Map) PutInt(k string, v int64) + func (m Map) PutStr(k string, v string) + func (m Map) Range(f func(k string, v Value) bool) + func (m Map) Remove(key string) bool + func (m Map) RemoveIf(f func(string, Value) bool) + type Resource internal.Resource + func NewResource() Resource + func (ms Resource) Attributes() Map + func (ms Resource) CopyTo(dest Resource) + func (ms Resource) DroppedAttributesCount() uint32 + func (ms Resource) MoveTo(dest Resource) + func (ms Resource) SetDroppedAttributesCount(v uint32) + type Slice internal.Slice + func NewSlice() Slice + func (es Slice) All() iter.Seq2[int, Value] + func (es Slice) AppendEmpty() Value + func (es Slice) AsRaw() []any + func (es Slice) At(ix int) Value + func (es Slice) CopyTo(dest Slice) + func (es Slice) EnsureCapacity(newCap int) + func (es Slice) Equal(val Slice) bool + func (es Slice) FromRaw(rawSlice []any) error + func (es Slice) Len() int + func (es Slice) MoveAndAppendTo(dest Slice) + func (es Slice) RemoveIf(f func(Value) bool) + type SpanID [8]byte + func NewSpanIDEmpty() SpanID + func (ms SpanID) IsEmpty() bool + func (ms SpanID) String() string + type StringSlice internal.StringSlice + func NewStringSlice() StringSlice + func (ms StringSlice) All() iter.Seq2[int, string] + func (ms StringSlice) Append(elms ...string) + func (ms StringSlice) AsRaw() []string + func (ms StringSlice) At(i int) string + func (ms StringSlice) CopyTo(dest StringSlice) + func (ms StringSlice) EnsureCapacity(newCap int) + func (ms StringSlice) Equal(val StringSlice) bool + func (ms StringSlice) FromRaw(val []string) + func (ms StringSlice) Len() int + func (ms StringSlice) MoveAndAppendTo(dest StringSlice) + func (ms StringSlice) MoveTo(dest StringSlice) + func (ms StringSlice) SetAt(i int, val string) + type Timestamp uint64 + func NewTimestampFromTime(t time.Time) Timestamp + func (ts Timestamp) AsTime() time.Time + func (ts Timestamp) String() string + type TraceID [16]byte + func NewTraceIDEmpty() TraceID + func (ms TraceID) IsEmpty() bool + func (ms TraceID) String() string + type TraceState internal.TraceState + func NewTraceState() TraceState + func (ms TraceState) AsRaw() string + func (ms TraceState) CopyTo(dest TraceState) + func (ms TraceState) FromRaw(v string) + func (ms TraceState) MoveTo(dest TraceState) + type UInt64Slice internal.UInt64Slice + func NewUInt64Slice() UInt64Slice + func (ms UInt64Slice) All() iter.Seq2[int, uint64] + func (ms UInt64Slice) Append(elms ...uint64) + func (ms UInt64Slice) AsRaw() []uint64 + func (ms UInt64Slice) At(i int) uint64 + func (ms UInt64Slice) CopyTo(dest UInt64Slice) + func (ms UInt64Slice) EnsureCapacity(newCap int) + func (ms UInt64Slice) Equal(val UInt64Slice) bool + func (ms UInt64Slice) FromRaw(val []uint64) + func (ms UInt64Slice) Len() int + func (ms UInt64Slice) MoveAndAppendTo(dest UInt64Slice) + func (ms UInt64Slice) MoveTo(dest UInt64Slice) + func (ms UInt64Slice) SetAt(i int, val uint64) + type Value internal.Value + func NewValueBool(v bool) Value + func NewValueBytes() Value + func NewValueDouble(v float64) Value + func NewValueEmpty() Value + func NewValueInt(v int64) Value + func NewValueMap() Value + func NewValueSlice() Value + func NewValueStr(v string) Value + func (v Value) AsRaw() any + func (v Value) AsString() string + func (v Value) Bool() bool + func (v Value) Bytes() ByteSlice + func (v Value) CopyTo(dest Value) + func (v Value) Double() float64 + func (v Value) Equal(c Value) bool + func (v Value) FromRaw(iv any) error + func (v Value) Int() int64 + func (v Value) Map() Map + func (v Value) MoveTo(dest Value) + func (v Value) SetBool(bv bool) + func (v Value) SetDouble(dv float64) + func (v Value) SetEmptyBytes() ByteSlice + func (v Value) SetEmptyMap() Map + func (v Value) SetEmptySlice() Slice + func (v Value) SetInt(iv int64) + func (v Value) SetStr(sv string) + func (v Value) Slice() Slice + func (v Value) Str() string + func (v Value) Type() ValueType + type ValueType int32 + const ValueTypeBool + const ValueTypeBytes + const ValueTypeDouble + const ValueTypeEmpty + const ValueTypeInt + const ValueTypeMap + const ValueTypeSlice + const ValueTypeStr + func (avt ValueType) String() string