Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Span ¶
type Span struct {
Id Id `json:"id"`
Parent Id `json:"parent"`
Trace Id `json:"trace"`
Name string `json:"name"`
Service string `json:"service"`
Timestamp Timestamp `json:"timestamp"`
Duration time.Duration `json:"duration"`
Tags map[string]string `json:"tags,omitempty"`
Timings map[string]Timestamp `json:"timings,omitempty"`
}
type Timestamp ¶
type Timestamp int64
timestamp in nano seconds
func Microseconds ¶
func (*Timestamp) AddInPlace ¶
func (Timestamp) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.