Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilterByCollection ¶
func NewFilterByCollection(collectionsToSkip []string) func(proto.SystemProfile) bool
This func receives a doc from the profiler and returns: true : the document must be considered false: the document must be skipped
Types ¶
type Filter ¶
type Filter func(proto.SystemProfile) bool
Click to show internal directories.
Click to hide internal directories.