Key | Description |
prefix.status | FAILED if the most recent request has failed, otherwise ONLINE. |
prefix.errorsTowardsHost | Number of error responses to requests which have been sent. |
prefix.responsesTowardsHost | Number of success responses to requests which have been sent. |
prefix.requestLatencyEWMAShortMillis | A quickly-evolving exponentially-weighted moving average of request latencies, in milliseconds. |
prefix.requestLatencyEWMALongMillis | A longer-term exponentially-weighted moving average of request latencies, in milliseconds. |
prefix.requestSizeEWMAShortBytes | A quickly-evolving exponentially-weighted moving average of request sizes, in bytes. |
prefix.requestSizeEWMALongBytes | A longer-term exponentially-weighted moving average of request sizes, in bytes. |
prefix.requestSizeMaxInLastHourBytes | The maximum request size in bytes since the start of the last 1 hour measurement period. |
prefix.responseSizeEWMAShortBytes | A quickly-evolving exponentially-weighted moving average of response sizes, in bytes. |
prefix.responseSizeEWMALongBytes | A longer-term exponentially-weighted moving average of response sizes, in bytes. |
prefix.responseSizeMaxInLastHourBytes | The maximum response size in bytes since the start of the last 1 hour measurement period. |
prefix.numClients | Number of configured clients. |
prefix.serializedRequests | Number of requests received with metadata.concurrencyControlFlush set and evaluated to true. |
prefix.concurrencyUtilizationPercent | A percentage representing how fully the capacity of the number of clients is being used. 0 if only one client is being used. 100 if all clients are being used. If the transport throughput is too low and this metric is also low, see
Executing HTTP requests concurrently for information on how to tune your data for better performance. |
prefix.queueSize | The current size of the client request queue in the HTTP transport. |