Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpanMetadata ¶
type SpanMetadata struct { ServiceName string CreateTime int64 Hostname string PID int Type string Kind string }
SpanMetadata contains the fields of the span meta that we are interested in
type SpanWithMeta ¶
type SpanWithMeta struct { *pb.Span *SpanMetadata }
SpanWithMeta contains the span as well as the extracted meta data
Click to show internal directories.
Click to hide internal directories.