Versions in this module Expand all Collapse all v1 v1.65.0 Jan 7, 2025 Changes in this version + const BinaryType + const BoolType + const ChildOf + const Float64Type + const FollowsFrom + const Int64Type + const StringType + type FromDomain struct + func NewFromDomain(allTagsAsObject bool, tagKeysAsFields []string, tagDotReplacement string) FromDomain + func (fd FromDomain) FromDomainEmbedProcess(span *model.Span) *Span + type KeyValue struct + Key string + Type ValueType + Value any + type Log struct + Fields []KeyValue + Timestamp uint64 + type Process struct + ServiceName string + Tag map[string]any + Tags []KeyValue + type Reference struct + RefType ReferenceType + SpanID SpanID + TraceID TraceID + type ReferenceType string + type Service struct + OperationName string + ServiceName string + type Span struct + Duration uint64 + Flags uint32 + Logs []Log + OperationName string + ParentSpanID SpanID + Process Process + References []Reference + SpanID SpanID + StartTime uint64 + StartTimeMillis uint64 + Tag map[string]any + Tags []KeyValue + TraceID TraceID + type SpanID string + type ToDomain struct + func NewToDomain(tagDotReplacement string) ToDomain + func (td ToDomain) ReplaceDot(k string) string + func (td ToDomain) ReplaceDotReplacement(k string) string + func (td ToDomain) SpanToDomain(dbSpan *Span) (*model.Span, error) + type TraceID string + type ValueType string