Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Filter ¶
type Filter struct { URLAndHeadersEvaluator func(span sdk.Span, url string, headers map[string][]string) bool BodyEvaluator func(span sdk.Span, body []byte, headers map[string][]string) bool }
func (Filter) EvaluateBody ¶
type Span ¶
type Span struct { Name string Attributes map[string]interface{} Options sdk.SpanOptions Err error Noop bool Status Status // contains filtered or unexported fields }
func (*Span) ReadAttribute ¶
func (*Span) RemainingAttributes ¶
func (*Span) SetAttribute ¶
Click to show internal directories.
Click to hide internal directories.