Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Trace ¶
type Trace struct {
Callee string `json:"callee,omitempty"`
Caller string `json:"caller,omitempty"`
TraceID string `json:"trace_id,omitempty"`
SpanID string `json:"span_id,omitempty"`
ChildID string `json:"child_id,omitempty"`
Lang string `json:"lang,omitempty"`
Tag string `json:"tag,omitempty"`
Content json.RawMessage `json:"content,omitempty"`
Request *http.Request `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.