public interface MessageHandlerMetrics extends IntegrationStatsManagement
IntegrationManagement.ManagementOverridesMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
long |
getActiveCountLong() |
Statistics |
getDuration() |
int |
getErrorCount() |
long |
getErrorCountLong() |
int |
getHandleCount() |
long |
getHandleCountLong() |
java.lang.String |
getManagedName() |
java.lang.String |
getManagedType() |
double |
getMaxDuration() |
double |
getMeanDuration() |
double |
getMinDuration() |
double |
getStandardDeviationDuration() |
void |
setManagedName(java.lang.String name) |
void |
setManagedType(java.lang.String source) |
isStatsEnabled, setStatsEnabledgetOverrides, isCountsEnabled, isLoggingEnabled, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnabled@ManagedMetric(metricType=COUNTER,
displayName="Handler Execution Count")
int getHandleCount()
@ManagedMetric(metricType=COUNTER,
displayName="Handler Execution Count")
long getHandleCountLong()
@ManagedMetric(metricType=COUNTER,
displayName="Handler Error Count")
int getErrorCount()
@ManagedMetric(metricType=COUNTER,
displayName="Handler Error Count")
long getErrorCountLong()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Mean Duration in Milliseconds")
double getMeanDuration()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Min Duration in Milliseconds")
double getMinDuration()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Max Duration in Milliseconds")
double getMaxDuration()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Standard Deviation Duration in Milliseconds")
double getStandardDeviationDuration()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Active Execution Count")
int getActiveCount()
@ManagedMetric(metricType=GAUGE,
displayName="Handler Active Execution Count")
long getActiveCountLong()
Statistics getDuration()
void setManagedName(java.lang.String name)
java.lang.String getManagedName()
void setManagedType(java.lang.String source)
java.lang.String getManagedType()