package
Version:
v1.3.0-rc.0...-d217119
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
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 .
const (
TAGKEY_ORG_NAME TagKey = "org_name"
TAGKEY_ORG_ID TagKey = "org_id"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.