Class MetricsConfigurerModule
java.lang.Object
org.axonframework.extension.metrics.micrometer.MetricsConfigurerModule
- All Implemented Interfaces:
ConfigurationEnhancer
Implementation of the
ConfigurationEnhancer which uses the GlobalMetricRegistry to register several
Metrics Modules to the given ComponentRegistry.- Since:
- 4.1
- Author:
- Steven van Beelen, Marijn van Zelst, Ivan Dugalic
-
Constructor Summary
ConstructorsConstructorDescriptionMetricsConfigurerModule(GlobalMetricRegistry globalMetricRegistry) MetricsConfigurerModule(GlobalMetricRegistry globalMetricRegistry, boolean useDimensions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.axonframework.common.configuration.ConfigurationEnhancer
order
-
Constructor Details
-
MetricsConfigurerModule
-
MetricsConfigurerModule
-
-
Method Details
-
enhance
Description copied from interface:ConfigurationEnhancer- Specified by:
enhancein interfaceConfigurationEnhancer- Parameters:
configurer- The registry instance to enhance.
-