Uses of Package
org.axonframework.extension.metrics.micrometer
Packages that use org.axonframework.extension.metrics.micrometer
-
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.Registry for application metrics with convenient ways to register Axon components.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.