Package io.micrometer.observation
Interface ObservationPredicate
- All Superinterfaces:
BiPredicate<String,Observation.Context>
A predicate to define whether
observation should be created or a
NoopObservation instead.- Since:
- 1.10.0
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test