Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type InstrumentationLibrary ¶
type Span ¶
type Span struct { Name string `json:"Name"` SpanContext SpanContext `json:"SpanContext"` Parent Parent `json:"Parent"` SpanKind int `json:"SpanKind"` StartTime time.Time `json:"StartTime"` EndTime time.Time `json:"EndTime"` Attributes []Attributes `json:"Attributes"` Events any `json:"Events"` Links any `json:"Links"` Status Status `json:"Status"` DroppedAttributes int `json:"DroppedAttributes"` DroppedEvents int `json:"DroppedEvents"` DroppedLinks int `json:"DroppedLinks"` ChildSpanCount int `json:"ChildSpanCount"` Resource []Resource `json:"Resource"` InstrumentationLibrary InstrumentationLibrary `json:"InstrumentationLibrary"` }
type SpanContext ¶
type ZipkinTrace ¶
type ZipkinTrace struct { TraceID string `json:"traceId"` ParentID string `json:"parentId"` ID string `json:"id"` Name string `json:"name"` Timestamp int64 `json:"timestamp"` Duration int64 `json:"duration"` Tags map[string]string `json:"tags"` Annotations []ZipkinTraceAnnotation `json:"annotations"` }
type ZipkinTraceAnnotation ¶
Click to show internal directories.
Click to hide internal directories.