Key | Description |
prefix.status | Moves from STARTING to ONLINE when hostReady is called. |
prefix.eventsTowardsHost | Number of requests resulting in events being sent to the correlator. This is the primary KPI for this component. |
prefix.failedRequests | Number of non-2xx responses sent to clients, including errors generated from EPL. This is expected to be 0 and is a KPI with a warning threshold at 1. |
prefix.staticFileRequests | Number of static files served to clients. This is a KPI. |
prefix.authenticationFailures | Number of requests with invalid credentials. This KPI is not shown in Command Central by default. It has a warning threshold at 1. Note: Command Central integration is deprecated and will be removed in a later release. |
prefix.numChains | Number of active chains for connections into this HTTP server instance. The chains can be reused between connections, but a single connection only uses one chain. This is expected to be between 0 and the maximum number of simultaneous connections which can be handled (see also maxConnections in
Configuring the HTTP server transport). |
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. |