Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TraceFilter ¶
type TraceFilter struct {
// contains filtered or unexported fields
}
TraceFilter provides a struct to create a tree structure that can be used to filter traces
func NewTraceFilter ¶
func NewTraceFilter() *TraceFilter
NewTraceFilter creates a new instance of TraceFilter
func (*TraceFilter) AddPath ¶
func (tf *TraceFilter) AddPath(path []string, traceKey string)
AddPath adds a path to the tree
func (*TraceFilter) GetLeafNodeTraceKeys ¶
func (tf *TraceFilter) GetLeafNodeTraceKeys() []string
GetLeafNodeTraceKeys returns the trace keys from the leaf nodes This will filter out any traces that have child nodes
Click to show internal directories.
Click to hide internal directories.