Class | Description |
---|---|
CapacityMonitor |
Calculates capacity by tracking, within the configured time window, the average message processing time
and multiplying that by the amount of messages processed.
|
EventProcessorLatencyMonitor |
Measures the difference in message timestamps between the last ingested and the last processed message.
|
EventProcessorLatencyMonitor.Builder |
Builder class to instantiate a
EventProcessorLatencyMonitor . |
GlobalMetricRegistry |
Registry for application metrics with convenient ways to register Axon components.
|
MessageCountingMonitor |
Counts the number of ingested, successful, failed and processed messages
|
MessageTimerMonitor |
A
MessageMonitor which introduces a Timer for the overall timer of all Message s being
ingested, as well as a success, failure and ignored Timer . |
MessageTimerMonitor.Builder |
Builder class to instantiate a
MessageTimerMonitor . |
MetricsConfigurerModule |
Implementation of the
ConfigurerModule which uses the
GlobalMetricRegistry to register several Metrics Modules to the given
Configurer . |
PayloadTypeMessageMonitorWrapper<T extends MessageMonitor<Message<?>>> | Deprecated
As of release 4.4, replaced by using
Tag s on the monitor implementations. |
TagsUtil |
Utility class for micrometer tag management.
|
Copyright © 2010–2022. All rights reserved.