Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Span ¶
type Span struct { Type EventType ID uint64 Method string Path string Route string Peer string Host string HostPort int Status int ContentLength int64 RequestStart int64 Start int64 End int64 ServiceID svc.ID Metadata map[string]string Traceparent string }
Span contains the information being submitted by the following nodes in the graph. It enables comfortable handling of data from Go.
Click to show internal directories.
Click to hide internal directories.