Package io.quarkus.micrometer.runtime
Interface MeterRegistryCustomizer
- All Superinterfaces:
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.
-
Field Details
-
MINIMUM_PRIORITY
static final int MINIMUM_PRIORITY- See Also:
-
QUARKUS_CUSTOMIZER_PRIORITY
static final int QUARKUS_CUSTOMIZER_PRIORITY- See Also:
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
customize
void customize(io.micrometer.core.instrument.MeterRegistry registry) -
priority
default int priority() -
compareTo
- Specified by:
compareToin interfaceComparable<MeterRegistryCustomizer>
-