Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotation ¶
type Annotation [2]string
type Span ¶
type Span struct { ID SpanID `json:"id"` ParentID *SpanID `json:"parent_id,omitempty"` Func Func `json:"func"` Trace Trace `json:"trace"` Start UnixNano `json:"start"` Finish UnixNano `json:"finish"` Orphaned bool `json:"orphaned"` Err string `json:"err"` Panicked bool `json:"panicked"` Args []string `json:"args"` Annotations []Annotation `json:"annotations"` }
Click to show internal directories.
Click to hide internal directories.