Interface MeterRegistryCustomizer

All Superinterfaces:
Comparable<MeterRegistryCustomizer>

public interface MeterRegistryCustomizer extends Comparable<MeterRegistryCustomizer>
Meant to be implemented by a CDI bean that provides arbitrary customization for various MeterRegistry classes registered by Quarkus.

Unless an implementation is annotated with MeterRegistryCustomizerConstraint, it will apply to all MeterRegistry classes.