Package io.micrometer.observation
Interface ObservationFilter
public interface ObservationFilter
Allows to modify the
Observation.Context on stopping the Observation
before the ObservationHandler implementations process it.- Since:
- 1.10.0
-
Method Summary
Modifier and TypeMethodDescriptionmap(Observation.Context context) Mutates theObservation.Context.
-
Method Details
-
map
Mutates theObservation.Context.- Parameters:
context- context to modify- Returns:
- modified context
-