T
- an instance of a meter registry that will be configuredpublic interface MeterRegistryConfigurer<T extends io.micrometer.core.instrument.MeterRegistry>
Modifier and Type | Method and Description |
---|---|
void |
configure(T meterRegistry)
Method to configure a meter registry with binders, filters, etc.
|
boolean |
supports(T meterRegistry)
Method to determine if this configurer supports the meter registry type.
|
void configure(T meterRegistry)
meterRegistry
- Meter Registryboolean supports(T meterRegistry)
meterRegistry
- a meter registry