Package org.axonframework.extension.metrics.dropwizard
package org.axonframework.extension.metrics.dropwizard
-
ClassesClassDescriptionCalculates 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.Registry for application metrics with convenient ways to register Axon components.Counts the number of ingested, successful, failed and processed messagesAMessageMonitorwhich createsTimerinstances for the overall, success, failure and ignored time an ingestedMessagetakes.Builder class to instantiate aMessageTimerMonitor.Implementation of theConfigurationEnhancerwhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenComponentRegistry.PayloadTypeMessageMonitorWrapper<T extends MessageMonitor<Message> & com.codahale.metrics.MetricSet>AMessageMonitorimplementation which creates a new MessageMonitor for everyMessagepayload type ingested by it.