Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { Key string `json:"key"` Value ValueString `json:"value"` }
type ScopeSpan ¶
type ScopeSpan struct { Scope struct{} `json:"scope"` Spans []Span `json:"spans"` }
type Span ¶
type Span struct { TraceID string `json:"traceId"` SpanID string `json:"spanId"` Name string `json:"name"` Kind string `json:"kind"` StartTimeUnixNano string `json:"startTimeUnixNano"` EndTimeUnixNano string `json:"endTimeUnixNano"` Attributes []Attribute `json:"attributes"` Events []Event `json:"events"` Status Status `json:"status"` ParentSpanId string `json:"parentSpanId"` }
type ValueString ¶
type ValueString struct {
StringValue string `json:"stringValue"`
}
Click to show internal directories.
Click to hide internal directories.