@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 configureCopyright © 2019 Foremast.AI. All rights reserved.