Module combinator
Source Expand description
- And
- Combines two Filters so that spans and events are enabled if and only if
both filters returntrue.
- Not
- Inverts the result of a Filter.
- Or
- Combines two Filters so that spans and events are enabled if either filter
returnstrue.