Documentation
¶
Index ¶
- Variables
- func Current(tid trace.TraceID) (trace.SpanID, bool)
- func Delete(span sdktrace.ReadOnlySpan) error
- func GetTransactionName(tid trace.TraceID) string
- func IsEntrySpan(span sdktrace.ReadOnlySpan) bool
- func Push(span sdktrace.ReadOnlySpan) error
- func SetTransactionName(tid trace.TraceID, name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotEntrySpan = errors.New("span is not an entry span") CannotSetTransactionName = errors.New("cannot set transaction, likely due to lambda environment") )
Functions ¶
func Delete ¶
func Delete(span sdktrace.ReadOnlySpan) error
func GetTransactionName ¶
func IsEntrySpan ¶
func IsEntrySpan(span sdktrace.ReadOnlySpan) bool
func Push ¶
func Push(span sdktrace.ReadOnlySpan) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.