| 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
Measures the difference in message timestamps between the last ingested and the last processed message.
|
| GlobalMetricRegistry
Registry for application metrics with convenient ways to register Axon components.
|
| MessageCountingMonitor
Counts the number of ingested, successful, failed and processed messages
|
| MessageTimerMonitor
Times allTimer messages, successful and failed messages
|
| 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–2019. All rights reserved.