Package io.kroxylicious.proxy.micrometer
Interface MicrometerConfigurationHookService<T>
- Type Parameters:
T- config type
- All Known Implementing Classes:
CommonTagsHook,PauseDetectorHook,StandardBindersHook
public interface MicrometerConfigurationHookService<T>
Service to build a MicrometerConfigurationHook for a configuration. Implementations should be
annotated with
Plugin and added to the ServiceLoader
metadata for this interface.-
Method Summary
-
Method Details
-
build
Build a hook- Parameters:
config- config- Returns:
- hook
-