package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SavedSpan struct {
TraceId string `db:"trace_id"`
SpanId string `db:"span_id"`
ParentSpanId string `db:"parent_span_id"`
OperationName string `db:"operation_name"`
StartTime int64 `db:"start_time"`
EndTime int64 `db:"end_time"`
Tags map[string]string `db:"tags"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.