int |
GrpcProxyMetricsMBean.getAbandonedThreadCount() |
Return the total number of abandoned Daemon threads.
|
int |
GrpcProxyMetricsMBean.getDaemonCount() |
Return the number of Daemon threads that exist, if the pool has been started,
or the number of Daemon threads that will be created, if the pool has not yet been started.
|
int |
GrpcProxyMetricsMBean.getDaemonCountMax() |
Returns the maximum number of daemon threads that the pool can create.
|
int |
GrpcProxyMetricsMBean.getDaemonCountMin() |
Returns the minimum number of daemon threads that the pool should have.
|
long |
GrpcProxyMetricsMBean.getErrorRequestCount() |
Return the count of requests that responded with an error.
|
double |
GrpcProxyMetricsMBean.getErrorRequestFifteenMinuteRate() |
Return the fifteen minute rate of requests that responded with an error.
|
double |
GrpcProxyMetricsMBean.getErrorRequestFiveMinuteRate() |
Return the five minute rate of requests that responded with an error.
|
double |
GrpcProxyMetricsMBean.getErrorRequestMeanRate() |
Return the mean rate of requests that responded with an error.
|
double |
GrpcProxyMetricsMBean.getErrorRequestOneMinuteRate() |
Return the one minute rate of requests that responded with an error.
|
int |
GrpcProxyMetricsMBean.getHungTaskCount() |
Return the total number of currently executing hung tasks.
|
long |
GrpcProxyMetricsMBean.getHungTaskDuration() |
Return the longest currently executing hung task duration (in milliseconds).
|
int |
GrpcProxyMetricsMBean.getMaxTaskBacklog() |
Return the maximum backlog value since the last time the statistics were reset.
|
double |
GrpcProxyMetricsMBean.getMessageDuration75thPercentile() |
Return the 75th percentile value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDuration95thPercentile() |
Return the 95th percentile value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDuration98thPercentile() |
Return the 98th percentile value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDuration999thPercentile() |
Return the 99.9th percentile value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDuration99thPercentile() |
Return the 99th percentile value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDurationMax() |
Return the maximum value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDurationMean() |
Return the mean value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDurationMin() |
Return the minimum value from the distribution of samples in the latest snapshot
of the message duration metric.
|
double |
GrpcProxyMetricsMBean.getMessageDurationStdDev() |
Return the standard deviation from the distribution of samples in the latest snapshot
of the message duration metric.
|
long |
GrpcProxyMetricsMBean.getMessagesReceivedCount() |
Return the count of messages received.
|
double |
GrpcProxyMetricsMBean.getMessagesReceivedFifteenMinuteRate() |
Return the fifteen minute rate of messages received.
|
double |
GrpcProxyMetricsMBean.getMessagesReceivedFiveMinuteRate() |
Return the five minute rate of messages received.
|
double |
GrpcProxyMetricsMBean.getMessagesReceivedMeanRate() |
Return the mean rate of messages received.
|
double |
GrpcProxyMetricsMBean.getMessagesReceivedOneMinuteRate() |
Return the one minute rate of messages received.
|
long |
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCount() |
Returns the number of requests made by this connection.
|
double |
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFifteenMinuteRate() |
Returns the fifteen minute rate of requests made by this connection.
|
double |
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountFiveMinuteRate() |
Returns the five minute rate of requests made by this connection.
|
double |
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountMeanRate() |
Returns the mean rate of requests made by this connection.
|
double |
GrpcConnectionMetrics.ConnectionMetricsMBean.getRequestCountOneMinuteRate() |
Returns the one minute rate of requests made by this connection.
|
double |
GrpcProxyMetricsMBean.getRequestDuration75thPercentile() |
Return the 75th percentile value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDuration95thPercentile() |
Return the 95th percentile value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDuration98thPercentile() |
Return the 98th percentile value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDuration999thPercentile() |
Return the 99.9th percentile value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDuration99thPercentile() |
Return the 99th percentile value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDurationMax() |
Return the maximum value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDurationMean() |
Return the mean value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDurationMin() |
Return the minimum value from the distribution of samples in the latest snapshot
of the request duration metric.
|
double |
GrpcProxyMetricsMBean.getRequestDurationStdDev() |
Return the standard deviation from the distribution of samples in the latest snapshot
of the request duration metric.
|
long |
GrpcProxyMetricsMBean.getResponsesSentCount() |
Return the count of responses sent.
|
double |
GrpcProxyMetricsMBean.getResponsesSentFifteenMinuteRate() |
Return the fifteen minute rate of responses sent.
|
double |
GrpcProxyMetricsMBean.getResponsesSentFiveMinuteRate() |
Return the five minute rate of responses sent.
|
double |
GrpcProxyMetricsMBean.getResponsesSentMeanRate() |
Return the mean rate of responses sent.
|
double |
GrpcProxyMetricsMBean.getResponsesSentOneMinuteRate() |
Return the one minute rate of responses sent.
|
long |
GrpcProxyMetricsMBean.getSuccessfulRequestCount() |
Return the count of requests that responded with success.
|
double |
GrpcProxyMetricsMBean.getSuccessfulRequestFifteenMinuteRate() |
Return the fifteen minute rate of successful requests.
|
double |
GrpcProxyMetricsMBean.getSuccessfulRequestFiveMinuteRate() |
Return the five minute rate of successful requests.
|
double |
GrpcProxyMetricsMBean.getSuccessfulRequestMeanRate() |
Return the one minute rate of successful requests.
|
double |
GrpcProxyMetricsMBean.getSuccessfulRequestOneMinuteRate() |
Return the one minute rate of successful requests.
|
long |
GrpcProxyMetricsMBean.getTaskActiveMillis() |
Return the total number of milliseconds spent by all Daemon threads while executing
tasks since the last time the statistics were reset.
|
long |
GrpcProxyMetricsMBean.getTaskAddCount() |
Return the total number of tasks added to the pool since the last time the
statistics were reset.
|
int |
GrpcProxyMetricsMBean.getTaskBacklog() |
Return the number of tasks that have been added to the pool, but not yet scheduled for execution.
|
long |
GrpcProxyMetricsMBean.getTaskCount() |
Return the total number of tasks executed by Daemon threads since the last
time the statistics were reset.
|
int |
GrpcProxyMetricsMBean.getTaskTimeoutCount() |
Return the total number of timed-out tasks since the last time the statistics were reset.
|