Documentation
¶
Index ¶
Constants ¶
View Source
const ( SampledFlag = Flags(0b01) DebugFlag = Flags(0b10) )
View Source
const ( ChildOf = SpanRefType("CHILD_OF") FollowsFrom = SpanRefType("FOLLOWS_FROM") )
View Source
const (
StringTag = TagType("string")
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Span ¶
type Span struct { TraceSpanID Flags Flags `json:"flags"` OperationName string `json:"operationName"` References []SpanRef `json:"references"` StartTime Duration `json:"startTime"` Duration Duration `json:"duration"` Tags []Tag `json:"tags"` Logs []Log `json:"logs"` ProcessID ProcessID `json:"processID"` Warnings []string `json:"warnings,omitempty"` }
type SpanRef ¶
type SpanRef struct { RefType SpanRefType `json:"refType"` TraceSpanID }
type SpanRefType ¶
type SpanRefType string
type TraceSpanID ¶
Click to show internal directories.
Click to hide internal directories.