Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Span ¶
type Span struct { TraceID string `json:"traceID"` SpanID string `json:"spanID"` OperationName string `json:"operationName"` References []struct { RefType string `json:"refType"` TraceID string `json:"traceID"` SpanID string `json:"spanID"` } `json:"references"` StartTime int64 `json:"startTime"` Duration int `json:"duration"` Tags []Tag `json:"tags"` Logs []any `json:"logs"` ProcessID string `json:"processID"` Warnings any `json:"warnings"` }
Click to show internal directories.
Click to hide internal directories.