Interface ReporterFilter<T>
-
public interface ReporterFilter<T>A filter for metrics, spans, or events.
-
-
Field Summary
Fields Modifier and Type Field Description static ReporterFilter<?>NO_OP_FILTERFilter that accepts every reported.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilter(T reported, String name, String logicalScope)Filters a given reported.static <T> ReporterFilter<T>getNoOpFilter()
-
-
-
Field Detail
-
NO_OP_FILTER
static final ReporterFilter<?> NO_OP_FILTER
Filter that accepts every reported.
-
-
Method Detail
-
getNoOpFilter
static <T> ReporterFilter<T> getNoOpFilter()
-
-