T
- the registry type to customize@FunctionalInterface public interface MeterRegistryCustomizer<T extends io.micrometer.core.instrument.MeterRegistry>
MeterRegistries
.
Customizers are guaranteed to be applied before any Meter
is registered with
the registry.
Modifier and Type | Method and Description |
---|---|
void |
customize(T registry)
Customize the given
registry . |
void customize(T registry)
registry
.registry
- the registry to customize