Uses of Interface
com.wavefront.agent.preprocessor.AnnotatedPredicate
-
Packages that use AnnotatedPredicate Package Description com.wavefront.agent.preprocessor -
-
Uses of AnnotatedPredicate in com.wavefront.agent.preprocessor
Classes in com.wavefront.agent.preprocessor that implement AnnotatedPredicate Modifier and Type Class Description class
LineBasedAllowFilter
"Allow list" regex filter.class
LineBasedBlockFilter
Blocking regex-based filter.class
ReportPointAllowFilter
"Allow list" regex filter.class
ReportPointBlockFilter
Blocking regex-based filter.class
ReportPointTimestampInRangeFilter
Filter condition for valid timestamp - should be no more than 1 day in the future and no more than X hours (usually 8760, or 1 year) in the past Created by Vasily on 9/16/16.class
SpanAllowFilter
"Allow list" regex filter.class
SpanBlockFilter
Blocking regex-based filter.Methods in com.wavefront.agent.preprocessor that return types with arguments of type AnnotatedPredicate Modifier and Type Method Description List<AnnotatedPredicate<T>>
Preprocessor. getFilters()
Check all filter rules as an immutable listMethods in com.wavefront.agent.preprocessor with parameters of type AnnotatedPredicate Modifier and Type Method Description void
Preprocessor. addFilter(int index, AnnotatedPredicate<T> filter)
Register a filter rule and place it at a specific indexvoid
Preprocessor. addFilter(AnnotatedPredicate<T> filter)
Register a filter rule
-