Package org.axonframework.micrometer
Class MetricsConfigurerModule
java.lang.Object
org.axonframework.micrometer.MetricsConfigurerModule
- All Implemented Interfaces:
ConfigurerModule
Implementation of the
ConfigurerModule which uses the
GlobalMetricRegistry to register several Metrics Modules to the given
Configurer.- Since:
- 4.1
- Author:
- Steven van Beelen, Marijn van Zelst, Ivan Dugalic
-
Constructor Summary
ConstructorsConstructorDescriptionMetricsConfigurerModule(GlobalMetricRegistry globalMetricRegistry) MetricsConfigurerModule(GlobalMetricRegistry globalMetricRegistry, boolean useDimensions) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureModule(Configurer configurer) Configure this module to the given globalConfigurer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.axonframework.config.ConfigurerModule
order
-
Constructor Details
-
MetricsConfigurerModule
-
MetricsConfigurerModule
-
-
Method Details
-
configureModule
Description copied from interface:ConfigurerModuleConfigure this module to the given globalConfigurer.- Specified by:
configureModulein interfaceConfigurerModule- Parameters:
configurer- aConfigurerinstance to configure this module with
-