package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Oct 19, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Span struct {
TraceID string `json:"trace_id"`
StartTime int64 `json:"start_time"`
SpanID string `json:"span_id"`
ParentSpanID string `json:"parent_span_id"`
OperationName string `json:"operation_name"`
EndTime int64 `json:"end_time"`
Tags map[string]string `json:"tags"`
}
Span .
Source Files
¶
Click to show internal directories.
Click to hide internal directories.