Interface ObservationRegistryCustomizer<T extends io.micrometer.observation.ObservationRegistry>
- Type Parameters:
T
- the registry type to customize
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ObservationRegistryCustomizer<T extends io.micrometer.observation.ObservationRegistry>
Callback interface that can be used to customize auto-configured
observation registries
.- Since:
- 3.0.0
- Author:
- Moritz Halbritter
-
Method Summary
-
Method Details
-
customize
Customize the givenregistry
.- Parameters:
registry
- the registry to customize
-