Uses of Class
org.axonframework.extension.metrics.micrometer.MetricsConfigurationEnhancer
Packages that use MetricsConfigurationEnhancer
Package
Description
Part of the Axon Extension module.
-
Uses of MetricsConfigurationEnhancer in org.axonframework.extension.metrics.micrometer.springboot
Methods in org.axonframework.extension.metrics.micrometer.springboot that return MetricsConfigurationEnhancerModifier and TypeMethodDescriptionMicrometerMetricsAutoConfiguration.metricsConfigurationEnhancer(io.micrometer.core.instrument.MeterRegistry registry, MetricsProperties properties) Bean creation method constructing aMetricsConfigurationEnhancerwith the givenregistryandproperties, which will attach a default set ofMessageMonitorsto Axon's infrastructure components.