MeterFacade.
Built-in metrics will be removed in a future release.@Deprecated public interface MessageHandlerMetrics extends BaseHandlerMetrics
IntegrationManagement.ManagementOverridesMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME| Modifier and Type | Method and Description |
|---|---|
default long |
errorCount()
Deprecated.
|
int |
getActiveCount()
Deprecated.
|
long |
getActiveCountLong()
Deprecated.
|
Statistics |
getDuration()
Deprecated.
|
int |
getErrorCount()
Deprecated.
|
long |
getErrorCountLong()
Deprecated.
|
int |
getHandleCount()
Deprecated.
|
long |
getHandleCountLong()
Deprecated.
|
java.lang.String |
getManagedName()
Deprecated.
|
java.lang.String |
getManagedType()
Deprecated.
|
double |
getMaxDuration()
Deprecated.
|
double |
getMeanDuration()
Deprecated.
|
double |
getMinDuration()
Deprecated.
|
double |
getStandardDeviationDuration()
Deprecated.
|
default long |
handleCount()
Deprecated.
|
void |
setManagedName(java.lang.String name)
Deprecated.
|
void |
setManagedType(java.lang.String source)
Deprecated.
|
isStatsEnabled, setStatsEnableddestroy, getOverrides, isCountsEnabled, isLoggingEnabled, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnabled@ManagedMetric(metricType=COUNTER,
displayName="Handler Execution Count")
int getHandleCount()
@ManagedMetric(metricType=COUNTER,
displayName="Handler Execution Count")
long getHandleCountLong()
default long handleCount()
handleCount in interface BaseHandlerMetrics@ManagedMetric(metricType=COUNTER,
displayName="Handler Error Count")
int getErrorCount()
@ManagedMetric(metricType=COUNTER,
displayName="Handler Error Count")
long getErrorCountLong()
default long errorCount()
errorCount in interface BaseHandlerMetrics@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()