Updated on 2025-08-28 GMT+08:00

Monitoring Metrics

Feature Description

This section describes the namespace, metrics, and dimension of KVS monitoring on Cloud Eye. You can check metric details and alarms generated for KVS on the Cloud Eye console or using APIs.

Namespace

SYS.KVS

Monitoring Metrics

Table 1 KVS metrics

Metric ID

Metric Name

Description

Value Range

Unit

Conversion Rule

Monitored Object

Monitoring Interval (Raw Data)

store_kv_request_count

Total Requests

Measures the total number of requests within an interval.

≥ 0

Count

N/A

Stores

1 min

store_request_count_monitor_2XX

2xx Status Codes

Measures the number of requests whose response status code is 2xx.

≥ 0

Count

N/A

Stores

1 min

store_request_count_monitor_4XX

4xx Status Codes

Measures the number of requests whose response status code is 4xx.

≥ 0

Count

N/A

Stores

1 min

store_request_count_monitor_5XX

5xx Status Codes

Measures the number of requests whose response status code is 5xx.

≥ 0

Count

N/A

Stores

1 min

store_kv_request_latency_ave

Average Request Latency

Measures the average duration from when the system received a request to when the system returned a response within an interval.

≥ 0

ms

N/A

Stores

1 min

store_read_traffic

GET Request Traffic

Measures the total size of the KV items read within an interval.

≥ 0

Byte

1024(IEC)

Stores

1 min

store_write_traffic

PUT Request Traffic

Measures the total size of the KV items written within an interval.

≥ 0

Byte

1024(IEC)

Stores

1 min

Dimensions

Key

Value

store_name

The store dimension. The value is a store name.