Uses of Package
org.axonframework.extension.metrics.micrometer
Packages that use org.axonframework.extension.metrics.micrometer
Package
Description
Part of the Axon Extension module.
Part of the Axon Extension module.
-
Classes in org.axonframework.extension.metrics.micrometer used by org.axonframework.extension.metrics.micrometerClassDescriptionCalculates capacity by tracking, within the configured time window, the average message processing time and multiplying that by the amount of messages processed.A
MessageMonitorimplementation dedicated toEventMessages.Builder class to instantiate aEventProcessorLatencyMonitor.Counts the number of ingested, successful, failed and processed messagesAMessageMonitorwhich introduces aTimerfor the overall timer of allMessages being ingested, as well as a success, failure and ignoredTimer.Builder class to instantiate aMessageTimerMonitor. -
Classes in org.axonframework.extension.metrics.micrometer used by org.axonframework.extension.metrics.micrometer.springbootClassDescriptionImplementation of the
ConfigurationEnhancerthat uses theMeterRegistryto decorate several components withMessageMonitorswith uniqueMetricRegistriesby registeringMessageMonitorFactorieswith theMessageMonitorRegistry.