Package | Description |
---|---|
org.axonframework.micrometer | |
org.axonframework.springboot.autoconfig |
Class and 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 . |
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 . |
Class and Description |
---|
GlobalMetricRegistry
Registry for application metrics with convenient ways to register Axon components.
|
MetricsConfigurerModule
Implementation of the
ConfigurerModule which uses the
GlobalMetricRegistry to register several Metrics Modules to the given
Configurer . |
Copyright © 2010–2023. All rights reserved.