Key | Description |
prefix.maxLatencyInLastHourMillis | Maximum request latency observed during the last hour, in milliseconds. |
prefix.maxLatencyInLastHourDetails | Details of the maximum latency request. Consists of a tab-separated string containing the following: ![]() ![]() ![]() |
prefix.mostRecentSlowRequestDetails | Details of the most recent slow request. A request is slow if the request-response multiplied by the number of pages (or 1) is above CUMULOCITY_LATENCY_SLOW_THRESHOLD_SECS (see
Configuring the Cumulocity IoT transport). Consists of a tab-separated string containing the following: ![]() ![]() ![]() |
prefix.requestLatencyEWMAShortMillis | A quickly-evolving exponentially-weighted moving average of request latencies, in milliseconds. Uses 0.5 as the weight to calculate this. This puts more importance on recent latencies than requestLatencyEWMALongMillis. |
prefix.requestLatencyEWMALongMillis | A longer-term exponentially-weighted moving average of request latencies, in milliseconds. Uses 0.1 as the weight to calculate this. |