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 |
A
MessageMonitor implementation dedicated to EventMessages . |
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 creates Timer instances for the overall, success, failure and ignored time an
ingested Message takes. |
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<?>> & com.codahale.metrics.MetricSet> |
A
MessageMonitor implementation which creates a new MessageMonitor for every Message payload type
ingested by it. |
Copyright © 2010–2023. All rights reserved.