Documentation
¶
Index ¶
- func FindSpans(td ptrace.Traces, name string) []ptrace.Span
- func FindSpansFunc(td ptrace.Traces, pred func(*ptrace.Span) bool) ([]ptrace.Span, map[string]any)
- func FindSpansWithAttributes(td ptrace.Traces, name string) ([]ptrace.Span, map[string]any)
- func MatchTraceAttribute(attributes pcommon.Map, attrType pcommon.ValueType, key, value string) error
- func ParseTraceDetails(body []byte) (ptrace.Traces, error)
- type AttributeMatch
- type TempoSearchResult
- type Trace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindSpansFunc ¶
func FindSpansWithAttributes ¶
func MatchTraceAttribute ¶
Types ¶
type TempoSearchResult ¶
type TempoSearchResult struct {
Traces []Trace `json:"traces"`
}
func ParseTempoSearchResult ¶
func ParseTempoSearchResult(body []byte) (TempoSearchResult, error)
Click to show internal directories.
Click to hide internal directories.