Uses of Class
org.axonframework.extension.metrics.micrometer.springboot.MetricsProperties
Packages that use MetricsProperties
Package
Description
Part of the Axon Extension module.
-
Uses of MetricsProperties in org.axonframework.extension.metrics.micrometer.springboot
Methods in org.axonframework.extension.metrics.micrometer.springboot with parameters of type MetricsPropertiesModifier 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.