@FunctionalInterface
@NonNullApi
public interface MeterRegistryCustomizer<M extends io.micrometer.core.instrument.MeterRegistry>
MeterRegistry.
Configurers are guaranteed to be applied before any Meter is registered with
the registry.
| Modifier and Type | Method and Description |
|---|---|
void |
customize(M registry)
Configure the given registry.
|
void customize(M registry)
registry - the registry to configure