Skip to main content

Integrating Huawei Cloud Data

Scope of Application

Huawei Cloud product namespaces that support metric data collection:

  • Elastic Cloud Server:
    • AGT.ECS
    • SYS.ECS
  • Relational Database Service
    • SYS.RDS
  • Distributed Message Service
    • SYS.DMS
  • Elastic Load Balance
    • SYS.ELB

Minimum Collector version: 4.2.0.0, with the Guanyun Collector module enabled.

Necessary conditions for collecting elastic cloud server metrics

  • When purchasing an elastic cloud server, you need to enable Detailed monitoring.

  • If the purchased Elastic Cloud Server does not have Detailed monitoring enabled, follow the steps in the following document to install the Agent.

Confirming the Server Where Collector Is Installed

Collector reads Huawei Cloud monitoring data through the Huawei Cloud SDK. Ensure that the network between Collector and the Huawei Cloud server is accessible.

Configuring Network and Port Rules

Tip

The following IP addresses and ports are examples. Update them based on your environment before applying the network rules.

Source AddressTarget AddressTarget PortDescription
Collector ServerGuanyun Platform80Installing Collector and uploading data to Guanyun Platform
Collector ServerHuawei Cloud Server443Reading Huawei Cloud monitoring data using Huawei Cloud SDK

Huawei Cloud server domain names are typically similar to the following (example data):

ecs.cn-north-4.myhuaweicloud.com
rds.cn-north-4.myhuaweicloud.com
dms.cn-north-4.myhuaweicloud.com
elb.cn-north-4.myhuaweicloud.com

Installing Collector

  1. Log in to Guanyun Platform, and in the left navigation menu select All Applications > Deployment Status > Collectors Operation.

  2. Click Create in the upper-right corner and configure the Collector parameters.

    collector-setup-4.0.png

You need to enable the Guanyun Collector function to ingest monitoring data from Zabbix, Prometheus, OpenTelemetry, and external data sources.

Install Collector.

Logging in to Huawei Cloud

  • Account Permission Requirements
    • Authorization through user groups
    • User group authorizations are as follows:
      • Cloud Eye (Required): CES ReadOnlyAccess
      • Elastic Cloud Server (Optional): ECS ReadOnlyAccess
      • Relational Database Service (Optional): RDS ReadOnlyAccess
      • Distributed Message Service (Optional): DMS ReadOnlyAccess
      • Elastic Load Balance (Optional): ELB ReadOnlyAccess
  • Obtaining Necessary Configuration
    • AK, SK: Key pair used to query Huawei Cloud interfaces through API.
    • Region ID: Region ID used to query cloud product information in different regions.
    • Project ID: Find the corresponding project ID according to the region.

Obtaining AK and SK

As shown in the figure below, click "My Credentials > Access Keys" in the upper right corner of the console to enter the page.

Add a key pair. After creation, an Excel file will be generated containing the access_key and secret_key. Note that the Excel file is only generated once and cannot be downloaded again later.

Obtaining Region ID

Regions and Endpoints

According to the region where the cloud product application type is located, obtain the corresponding region ID for that region. The figure below uses Elastic Cloud Server as an example.

Obtaining Project ID

As shown in the figure below, click "My Credentials > API Credentials" in the upper right corner of the console to enter the page.

According to the region, find the corresponding project ID.

Configuring Collector to Receive Huawei Cloud Data

  • Enter Collector installation directory

    cd /opt/tingyun-collector/
  • Enable Huawei Cloud module

    cd conf.d/huaweicloud
    sudo cp huaweicloud-processors.yaml.example huaweicloud-processors.yaml
    sudo cp huaweicloud.yaml.example huaweicloud.yaml
  • Modify data receiving configuration

    sudo vim huaweicloud.yaml

    Add the above configuration information to the configuration file. Where:

    • Required configuration:

      • access_key;Supports plaintext or encrypted configuration
      • secret_key;Supports plaintext or encrypted configuration
      • region_id
      • project_id
      • namespaces: Add corresponding namespaces as needed
    • The encryption methods for access_key and secret_key are as follows::

        sudo /opt/tingyun-collector/bin/watchdog  -mode passgen -plaintext accesskey-example
      sudo /opt/tingyun-collector/bin/watchdog -mode passgen -plaintext secretkey-example
    receivers:
    guanyun_huaweicloudcesreceiver:
    collection_interval: 60s
    initial_delay: 5s
    region_id: region-example
    access_key: accesskey-example
    secret_key: secretkey-example
    project_id: "project-example"
    period: 1
    filter: average
    no_verify_ssl: True
    detail_interval: 5m
    namespaces: [AGT.ECS,SYS.ECS,SYS.RDS,SYS.DMS,SYS.ELB]

Restarting Collector

After modifying the configuration, you need to restart Collector.

sudo systemctl restart tingyun-collector

Validating Data

tail -f /opt/tingyun-collector/logs/guanyun/collector.log

Viewing Data in Guanyun Platform

For example, when integrating Huawei Cloud Elastic Cloud Server, Go to the Data Explorer lite App, select METRIC as the data model, query any Huawei Cloud host metric, group by host IP, and confirm that the host IP of the integrated Huawei Cloud data appears in the list.

img

Supported metrics

Metric CategorySubcategoryMetric NameMetric KeyMetric Description
ECSCPU(Agent) CPU Usagehuawei.cpu_usageThis metric is used to count the current CPU usage rate of the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) value via the top command. Collection method (Windows): Obtained via Windows API GetSystemTimes.
ECSCPU(Agent) CPU Idle Time Ratiohuawei.cpu_usage_idleThis metric is used to count the current CPU idle time ratio of the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Collection method (Windows): Obtained via Windows API GetSystemTimes.
ECSCPU(Agent) User Space CPU Usagehuawei.cpu_usage_userThis metric is used to count the current user space CPU usage rate of the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) us value via the top command. Collection method (Windows): Obtained via Windows API GetSystemTimes.
ECSCPU(Agent) Kernel Space CPU Usagehuawei.cpu_usage_systemThis metric is used to count the current kernel space CPU usage rate of the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) sy value via the top command. Collection method (Windows): Obtained via Windows API GetSystemTimes.
ECSCPU(Agent) Other CPU Usagehuawei.cpu_usage_otherThis metric is used to count other CPU usage of the measured object. Collection method (Linux): Other CPU Usage = 1 - Idle CPU Usage (%) - Kernel Space CPU Usage - User Space CPU Usage. Collection method (Windows): Other CPU Usage = 1 - Idle CPU Usage (%) - Kernel Space CPU Usage - User Space CPU Usage.
ECSCPU(Agent) Nice Process CPU Usagehuawei.cpu_usage_niceThis metric is used to count the current Nice process CPU usage rate of the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) ni value via the top command. Collection method (Windows): Not supported.
ECSCPU(Agent) iowait State Ratiohuawei.cpu_usage_iowaitThis metric is used to count the current ratio of CPU time spent in iowait state for the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) wa value via the top command. Collection method (Windows): Not supported.
ECSCPU(Agent) CPU Interrupt Time Ratiohuawei.cpu_usage_irqThis metric is used to count the current ratio of CPU time spent processing interrupts for the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) hi value via the top command. Collection method (Windows): Not supported.
ECSCPU(Agent) CPU Soft Interrupt Time Ratiohuawei.cpu_usage_softirqThis metric is used to count the current ratio of CPU time spent processing soft interrupts for the measured object. Collection method (Linux): Calculated by changes in /proc/stat during the collection period. Users can view the %Cpu(s) si value via the top command. Collection method (Windows): Not supported.
ECSCPU Load(Agent) 1-minute Load Averagehuawei.load_average1This metric is used to count the CPU load average over the past 1 minute for the measured object. Collection method (Linux): Obtained from load1/logical CPU count in /proc/loadavg. Users can view the load1 value via the top command.
ECSCPU Load(Agent) 5-minute Load Averagehuawei.load_average5This metric is used to count the CPU load average over the past 5 minutes for the measured object. Collection method (Linux): Obtained from load5/logical CPU count in /proc/loadavg. Users can view the load5 value via the top command.
ECSCPU Load(Agent) 15-minute Load Averagehuawei.load_average15This metric is used to count the CPU load average over the past 15 minutes for the measured object. Collection method (Linux): Obtained from load15/logical CPU count in /proc/loadavg. Users can view the load15 value via the top command.
ECSMemory(Agent) Available Memoryhuawei.mem_availableThis metric is used to count the available memory of the measured object.
ECSMemory(Agent) Memory Usagehuawei.mem_used_percentThis metric is used to count the memory usage rate of the measured object.
ECSMemory(Agent) Free Memoryhuawei.mem_freeThis metric is used to count the free memory amount of the measured object.
ECSMemory(Agent) Buffers Usagehuawei.mem_buffersThis metric is used to count the Buffers memory amount of the measured object.
ECSMemory(Agent) Cache Usagehuawei.mem_cachedThis metric is used to count the Cache memory amount of the measured object.
ECSMemory(Agent) Total File Handleshuawei.total_open_filesThis metric is used to count the total number of handles used by all processes of the measured object.
ECSDisk(Agent) Disk Free Storagehuawei.disk_freeThis metric is used to count the remaining storage space of the disk of the measured object.
ECSDisk(Agent) Total Disk Storagehuawei.disk_totalThis metric is used to count the total disk storage of the measured object.
ECSDisk(Agent) Disk Used Storagehuawei.disk_usedThis metric is used to count the used storage space of the disk of the measured object.
ECSDisk(Agent) Disk Usagehuawei.disk_used_percentThis metric is used to count the disk usage rate of the measured object, in percentage. Calculation method: Disk Used Storage / Total Disk Storage.
ECSDisk I/O(Agent) Disk Read Ratehuawei.disk_agt_read_bytes_rateThis metric is used to count the amount of data read from the measured object per second.
ECSDisk I/O(Agent) Disk Read Operation Ratehuawei.disk_agt_read_requests_rateThis metric is used to count the number of read requests from the measured object per second.
ECSDisk I/O(Agent) Disk Write Ratehuawei.disk_agt_write_bytes_rateThis metric is used to count the amount of data written to the measured object per second.
ECSDisk I/O(Agent) Disk Write Operation Ratehuawei.disk_agt_write_requests_rateThis metric is used to count the number of write requests to the measured object per second.
ECSDisk I/O(Agent) Average Read Operation Timehuawei.disk_read_timeThis metric is used to count the average read operation time of the disk of the measured object.
ECSDisk I/O(Agent) Average Write Operation Timehuawei.disk_write_timeThis metric is used to count the average write operation time of the disk of the measured object.
ECSDisk I/O(Agent) Disk I/O Utilizationhuawei.disk_io_utilsThis metric is used to count the disk I/O utilization of the measured object.
ECSDisk I/O(Agent) Average Queue Lengthhuawei.disk_queue_lengthThis metric reflects the disk busyness over a specified period, which can be used to evaluate disk I/O performance. A higher value indicates a busier disk and worse I/O performance.
ECSDisk I/O(Agent) Average Write Operation Sizehuawei.disk_write_bytes_per_operationThis metric is used to count the average number of bytes transferred per write I/O operation over a specified period.
ECSDisk I/O(Agent) Average Read Operation Sizehuawei.disk_read_bytes_per_operationThis metric is used to count the average number of bytes transferred per read I/O operation over a specified period.
ECSDisk I/O(Agent) Average I/O Service Timehuawei.disk_io_svctmThis metric is used to count the average operation time per read or write I/O over a specified period.
ECSDisk I/OBlock Device Usagehuawei.disk_device_used_percentThis metric is used to count the physical disk usage rate of the measured object, in percentage. Calculation method: Used Storage of All Mounted Disk Partitions / Total Disk Storage.
ECSFile System(Agent) File System Read/Write Statushuawei.disk_fs_rwstateThis metric is used to count the read/write status of the mounted file system of the measured object. Statuses: Read/Write (0) / Read-Only (1).
ECSFile System(Agent) inode Space Sizehuawei.disk_inodes_totalThis metric is used to count the current inode space amount of the disk of the measured object.
ECSFile System(Agent) inode Used Spacehuawei.disk_inodes_usedThis metric is used to count the current used inode space amount of the disk of the measured object.
ECSFile System(Agent) inode Used Ratiohuawei.disk_inodes_used_percentThis metric is used to count the current used inode ratio of the disk of the measured object.
ECSNetwork Card(Agent) Outbound Network Bandwidthhuawei.net_bit_recvThis metric is used to count the number of bits sent by the network card of the measured object per second.
ECSNetwork Card(Agent) Inbound Network Bandwidthhuawei.net_bit_sentThis metric is used to count the number of bits received by the network card of the measured object per second.
ECSNetwork Card(Agent) Network Packet Receive Ratehuawei.net_packet_recvThis metric is used to count the number of data packets received by the network card of the measured object per second.
ECSNetwork Card(Agent) Network Packet Send Ratehuawei.net_packet_sentThis metric is used to count the number of data packets sent by the network card of the measured object per second.
ECSNetwork Card(Agent) Receive Error Packet Ratehuawei.net_errinThis metric is used to count the ratio of erroneous data packets received per second by the network card of the measured object to the total received packets.
ECSNetwork Card(Agent) Send Error Packet Ratehuawei.net_erroutThis metric is used to count the ratio of erroneous data packets sent per second by the network card of the measured object to the total sent packets.
ECSNetwork Card(Agent) Receive Drop Packet Ratehuawei.net_dropinThis metric is used to count the ratio of data packets received and dropped per second by the network card of the measured object to the total received packets.
ECSNetwork Card(Agent) Send Drop Packet Ratehuawei.net_dropoutThis metric is used to count the ratio of data packets sent and dropped per second by the network card of the measured object to the total sent packets.
ECSNTP(Agent) NTP Offsethuawei.ntp_offsetThis metric is used to count the current NTP offset of the measured object.
ECSTCP(Agent) TCP TOTALhuawei.net_tcp_totalThis metric is used to count the total number of TCP connections in all states for the measured object.
ECSTCP(Agent) TCP ESTABLISHEDhuawei.net_tcp_establishedThis metric is used to count the number of TCP connections in ESTABLISHED state for the measured object.
ECSTCP(Agent) TCP SYS_SENThuawei.net_tcp_sys_sentThis metric is used to count the number of TCP connections in connection request state for the measured object.
ECSTCP(Agent) TCP SYS_RECVhuawei.net_tcp_sys_recvThis metric is used to count the number of TCP connection requests received by the server side for the measured object.
ECSTCP(Agent) TCP FIN_WAIT1huawei.net_tcp_fin_wait1This metric is used to count the number of TCP connections where the client actively closed and did not receive an ACK from the server for the measured object.
ECSTCP(Agent) TCP FIN_WAIT2huawei.net_tcp_fin_wait2This metric is used to count the number of TCP connections in FIN_WAIT2 state for the measured object.
ECSTCP(Agent) TCP TIME_WAIThuawei.net_tcp_time_waitThis metric is used to count the number of TCP connections in TIME_WAIT state for the measured object.
ECSTCP(Agent) TCP CLOSEhuawei.net_tcp_closeThis metric is used to count the number of closed or unopened TCP connections for the measured object.
ECSTCP(Agent) TCP CLOSE_WAIThuawei.net_tcp_close_waitThis metric is used to count the number of TCP connections in CLOSE_WAIT state for the measured object.
ECSTCP(Agent) TCP LAST_ACKhuawei.net_tcp_last_ackThis metric is used to count the number of TCP connections waiting for ACK packets after passive closure for the measured object.
ECSTCP(Agent) TCP LISTENhuawei.net_tcp_listenThis metric is used to count the number of TCP connections in LISTEN state for the measured object.
ECSTCP(Agent) TCP CLOSINGhuawei.net_tcp_closingThis metric is used to count the number of TCP connections where both server and client are actively closing simultaneously for the measured object.
ECSTCP(Agent) TCP Retransmission Ratehuawei.net_tcp_retransThis metric is used to count the ratio of retransmitted packets to the total sent packets for the measured object.
ECSGPUGPU Health Statushuawei.gpu_statusThis metric is used to count the GPU health status on the virtual machine, which is a comprehensive indicator. 0: Healthy 1: Subhealthy 2: Faulty
ECSGPUEncoder Utilizationhuawei.gpu_usage_encoderThis metric is used to count the encoder capability utilization rate of the GPU.
ECSGPUDecoder Utilizationhuawei.gpu_usage_decoderThis metric is used to count the decoder capability utilization rate of the GPU.
ECSGPUCorrectable ECC Error Counthuawei.gpu_volatile_correctableThis metric is used to count the number of correctable ECC errors since the last GPU reset, reset to 0 after each reset.
ECSGPUUncorrectable ECC Error Counthuawei.gpu_volatile_uncorrectableThis metric is used to count the number of uncorrectable ECC errors since the last GPU reset, reset to 0 after each reset.
ECSGPUCumulative Correctable ECC Error Counthuawei.gpu_aggregate_correctableThis metric is used to count the cumulative number of correctable ECC errors for the GPU.
ECSGPUCumulative Uncorrectable ECC Error Counthuawei.gpu_aggregate_uncorrectableThis metric is used to count the cumulative number of uncorrectable ECC errors for the GPU.
ECSGPURetired Page Single Bit Error Counthuawei.gpu_retired_page_single_bitThis metric is used to count the current number of single-bit pages isolated by the GPU card.
ECSGPURetired Page Double Bit Error Counthuawei.gpu_retired_page_double_bitThis metric is used to count the current number of double-bit pages isolated by the GPU card.
ECSGPU(Agent) Video Memory Usagehuawei.gpu_usage_memThis metric is used to count the current video memory usage rate of the measured object.
ECSGPU(Agent) GPU Usagehuawei.gpu_usage_gpuThis metric is used to count the current GPU usage rate of the measured object.
ECSGPUGPU Free Video Memoryhuawei.gpu_free_memThis metric is used to count the current GPU free video memory amount of the measured object.
ECSGPUGPU Graphics Clock Frequencyhuawei.gpu_graphics_clocksThis metric is used to count the current GPU graphics (shader) clock frequency of the measured object.
ECSGPUGPU Memory Clock Frequencyhuawei.gpu_mem_clocksThis metric is used to count the current GPU memory clock frequency of the measured object.
ECSGPUGPU Powerhuawei.gpu_power_drawThis metric is used to count the current GPU power of the measured object.
ECSGPUGPU PCI Inbound Bandwidthhuawei.gpu_rx_throughput_pciThis metric is used to count the current GPU PCI inbound bandwidth of the measured object.
ECSGPUGPU Streaming Multiprocessor Clock Frequencyhuawei.gpu_sm_clocksThis metric is used to count the current GPU streaming multiprocessor clock frequency of the measured object.
ECSGPUGPU Temperaturehuawei.gpu_temperatureThis metric is used to count the current GPU temperature of the measured object.
ECSGPUGPU PCI Outbound Bandwidthhuawei.gpu_tx_throughput_pciThis metric is used to count the current GPU PCI outbound bandwidth of the measured object.
ECSGPUGPU Video Memory Usagehuawei.gpu_used_memThis metric is used to count the current GPU video memory usage of the measured object.
ECSGPUGPU Video Clock Frequencyhuawei.gpu_video_clocksThis metric is used to count the current GPU video (including encoding/decoding) clock frequency of the measured object.
ECSNPUNPU Health Statushuawei.npu_device_healthThis metric is used to count the NPU card health status on the virtual machine, which is a comprehensive indicator. 0: Healthy 1: General Alarm 2: Important Alarm 3: Critical Alarm
ECSNPUNPU Video Memory Usagehuawei.npu_util_rate_memThis metric is used to count the video memory usage rate of the NPU.
ECSNPUNPU Card AI Core Usagehuawei.npu_util_rate_ai_coreThis metric is used to count the AI core usage rate of the NPU.
ECSNPUNPU Card AI CPU Usagehuawei.npu_util_rate_ai_cpuThis metric is used to count the AI CPU usage rate of the NPU.
ECSNPUNPU Control CPU Usagehuawei.npu_util_rate_ctrl_cpuThis metric is used to count the control CPU usage rate of the NPU.
ECSNPUNPU Video Memory Bandwidth Usagehuawei.npu_util_rate_mem_bandwidthThis metric is used to count the video memory bandwidth usage rate of the NPU.
ECSNPUNPU Video Memory Frequencyhuawei.npu_freq_memThis metric is used to count the clock frequency of the NPU video memory.
ECSNPUNPU Card AI Core Frequencyhuawei.npu_freq_ai_coreThis metric is used to count the clock frequency of the NPU AI core.
ECSNPUNPU Video Memory Usagehuawei.npu_usage_memThis metric is used to count the video memory usage of the NPU.
ECSNPUNPU Single-bit Error Counthuawei.npu_sbeThis metric is used to count the current number of single-bit page errors for the NPU card.
ECSNPUNPU Double-bit Error Counthuawei.npu_dbeThis metric is used to count the current number of multi-bit page errors for the NPU card.
ECSNPUNPU Powerhuawei.npu_powerThis metric is used to count the power of the NPU card. Note: The 310 card only displays the rated power, while other cards display the actual power.
ECSNPUNPU Temperaturehuawei.npu_temperatureThis metric is used to count the current temperature of the NPU card.
ECSDAVPDAVP Health Statushuawei.davp_device_healthThis metric is used to count the DAVP card health status on the virtual machine, which is a comprehensive indicator. 0: Healthy 1: Abnormal
ECSDAVPDAVP Video Memory Usagehuawei.davp_util_rate_memThis metric is used to count the video memory usage rate of the DAVP card.
ECSDAVPDAVP Video Memory Usagehuawei.davp_usage_memThis metric is used to count the video memory usage of the DAVP card.
ECSDAVPDAVP Card AI Core Usagehuawei.davp_util_rate_ai_coreThis metric is used to count the AI core usage rate of the DAVP card.
ECSDAVPDAVP Card vDSP Core Usagehuawei.davp_util_rate_vdsp_coreThis metric is used to count the vDSP core usage rate of the DAVP card.
ECSDAVPDAVP Card Encoding Core Usagehuawei.davp_util_rate_enc_coreThis metric is used to count the encoding core usage rate of the DAVP card.
ECSDAVPDAVP Card Decoding Core Usagehuawei.davp_util_rate_dec_coreThis metric is used to count the decoding core usage rate of the DAVP card.
ECSDAVPDAVP Card System Module Temperaturehuawei.davp_sysc_temperatureThis metric is used to count the system module temperature of the DAVP card.
RDS for Relational DatabasesCommon MetricsCPU Usagehuawei.rds001_cpu_utilThis metric is used to count the CPU usage rate of the measured object, in percentage.
RDS for Relational DatabasesCommon MetricsMemory Usagehuawei.rds002_mem_utilThis metric is used to count the memory usage rate of the measured object, in percentage.
RDS for Relational DatabasesCommon MetricsIOPShuawei.rds003_iopsThis metric is used to count the number of I/O requests processed by the system per unit time for the current instance (average value).
RDS for Relational DatabasesCommon MetricsNetwork Input Throughputhuawei.rds004_bytes_inThis metric is used to count the average input traffic per second from all network adapters of the measured object, in bytes/second.
RDS for Relational DatabasesCommon MetricsNetwork Output Throughputhuawei.rds005_bytes_outThis metric is used to count the average output traffic per second from all network adapters of the measured object, in bytes/second.
RDS for Relational DatabasesCommon MetricsTotal Disk Sizehuawei.rds047_disk_total_sizeThis metric is used to count the total disk size of the measured object.
RDS for Relational DatabasesCommon MetricsDisk Usagehuawei.rds048_disk_used_sizeThis metric is used to count the disk usage size of the measured object.
RDS for Relational DatabasesCommon MetricsDisk Read Throughputhuawei.rds049_disk_read_throughputThis metric is used to count the number of bytes read from the disk per second.
RDS for Relational DatabasesCommon MetricsDisk Write Throughputhuawei.rds050_disk_write_throughputThis metric is used to count the number of bytes written to the disk per second.
RDS for Relational DatabasesCommon MetricsDisk Utilizationhuawei.rds039_disk_utilThis metric is used to count the disk utilization rate of the measured object, in percentage.
RDS for Relational DatabasesMYSQL/MariaDBTotal Database Connectionshuawei.rds006_conn_countThis metric is used to count the total number of connections attempting to connect to the MySQL server, in units.
RDS for Relational DatabasesMYSQL/MariaDBCurrent Active Connectionshuawei.rds007_conn_active_countThis metric is used to count connections in non-sleep state, in units.
RDS for Relational DatabasesMYSQL/MariaDBQPShuawei.rds008_qpsThis metric is used to count the number of SQL query statements, including stored procedures, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBTPShuawei.rds009_tpsThis metric is used to count the number of transaction executions, including commits and rollbacks, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBBuffer Pool Utilizationhuawei.rds010_innodb_buf_usageThis metric is used to count the ratio of free pages to the total buffer pool pages in the InnoDB cache, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBBuffer Pool Hit Ratehuawei.rds011_innodb_buf_hitThis metric is used to count the ratio of read hits to read requests, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBBuffer Pool Dirty Block Ratehuawei.rds012_innodb_buf_dirtyThis metric is used to count the ratio of dirty data in the InnoDB cache to the pages used in the InnoDB cache, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB Read Throughputhuawei.rds013_innodb_readsThis metric is used to count the average bytes read per second by InnoDB, in bytes/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB Write Throughputhuawei.rds014_innodb_writesThis metric is used to count the average bytes written per second by InnoDB, in bytes/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB File Read Frequencyhuawei.rds015_innodb_read_countThis metric is used to count the average number of reads from files per second by InnoDB, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB File Write Frequencyhuawei.rds016_innodb_write_countThis metric is used to count the average number of writes to files per second by InnoDB, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB Log Write Request Frequencyhuawei.rds017_innodb_log_write_req_countThis metric is used to count the average number of log write requests per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB Log Physical Write Frequencyhuawei.rds018_innodb_log_write_countThis metric is used to count the average number of physical writes to log files per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInnoDB Log fsync() Write Frequencyhuawei.rds019_innodb_log_fsync_countThis metric is used to count the average number of fsync() writes completed to log files per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBTemporary Table Creation Ratehuawei.rds020_temp_tbl_rateThis metric is used to count the number of temporary tables created on disk per second, in units/second.
RDS for Relational DatabasesMYSQL/MariaDBKey Buffer Utilizationhuawei.rds021_myisam_buf_usageThis metric is used to count the MyISAM Key buffer utilization rate, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBKey Buffer Write Hit Ratehuawei.rds022_myisam_buf_write_hitThis metric is used to count the MyISAM Key buffer write hit rate, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBKey Buffer Read Hit Ratehuawei.rds023_myisam_buf_read_hitThis metric is used to count the MyISAM Key buffer read hit rate, in ratio.
RDS for Relational DatabasesMYSQL/MariaDBMyISAM Disk Write Frequencyhuawei.rds024_myisam_disk_write_countThis metric is used to count the number of index writes to disk, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBMyISAM Disk Read Frequencyhuawei.rds025_myisam_disk_read_countThis metric is used to count the number of index reads from disk, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBMyISAM Buffer Pool Write Frequencyhuawei.rds026_myisam_buf_write_countThis metric is used to count the number of index write requests to the buffer pool, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBMyISAM Buffer Pool Read Frequencyhuawei.rds027_myisam_buf_read_countThis metric is used to count the number of index read requests from the buffer pool, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBDelete Statement Execution Frequencyhuawei.rds028_comdml_del_countThis metric is used to count the average number of Delete statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInsert Statement Execution Frequencyhuawei.rds029_comdml_ins_countThis metric is used to count the average number of Insert statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBInsert_Select Statement Execution Frequencyhuawei.rds030_comdml_ins_sel_countThis metric is used to count the average number of Insert_Select statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBReplace Statement Execution Frequencyhuawei.rds031_comdml_rep_countThis metric is used to count the average number of Replace statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBReplace_Selection Statement Execution Frequencyhuawei.rds032_comdml_rep_sel_countThis metric is used to count the average number of Replace_Selection statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBSelect Statement Execution Frequencyhuawei.rds033_comdml_sel_countThis metric is used to count the average number of Select statement executions per second.
RDS for Relational DatabasesMYSQL/MariaDBUpdate Statement Execution Frequencyhuawei.rds034_comdml_upd_countThis metric is used to count the average number of Update statement executions per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBRow Deletion Ratehuawei.rds035_innodb_del_row_countThis metric is used to count the average number of rows deleted from InnoDB tables per second, in rows/second.
RDS for Relational DatabasesMYSQL/MariaDBRow Insertion Ratehuawei.rds036_innodb_ins_row_countThis metric is used to count the average number of rows inserted into InnoDB tables per second, in rows/second.
RDS for Relational DatabasesMYSQL/MariaDBRow Read Ratehuawei.rds037_innodb_read_row_countThis metric is used to count the average number of rows read from InnoDB tables per second, in rows/second.
RDS for Relational DatabasesMYSQL/MariaDBRow Update Ratehuawei.rds038_innodb_upd_row_countThis metric is used to count the average number of rows updated in InnoDB tables per second, in rows/second.
RDS for Relational DatabasesMYSQL/MariaDBConnection Usage Ratehuawei.rds072_conn_usageThis metric is used to count the percentage of currently used MySQL connections to the total connections.
RDS for Relational DatabasesMYSQL/MariaDBAverage Replication Delayhuawei.rds173_replication_delay_avgThis metric indicates the average delay between the standby or read-only instance and the primary instance, corresponding to seconds_behind_master. It is the average value over a 60-second period.
RDS for Relational DatabasesMYSQL/MariaDBReal-time Replication Delayhuawei.rds073_replication_delayThis metric indicates the real-time delay between the standby or read-only instance and the primary instance, corresponding to seconds_behind_master. This value is real-time.
RDS for Relational DatabasesMYSQL/MariaDBSlow Log Count Statisticshuawei.rds074_slow_queriesThis metric is used to display the number of slow logs generated by MySQL per minute.
RDS for Relational DatabasesMYSQL/MariaDBDisk Read Timehuawei.rds075_avg_disk_ms_per_readThis metric is used to count the average time taken per disk read over a certain period.
RDS for Relational DatabasesMYSQL/MariaDBDisk Write Timehuawei.rds076_avg_disk_ms_per_writeThis metric is used to count the average time taken per disk write over a certain period.
RDS for Relational DatabasesMYSQL/MariaDBVMA Counthuawei.rds077_vmaMonitors the virtual memory area size of the RDS process, in units.
RDS for Relational DatabasesMYSQL/MariaDBThread Count in Processhuawei.rds078_threadsMonitors the number of threads in the RDS process, in units.
RDS for Relational DatabasesMYSQL/MariaDBProcess Physical Memory Usage Peakhuawei.rds079_vm_hwmMonitors the peak physical memory usage of the RDS process, in KB.
RDS for Relational DatabasesMYSQL/MariaDBProcess Virtual Memory Usage Peakhuawei.rds080_vm_peakMonitors the peak virtual memory usage of the RDS process, in KB.
RDS for Relational DatabasesMYSQL/MariaDBDisk I/O Non-idle Time Percentagehuawei.rds081_vm_ioutilsThis parameter indicates the busyness of the disk device, representing the percentage of time with I/O (non-idle). Since disks can handle multiple I/O requests in parallel, even if this metric reaches 100%, it does not necessarily mean the device is saturated.
RDS for Relational DatabasesMYSQL/MariaDBTransaction Average Wait Timehuawei.rds082_semi_sync_tx_avg_wait_timeMonitors the average wait time in semi-synchronous replication mode, in microseconds.
RDS for Relational DatabasesMYSQL/MariaDBswap Utilizationhuawei.sys_swap_usageThis metric is used to count the swap utilization rate of the measured object, in percentage.
RDS for Relational DatabasesMYSQL/MariaDBTransactions Waiting for Row Lockshuawei.rds_innodb_lock_waitsThis metric is used to count the current number of Innodb transactions waiting for row locks, in units.
RDS for Relational DatabasesMYSQL/MariaDBDatabase Bytes Received Per Secondhuawei.rds_bytes_recv_rateThis metric is used to count the bytes received by the database per second, in bytes/second.
RDS for Relational DatabasesMYSQL/MariaDBDatabase Bytes Sent Per Secondhuawei.rds_bytes_sent_rateThis metric is used to count the bytes sent by the database per second, in bytes/second.
RDS for Relational DatabasesMYSQL/MariaDBinnodb Average Data Read Per Secondhuawei.rds_innodb_pages_read_rateThis metric is used to count the average data read by innodb per second, in pages/second.
RDS for Relational DatabasesMYSQL/MariaDBinnodb Average Data Written Per Secondhuawei.rds_innodb_pages_written_rateThis metric is used to count the average data written by innodb per second, in pages/second.
RDS for Relational DatabasesMYSQL/MariaDBAverage redo log Written Per Secondhuawei.rds_innodb_os_log_written_rateThis metric is used to count the average size of redo log written per second, in bytes/second.
RDS for Relational DatabasesMYSQL/MariaDBinnodb_buffer_pool Read Requests Per Secondhuawei.rds_innodb_buffer_pool_read_requests_rateThis metric is used to count the number of read requests per second for innodb_buffer_pool, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBinnodb_buffer_pool Write Requests Per Secondhuawei.rds_innodb_buffer_pool_write_requests_rateThis metric is used to count the number of write requests per second for innodb_buffer_pool, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBinnodb_buffer_pool Pages Flushed Per Secondhuawei.rds_innodb_buffer_pool_pages_flushed_rateThis metric is used to count the number of pages flushed per second for innodb_buffer_pool, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBWaits Due to Insufficient log buffer Flushing to Diskhuawei.rds_innodb_log_waits_rateThis metric is used to count the number of waits due to insufficient log buffer flushing to disk per second, in times/second.
RDS for Relational DatabasesMYSQL/MariaDBTemporary Tables Created Per Secondhuawei.rds_created_tmp_tables_rateThis metric is used to count the number of temporary tables created per second, in units/second.
RDS for Relational DatabasesMYSQL/MariaDBWaiting Thread Counthuawei.rds_wait_thread_countThis metric is used to count the number of waiting threads, in units.
RDS for Relational DatabasesMYSQL/MariaDBRow Lock Average Wait Timehuawei.rds_innodb_row_lock_time_avgThis metric is used to count the average wait time for innodb row locks.
RDS for Relational DatabasesMYSQL/MariaDBCurrent Row Lock Waitshuawei.rds_innodb_row_lock_current_waitsThis metric is used to count the current number of innodb row lock waits, in units.
RDS for Relational DatabasesMYSQL/MariaDBMDL Lock Counthuawei.rds_mdl_lock_countThis metric is used to count the number of MDL locks, in units.
RDS for Relational DatabasesMYSQL/MariaDBBuffer Pool Free Page Wait Counthuawei.rds_buffer_pool_wait_freeThis metric is used to count the number of waits for free pages in the InnoDB buffer pool.
RDS for Relational DatabasesMYSQL/MariaDBActive Connection Usage Ratehuawei.rds_conn_active_usageThis metric counts the percentage of active connections to the maximum connections.
RDS for Relational DatabasesMYSQL/MariaDBLog Wait Counthuawei.rds_innodb_log_waits_countThis metric is used to count the number of log waits, in units.
RDS for Relational DatabasesMYSQL/MariaDBLong Transaction Metrichuawei.rds_long_transactionThis metric counts the duration data of long transactions, in seconds.
RDS for Relational DatabasesMYSQL/MariaDBFrontend Connectionshuawei.rds_proxy_frontend_connectionsThe number of connections between the application and the Proxy.
RDS for Relational DatabasesMYSQL/MariaDBBackend Connectionshuawei.rds_proxy_backend_connectionsThe number of connections between the Proxy and the RDS database.
RDS for Relational DatabasesMYSQL/MariaDBAverage Response Timehuawei.rds_proxy_average_response_timeAverage response time.
RDS for Relational DatabasesMYSQL/MariaDBQPShuawei.rds_proxy_query_per_secondsNumber of SQL query statements.
RDS for Relational DatabasesMYSQL/MariaDBRead Ratiohuawei.rds_proxy_read_query_proportionsThe proportion of read requests to total requests.
RDS for Relational DatabasesMYSQL/MariaDBWrite Ratiohuawei.rds_proxy_write_query_proportionsThe proportion of write requests to total requests.
RDS for Relational DatabasesMYSQL/MariaDBAverage Frontend Connections Created Per Secondhuawei.rds_proxy_frontend_connection_creationCounts the average number of frontend connections created per second by client applications for the database proxy service.
RDS for Relational DatabasesMYSQL/MariaDBAverage Queries in Transactions Per Secondhuawei.rds_proxy_transaction_queryCounts the average number of select executions per second within transactions.
RDS for Relational DatabasesMYSQL/MariaDBAverage Multi-statement Executions Per Secondhuawei.rds_proxy_multi_statement_queryCounts the average number of Multi-Statements executions per second.
RDS for Relational DatabasesPostgreSQLActive Connectionshuawei.active_connectionsThis metric counts the current number of active connections in the database.
RDS for Relational DatabasesPostgreSQLKernel Mode CPU Time Ratiohuawei.cpu_sys_usageThis metric counts the kernel mode CPU time ratio.
RDS for Relational DatabasesPostgreSQLUser Mode CPU Time Ratiohuawei.cpu_user_usageThis metric counts the user mode CPU time ratio.
RDS for Relational DatabasesPostgreSQLDisk I/O Wait Time Ratiohuawei.cpu_wait_usageThis metric counts the disk I/O wait time ratio.
RDS for Relational DatabasesPostgreSQLinode Counthuawei.data_disk_inode_usedThe number of inodes used on the data disk.
RDS for Relational DatabasesPostgreSQLMaximum Database Agehuawei.db_max_ageThis metric counts the maximum database age of the current database (gets the max(age(datfrozenxid)) value from the pg_database table).
RDS for Relational DatabasesPostgreSQLDatabase User Fastest Expiration Timehuawei.dbuser_passwd_deadlineQueries the database user password expiration time, returns the minimum value of expiration time minus the current time.
RDS for Relational DatabasesPostgreSQLDisk I/O Usagehuawei.disk_io_usageThis metric counts the disk I/O usage rate. Disk I/O usage refers to the percentage of time the disk is processing I/O requests to the total time.
RDS for Relational DatabasesPostgreSQLPrimary-Standby WAL Log Flush Delayhuawei.flush_lsn_replication_latency_sizeThis metric gets the delay size of WAL logs flushed to disk by the standby.
RDS for Relational DatabasesPostgreSQLIdle Transaction Connectionshuawei.idle_transaction_connectionsThis metric counts the current number of idle connections in the database.
RDS for Relational DatabasesPostgreSQLInactive Logical Replication Slot Counthuawei.inactive_logical_replication_slotThis metric is used to count the number of inactive logical replication slots in the current database.
RDS for Relational DatabasesPostgreSQLI/O Read Response Delayhuawei.io_read_delayThis metric counts the average disk read response delay (in milliseconds).
RDS for Relational DatabasesPostgreSQLI/O Write Response Delayhuawei.io_write_delayThis metric counts the average disk write response delay (in milliseconds).
RDS for Relational DatabasesPostgreSQLSessions Waiting for Lockshuawei.lock_waiting_sessionsThis metric counts the current number of sessions in a blocked state.
RDS for Relational DatabasesPostgreSQLLongest Transaction Lifetimehuawei.oldest_transaction_durationThis metric counts the longest transaction lifetime in the current database.
RDS for Relational DatabasesPostgreSQLLongest Pending Transaction Lifetimehuawei.oldest_transaction_duration_2pcThis metric counts the longest pending transaction lifetime in the current database.
RDS for Relational DatabasesPostgreSQLPacket Loss Rate Between Primary and Disaster Recovery Instancehuawei.packet_loss_rateThis metric counts the packet loss rate between the database primary and disaster recovery instances.
RDS for Relational DatabasesPostgreSQLDisaster Recovery Node Replication Statushuawei.pg_dr_repl_statDisaster recovery status. The number meanings are as follows: Abnormal: 0; startup: 1; catchup: 2; streaming: 3; backup: 4; stopping: 5
RDS for Relational DatabasesPostgreSQLLSN Delay Between Primary and Disaster Recovery Instancehuawei.pg_dr_wal_delayThis metric counts the delay between the current LSN of the database primary and the replay LSN of the disaster recovery instance.
RDS for Relational DatabasesPostgreSQLAudit Log Sizehuawei.pgaudit_log_sizeThis metric gets the current audit log size.
RDS for Relational DatabasesSQL ServerLazy Writes to Cache Per Secondhuawei.mssql_lazy_write_per_secThis metric is used to count the number of buffers written by the Lazy writer per second.
RDS for Relational DatabasesSQL ServerProcesses Pending Memory Granthuawei.mssql_mem_grant_pendingThis metric is used to count the total number of processes waiting to receive a memory grant for use, indicating memory pressure.
RDS for Relational DatabasesSQL ServerPage Life Expectancy in Buffer Poolhuawei.mssql_page_life_expectancyThis metric is used to count the number of seconds a page stays in the buffer pool after not being referenced.
RDS for Relational DatabasesSQL ServerPage Reads Per Secondhuawei.mssql_page_reads_per_secThis metric is used to count the number of pages read per second.
RDS for Relational DatabasesSQL ServerTempdb Disk Sizehuawei.mssql_tempdb_disk_sizeThe current disk size occupied by the tempdb.
RDS for Relational DatabasesSQL ServerWorker Threads Usage Ratehuawei.mssql_worker_threads_usage_rateThe ratio of the current actual total worker threads to the max worker threads value.
RDS for Relational DatabasesSQL ServerAverage Disk Queue Lengthhuawei.rds053_avg_disk_queue_lengthThis metric is used to count the number of processes waiting to write to the measured object.
RDS for Relational DatabasesSQL ServerDatabase Connections in Usehuawei.rds054_db_connections_in_useThe number of connections from users to the database.
RDS for Relational DatabasesSQL ServerAverage Transactions Per Secondhuawei.rds055_transactions_per_secThis metric is used to count the number of transactions started per second in the database.
RDS for Relational DatabasesSQL ServerAverage Batches Per Secondhuawei.rds056_batch_per_secThis metric is used to count the number of Transact-SQL command batches received per second.
RDS for Relational DatabasesSQL ServerLogins Per Secondhuawei.rds057_logins_per_secThis metric is used to count the total number of logins started per second.
RDS for Relational DatabasesSQL ServerLogouts Per Secondhuawei.rds058_logouts_per_secThis metric is used to count the total number of logout operations started per second.
RDS for Relational DatabasesSQL ServerCache Hit Ratiohuawei.rds059_cache_hit_ratioThis metric is used to count the percentage of pages found in the buffer cache without needing to read from disk.
RDS for Relational DatabasesSQL ServerAverage SQL Compilations Per Secondhuawei.rds060_sql_compilations_per_secThis metric is used to count the number of SQL compilations per second.
RDS for Relational DatabasesSQL ServerAverage SQL Recompilations Per Secondhuawei.rds061_sql_recompilations_per_secThis metric is used to count the number of statement recompilations per second.
RDS for Relational DatabasesSQL ServerFull Scans Per Secondhuawei.rds062_full_scans_per_secThis metric is used to count the number of unrestricted full scans per second.
RDS for Relational DatabasesSQL ServerUser Errors Per Secondhuawei.rds063_errors_per_secThis metric is used to count the number of user errors per second.
RDS for Relational DatabasesSQL ServerLatch Waits Per Secondhuawei.rds064_latch_waits_per_secThis metric is used to count the number of latch requests that could not be granted immediately per second.
RDS for Relational DatabasesSQL ServerLock Waits Per Secondhuawei.rds065_lock_waits_per_secThis metric is used to count the number of lock requests that required the caller to wait per second.
RDS for Relational DatabasesSQL ServerLock Requests Per Secondhuawei.rds066_lock_requests_per_secThis metric is used to count the number of new locks and lock conversions requested by the lock manager per second.
RDS for Relational DatabasesSQL ServerLock Timeouts Per Secondhuawei.rds067_timeouts_per_secThis metric is used to count the number of lock requests that timed out per second.
RDS for Relational DatabasesSQL ServerAverage Lock Wait Delayhuawei.rds068_avg_lock_wait_timeThis metric is used to count the average wait time (in milliseconds) per lock request that caused a wait.
RDS for Relational DatabasesSQL ServerDeadlocks Per Secondhuawei.rds069_deadlocks_per_secThis metric is used to count the number of lock requests that caused a deadlock per second.
RDS for Relational DatabasesSQL ServerCheckpoint Pages Written Per Secondhuawei.rds070_checkpoint_pages_per_secThis metric is used to count the number of pages flushed to disk per second by checkpoints or other operations that flush all dirty pages.
RDS for Relational DatabasesSQL ServerData Synchronization Delayhuawei.rds077_replication_delayThis metric is used to count the replication delay between primary and standby instances. Since SQL Server instance replication delays are at the database level and each database does synchronization independently, the instance-level replication delay is the value of the database with the largest replication delay (standalone instances are all 0s).
Distributed Message ServiceMessage Queue CommonNode Alive Statushuawei.broker_aliveIndicates whether the Kafka node is alive. 1: Alive 0: Offline
Distributed Message ServiceMessage Queue CommonConnection Counthuawei.broker_connectionsCounts the current number of all TCP connections for the Kafka node.
Distributed Message ServiceMessage Queue CommonCPU Core Average Loadhuawei.broker_cpu_core_loadThis metric is the average load per CPU core collected from the Kafka node virtual machine level.
Distributed Message ServiceMessage Queue CommonCPU Usagehuawei.broker_cpu_usageThe CPU usage rate of the virtual machine.
Distributed Message ServiceMessage Queue CommonDisk Average Read Operation Timehuawei.broker_disk_read_awaitThis metric is used to count the average operation time per read IO for the disk during the measurement period.
Distributed Message ServiceMessage Queue CommonDisk Read Traffichuawei.broker_disk_read_rateDisk read operation traffic. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceMessage Queue CommonDisk Capacity Usagehuawei.broker_disk_usageThis metric is the disk capacity usage rate collected from the Kafka node virtual machine level.
Distributed Message ServiceMessage Queue CommonDisk Average Write Operation Timehuawei.broker_disk_write_awaitThis metric is used to count the average operation time per write IO for the disk during the measurement period.
Distributed Message ServiceMessage Queue CommonDisk Write Traffichuawei.broker_disk_write_rateDisk write operation traffic. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceMessage Queue CommonMemory Usagehuawei.broker_memory_usageThis metric is the memory usage rate collected from the Kafka node virtual machine level.
Distributed Message ServiceMessage Queue CommonNetwork Inbound Traffichuawei.broker_total_bytes_in_rateCounts the inbound network access traffic per second for the Broker node.
Distributed Message ServiceMessage Queue CommonNetwork Outbound Traffichuawei.broker_total_bytes_out_rateCounts the outbound network access traffic per second for the Broker node.
Distributed Message ServiceMessage Queue CommonTopic Counthuawei.current_topicsThe number of topics in the instance.
Distributed Message ServiceMessage Queue CommonProduction Traffichuawei.instance_bytes_in_rateCounts the number of bytes produced per second in the instance. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceMessage Queue CommonConsumption Traffichuawei.instance_bytes_out_rateCounts the number of bytes consumed per second in the instance. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceMessage Queue CommonConsumer Counthuawei.queue_consumersThis metric is used to count the number of consumers subscribed to the queue.
Distributed Message ServiceMessage Queue CommonConsumption Ratehuawei.queue_messages_deliver_get_rateThis metric is used to count the number of messages flowing out of the queue per second.
Distributed Message ServiceMessage Queue CommonProduction Ratehuawei.queue_messages_publish_rateThis metric is used to count the number of messages flowing into the queue per second.
Distributed Message ServiceMessage Queue CommonQueue Consumable Messageshuawei.queue_messages_readyThis metric is used to count the number of consumable messages in the queue.
Distributed Message ServiceMessage Queue CommonProduction Traffichuawei.topic_bytes_in_rateThis metric is used to count the number of bytes produced per second. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceMessage Queue CommonConsumption Traffichuawei.topic_bytes_out_rateThis metric is used to count the number of bytes consumed per second. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRocketMQ Instance NodeMessage Consumption Counthuawei.broker_consume_msgThe number of messages consumed by the node in one minute.
Distributed Message ServiceRocketMQ Instance NodeMessage Consumption Ratehuawei.broker_consume_rateThe number of messages consumed by the node per second.
Distributed Message ServiceRocketMQ Instance NodeMessage Production Counthuawei.broker_produce_msgThe number of messages received by the node in one minute.
Distributed Message ServiceRocketMQ Instance NodeNode Production Request P99 Processing Timehuawei.broker_produce_p99The processing time at the 99th percentile when all production request processing times of the node are sorted in ascending order.
Distributed Message ServiceRocketMQ Instance NodeNode Production Request P99.9 Processing Timehuawei.broker_produce_p999The processing time at the 99.9th percentile when all production request processing times of the node are sorted in ascending order.
Distributed Message ServiceRocketMQ Instance NodeMessage Production Ratehuawei.broker_produce_rateThe number of messages received by the node per second.
Distributed Message ServiceRocketMQ Instance NodeScheduled Messages Produced in One Minutehuawei.broker_produce_scheduled_msgThe number of scheduled messages produced by the node in one minute.
Distributed Message ServiceRocketMQ Instance NodeProduction Success Ratehuawei.broker_produce_success_rateThe success rate of all production requests for the node.
Distributed Message ServiceRocketMQ Instance NodeMessage Retention Timehuawei.broker_retention_periodThe difference between the current time and the time of the earliest message saved by the node.
Distributed Message ServiceRocketMQ Instance QueueMessage Consumption Counthuawei.topic_consume_msgThe number of messages consumed by the Topic in one minute.
Distributed Message ServiceRocketMQ Instance QueueMessage Consumption Ratehuawei.topic_consume_rateThe number of messages consumed by the Topic per second.
Distributed Message ServiceRocketMQ Instance QueueMessage Production Counthuawei.topic_produce_msgThe number of messages received by the Topic in one minute.
Distributed Message ServiceRocketMQ Instance QueueMessage Production Ratehuawei.topic_produce_rateThe number of messages received by the Topic per second.
Distributed Message ServiceRocketMQ Instance Consumer GroupConsumer Group Subscription Consistencyhuawei.consumer_subscription_consistencyWhether the subscription relationships of consumers within the consumer group are consistent within one minute. 0: Consistent; 1: Inconsistent
Distributed Message ServiceRocketMQ Instance Consumer GroupMessage Backlog (Consumable Messages for Consumer Group)huawei.group_accumulationThe message backlog of the consumer group.
Distributed Message ServiceRocketMQ Instance Consumer GroupMessage Consumption Counthuawei.group_consume_msgThe number of messages consumed by the consumer group in one minute.
Distributed Message ServiceRocketMQ Instance Consumer GroupConsumable Messageshuawei.group_topic_accumulationThe message backlog of the consumer group for the specified Topic.
Distributed Message ServiceRocketMQ Instance Consumer GroupMessage Consumption Counthuawei.group_topic_consume_msgThe number of messages consumed by the consumer group for the specified Topic in one minute.
Distributed Message ServiceRocketMQ Instance Consumer GroupConsumption Ratehuawei.group_topic_consume_rateThe number of messages consumed by the consumer group for the specified Topic per second.
Distributed Message ServiceRocketMQ Instance Dead Letter QueueDead Letter Topic Message Counthuawei.dlq_accumulationThe total message count of the dead letter topic.
Distributed Message ServiceRocketMQ Instance Dead Letter QueueDead Letter Message Increasehuawei.dlq_increaseThe number of messages added to the dead letter topic within one minute.
Distributed Message ServiceRocketMQ InstanceQueue Counthuawei.current_queuesThe number of queues in the instance.
Distributed Message ServiceRocketMQ InstanceMessage Backloghuawei.instance_accumulationThe sum of backlogged messages of all consumer groups in the instance.
Distributed Message ServiceRocketMQ InstanceMessage Consumption Counthuawei.instance_consume_msgThe number of messages consumed by the instance in one minute.
Distributed Message ServiceRocketMQ InstanceInstance Consumption Ratehuawei.instance_consume_rateInstance consumption rate.
Distributed Message ServiceRocketMQ InstanceConverted Consumption TPShuawei.instance_consume_rate_for_ratelimitThe converted consumption TPS based on message size and type, used for calculating flow control.
Distributed Message ServiceRocketMQ InstanceConsumption TPS Percentagehuawei.instance_consume_ratelimit_percentageThe percentage of converted consumption TPS to the consumption flow control upper limit.
Distributed Message ServiceRocketMQ InstanceConsumption Flow Control Counthuawei.instance_consume_ratelimit_timesThe number of times consumption was flow-controlled within one minute.
Distributed Message ServiceRocketMQ InstanceMessage Production Counthuawei.instance_produce_msgThe number of messages received by the instance in one minute.
Distributed Message ServiceRocketMQ InstanceInstance Production Ratehuawei.instance_produce_rateInstance production rate.
Distributed Message ServiceRocketMQ InstanceConverted Production TPShuawei.instance_produce_rate_for_ratelimitThe converted production TPS based on message size and type, used for calculating flow control.
Distributed Message ServiceRocketMQ InstanceProduction TPS Percentagehuawei.instance_produce_ratelimit_percentageThe percentage of converted production TPS to the production flow control upper limit.
Distributed Message ServiceRocketMQ InstanceProduction Flow Control Counthuawei.instance_produce_ratelimit_timesThe number of times production was flow-controlled within one minute.
Distributed Message ServiceRocketMQ InstanceScheduled Messages Producedhuawei.instance_produce_scheduled_msgThe number of scheduled messages received by the instance in one minute.
Distributed Message ServiceRocketMQ InstanceInstance Message Retention Timehuawei.instance_retention_periodInstance message retention time.
Distributed Message ServiceRabbitMQ Instance NodeConnection Usage Ratehuawei.connections_usageThe ratio of current actual connections to the maximum connections for the node.
Distributed Message ServiceRabbitMQ Instance NodeAvailable Storage Spacehuawei.dms.disk_freeThis metric is used to count the available storage space of the current node. Unit: Byte, KB, MB, GB, TB, PB
Distributed Message ServiceRabbitMQ Instance NodeFile Handle Counthuawei.fd_usedThis metric is used to count the number of file handles occupied by RabbitMQ on the current node.
Distributed Message ServiceRabbitMQ Instance NodeMemory Usagehuawei.mem_usedThis metric is used to count the memory usage of RabbitMQ on the current node. Unit: Byte, KB, MB, GB, TB, PB
Distributed Message ServiceRabbitMQ Instance NodeErlang Process Counthuawei.proc_usedThis metric is used to count the number of Erlang processes used by RabbitMQ on the current node.
Distributed Message ServiceRabbitMQ Instance NodeNode Alive Statushuawei.rabbitmq_aliveIndicates whether the RabbitMQ node is alive. 1: Alive; 0: Offline
Distributed Message ServiceRabbitMQ Instance NodeCPU Core Average Loadhuawei.rabbitmq_cpu_core_loadCounts the average load per CPU core for the RabbitMQ node virtual machine.
Distributed Message ServiceRabbitMQ Instance NodeCPU Usagehuawei.rabbitmq_cpu_usageCounts the CPU usage rate of the RabbitMQ node virtual machine.
Distributed Message ServiceRabbitMQ Instance NodeDisk High Watermark Statushuawei.rabbitmq_disk_insufficientIndicates whether the RabbitMQ node has triggered the disk high watermark. If triggered, it will block all producers in the cluster. 1: Triggered 0: Not triggered
Distributed Message ServiceRabbitMQ Instance NodeDisk Average Read Operation Timehuawei.rabbitmq_disk_read_awaitThis metric is used to count the average operation time per read IO for the disk during the measurement period.
Distributed Message ServiceRabbitMQ Instance NodeDisk Read Traffichuawei.rabbitmq_disk_read_rateCounts the disk read bytes per second for the node. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance NodeDisk Capacity Usagehuawei.rabbitmq_disk_usageCounts the disk capacity usage rate of the RabbitMQ node virtual machine.
Distributed Message ServiceRabbitMQ Instance NodeDisk Average Write Operation Timehuawei.rabbitmq_disk_write_awaitThis metric is used to count the average operation time per write IO for the disk during the measurement period.
Distributed Message ServiceRabbitMQ Instance NodeDisk Write Traffichuawei.rabbitmq_disk_write_rateCounts the disk write bytes per second for the node. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance NodeMemory High Watermark Statushuawei.rabbitmq_memory_high_watermarkIndicates whether the RabbitMQ node has triggered the memory high watermark. If triggered, it will block all producers in the cluster. 1: Triggered 0: Not triggered
Distributed Message ServiceRabbitMQ Instance NodeMemory Usagehuawei.rabbitmq_memory_usageCounts the memory usage rate of the RabbitMQ node virtual machine.
Distributed Message ServiceRabbitMQ Instance NodeNetwork Inbound Traffichuawei.rabbitmq_node_bytes_in_rateCounts the inbound network access traffic per second for the RabbitMQ node. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance NodeNetwork Outbound Traffichuawei.rabbitmq_node_bytes_out_rateCounts the outbound network access traffic per second for the RabbitMQ node. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance NodeNode Queue Counthuawei.rabbitmq_node_queuesThis metric is used to count the number of queues in the RabbitMQ node.
Distributed Message ServiceRabbitMQ Instance NodeSocket Connection Counthuawei.socket_usedThis metric is used to count the number of Socket connections used by RabbitMQ on the current node.
Distributed Message ServiceRabbitMQ Instance QueueErlang Process Memory Consumptionhuawei.queue_memoryThis metric is used to count the memory bytes consumed by the Erlang process associated with the queue, including stack, heap, and internal structures. Unit: Byte, KB, MB, GB, TB, PB
Distributed Message ServiceRabbitMQ Instance QueueTotal Message Sizehuawei.queue_message_bytesThis metric is used to count the total size (bytes) of all messages in the queue. Unit: Byte, KB, MB, GB, TB, PB
Distributed Message ServiceRabbitMQ Instance QueueConsumption Rate (Manual Acknowledgment)huawei.queue_messages_ack_rateThis metric is used to count the number of messages delivered to the client and acknowledged per second for the queue.
Distributed Message ServiceRabbitMQ Instance QueueTotal Messages (Persistent)huawei.queue_messages_persistentThis metric is used to count the total number of persistent messages in the queue (always 0 for transient queues).
Distributed Message ServiceRabbitMQ Instance QueueTotal Messages (Memory)huawei.queue_messages_ramThis metric is used to count the total number of messages residing in memory in the queue.
Distributed Message ServiceRabbitMQ Instance QueueRedelivery Ratehuawei.queue_messages_redeliver_rateThis metric is used to count the number of redelivered messages per second for the queue.
Distributed Message ServiceRabbitMQ Instance QueueQueue Unacknowledged Messageshuawei.queue_messages_unacknowledgedThis metric is used to count the number of consumed but unacknowledged messages in the queue.
Distributed Message ServiceRabbitMQ Instance VhostProduction Traffichuawei.vhost_bytes_in_rateCounts the number of bytes produced per second in the Vhost. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance VhostConsumption Traffichuawei.vhost_bytes_out_rateCounts the number of bytes consumed per second in the Vhost. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance VhostChannel Counthuawei.vhost_channelsCounts the total number of channels in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostConnection Counthuawei.vhost_connectionsCounts the total number of connections in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostConsumer Counthuawei.vhost_consumersCounts the total number of consumers in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostConsumption Ratehuawei.vhost_messages_deliver_get_rateCounts the real-time message consumption rate in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostProduction Ratehuawei.vhost_messages_publish_rateCounts the real-time message production rate in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostConsumable Messageshuawei.vhost_messages_readyCounts the total number of consumable messages in the Vhost.
Distributed Message ServiceRabbitMQ Instance VhostQueue Counthuawei.vhost_queuesCounts the total number of queues in the Vhost.
Distributed Message ServiceRabbitMQ Instance Vhostvhost Request Ratehuawei.vhost_tpsCounts the number of requests processed per second for the current Vhost.
Distributed Message ServiceRabbitMQ Instance QueueProduction Traffichuawei.queue_bytes_in_rateThis metric is used to count the real-time message production rate for the queue. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance QueueConsumption Traffichuawei.queue_bytes_out_rateThis metric is used to count the real-time message consumption rate for the queue. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance ExchangeProduction Traffichuawei.exchange_bytes_in_rateCounts the number of bytes produced per second in the Exchange. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceRabbitMQ Instance ExchangeProduction Ratehuawei.exchange_messages_publish_rateCounts the real-time message production rate in the Exchange.
Distributed Message ServiceRabbitMQ InstanceChannel Counthuawei.channelsThis metric is used to count the total number of channels in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceChannels in block Statehuawei.channels_states_blockThis metric is used to count the total number of channels in the entire instance with state blocking/blocked.
Distributed Message ServiceRabbitMQ InstanceChannels in close Statehuawei.channels_states_closeThis metric is used to count the total number of channels in the entire instance with state closing/closed.
Distributed Message ServiceRabbitMQ InstanceChannels in flow Statehuawei.channels_states_flowThis metric is used to count the total number of channels in the entire instance with state flow.
Distributed Message ServiceRabbitMQ InstanceChannels in running Statehuawei.channels_states_runningThis metric is used to count the total number of channels in the entire instance with state starting/tuning/opening/running.
Distributed Message ServiceRabbitMQ InstanceConnection Counthuawei.connectionsThis metric is used to count the total number of connections in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceConnections in block Statehuawei.connections_states_blockThis metric is used to count the total number of connections in the entire instance with state blocking/blocked.
Distributed Message ServiceRabbitMQ InstanceConnections in close Statehuawei.connections_states_closeThis metric is used to count the total number of connections in the entire instance with state closing/closed.
Distributed Message ServiceRabbitMQ InstanceConnections in flow Statehuawei.connections_states_flowThis metric is used to count the total number of connections in the entire instance with state flow.
Distributed Message ServiceRabbitMQ InstanceConnections Reached Channel Limithuawei.connections_states_fullThis metric is used to count the number of connections in the instance that have reached the channel usage limit.
Distributed Message ServiceRabbitMQ InstanceConnections in running Statehuawei.connections_states_runningThis metric is used to count the total number of connections in the entire instance with state starting/tuning/opening/running.
Distributed Message ServiceRabbitMQ InstanceConsumer Counthuawei.consumersThis metric is used to count the total number of consumers in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceConsumption Rate (Manual Acknowledgment)huawei.deliverCounts the real-time message consumption rate (manual acknowledgment) in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceConsumption Ratehuawei.deliver_getCounts the real-time message consumption rate in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceConsumption Rate (Automatic Acknowledgment)huawei.deliver_no_ackCounts the real-time message consumption rate (automatic acknowledgment) in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceInstance Disk Capacity Usagehuawei.instance_disk_usageInstance disk capacity usage rate.
Distributed Message ServiceRabbitMQ InstanceInstance Requests Per Secondhuawei.instance_tpsCounts the number of requests processed per second by the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceConsumable Messageshuawei.messages_readyThis metric is used to count the total number of consumable messages in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceUnacknowledged Messageshuawei.messages_unacknowledgedThis metric is used to count the total number of consumed but unacknowledged messages in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceProduction Ratehuawei.publishCounts the real-time message production rate in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceQueue Counthuawei.queuesThis metric is used to count the total number of queues in the RabbitMQ instance.
Distributed Message ServiceRabbitMQ InstanceQueues in flow Statehuawei.queues_states_flowThis metric is used to count the total number of queues in the entire instance with state flow.
Distributed Message ServiceRabbitMQ InstanceQueues in running Statehuawei.queues_states_runningThis metric is used to count the total number of queues in the entire instance with state running.
Distributed Message ServiceKafka Instance NodeProduction Traffichuawei.broker_bytes_in_rateThis metric is used to count the number of bytes produced per second. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceKafka Instance NodeConsumption Traffichuawei.broker_bytes_out_rateThis metric is used to count the number of bytes consumed per second. Unit: Byte/s, KB/s, MB/s, GB/s
Distributed Message ServiceKafka Instance NodeNode Data Capacityhuawei.broker_data_sizeThis metric is used to count the current message data size of the node.
Distributed Message ServiceKafka Instance NodeConsumption Request Average Processing Timehuawei.broker_fetch_meanCounts the average processing time for consumption requests by the Broker node.
Distributed Message ServiceKafka Instance NodeJVM Heap Memory Usagehuawei.broker_heap_usageThis metric is the heap memory usage rate collected from the Kafka process JVM of the Kafka node.
Distributed Message ServiceKafka Instance NodeMessage Production Ratehuawei.broker_messages_in_rateThis metric is used to count the number of messages produced per second.
Distributed Message ServiceKafka Instance NodeProduction Request Average Processing Timehuawei.broker_produce_meanCounts the average processing time for production requests by the Broker node.
Distributed Message ServiceKafka Instance NodeNetwork Bandwidth Utilizationhuawei.network_bandwidth_usageNetwork bandwidth utilization rate.
Distributed Message ServiceKafka Instance QueuePartition Message Counthuawei.partition_messagesThis metric is used to count the current number of messages in the partition.
Distributed Message ServiceKafka Instance QueueProduced Messageshuawei.produced_messagesThis metric is used to count the total number of messages produced so far.
Distributed Message ServiceKafka Instance QueueQueue Data Capacityhuawei.topic_data_sizeThis metric is used to count the current message data size of the queue. Unit: Byte, KB, MB, GB, TB, PB
Distributed Message ServiceKafka Instance QueueQueue Total Messageshuawei.topic_messagesThis metric is used to count the current total number of messages in the queue.
Distributed Message ServiceKafka Instance QueueMessage Production Ratehuawei.topic_messages_in_rateThis metric is used to count the number of messages produced per second.
Distributed Message ServiceKafka Instance Consumer GroupConsumer Group Consumed Messageshuawei.consumer_messages_consumedThis metric is used to count the number of messages currently consumed by the consumer group.
Distributed Message ServiceKafka Instance Consumer GroupConsumer Group Consumption Ratehuawei.consumer_messages_consumed_per_minCounts the consumption number per minute for the consumer group.
Distributed Message ServiceKafka Instance Consumer GroupMessage Backlog (Consumable Messages for Consumer Group)huawei.consumer_messages_remainedThis metric is used to count the number of remaining consumable messages for the consumer group.
Distributed Message ServiceKafka Instance Consumer GroupPartition Consumed Messageshuawei.messages_consumedThis metric is used to count the number of messages currently consumed by the consumer group.
Distributed Message ServiceKafka Instance Consumer GroupPartition Consumption Ratehuawei.messages_consumed_per_minCounts the consumption number per minute for the consumer group's specified queue partition.
Distributed Message ServiceKafka Instance Consumer GroupPartition Consumable Messageshuawei.messages_remainedThis metric is used to count the number of consumable messages for the consumer group.
Distributed Message ServiceKafka Instance Consumer GroupQueue Consumed Messageshuawei.topic_messages_consumedThis metric is used to count the number of messages currently consumed by the consumer group for the specified queue.
Distributed Message ServiceKafka Instance Consumer GroupQueue Consumption Ratehuawei.topic_messages_consumed_per_minCounts the consumption number per minute for the consumer group's specified queue.
Distributed Message ServiceKafka Instance Consumer GroupQueue Consumable Messageshuawei.topic_messages_remainedThis metric is used to count the number of consumable messages for the consumer group's specified queue.
Distributed Message ServiceKafka Instance Smart Connect TaskKafka Data Synchronized Per Minutehuawei.kafka_synchronize_rateThe amount of data synchronized per minute by the Kafka task.
Distributed Message ServiceKafka Instance Smart Connect TaskKafka Data Pending Synchronizationhuawei.kafka_wait_synchronize_dataThe amount of data pending synchronization for the Kafka task.
Distributed Message ServiceKafka Instance Smart Connect TaskMessage Delayhuawei.message_delayThe time difference between when a message arrives at the source and when it arrives at the target.
Distributed Message ServiceKafka Instance Smart Connect TaskTask Statushuawei.task_statusCurrent task status. 0: Task abnormal; 1: Task normal
Distributed Message ServiceKafka InstancePartition Counthuawei.current_partitionsThis metric is used to count the number of partitions used in the Kafka instance.
Distributed Message ServiceKafka InstancePartition Usagehuawei.current_partitions_usageThis metric is used to count the partition usage rate.
Distributed Message ServiceKafka InstanceMessage Backloghuawei.group_msgsThis metric is used to count the total backlogged messages of all consumer groups in the Kafka instance.
Load BalancerDedicated TypeDropped Connectionshuawei.dropped_connectionsCounts the number of connections dropped per second by the measured object.
Load BalancerDedicated TypeDropped Packetshuawei.dropped_packetsCounts the number of data packets dropped per second by the measured object.
Load BalancerDedicated TypeDropped Traffichuawei.dropped_trafficCounts the traffic dropped per second by the measured object.
Load BalancerDedicated TypeLoad Balancer 2xx Status Response Codehuawei.elb_http_2xxCounts the average number of 2xx status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 3xx Status Response Codehuawei.elb_http_3xxCounts the average number of 3xx status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 400 Status Response Codehuawei.elb_http_400Counts the average number of 400 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 404 Status Response Codehuawei.elb_http_404Counts the average number of 404 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 408 Status Response Codehuawei.elb_http_408Counts the average number of 408 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 499 Status Response Codehuawei.elb_http_499Counts the average number of 499 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 4xx Status Response Codehuawei.elb_http_4xxCounts the average number of 4xx status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 502 Status Response Codehuawei.elb_http_502Counts the average number of 502 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 503 Status Response Codehuawei.elb_http_503Counts the average number of 503 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 504 Status Response Codehuawei.elb_http_504Counts the average number of 504 status response codes returned by the load balancer per second.
Load BalancerDedicated TypeLoad Balancer 5xx Status Response Codehuawei.elb_http_5xxCounts the average number of 5xx status response codes returned by the load balancer per second.
Load BalancerDedicated TypeBlack/White List Blocked Packetshuawei.ipgroup_blocked_packetsCounts the data packets blocked by the black/white list flowing into the measured object.
Load BalancerDedicated TypeBlack/White List Blocked Traffichuawei.ipgroup_blocked_trafficCounts the traffic blocked by the black/white list flowing into the measured object.
Load BalancerDedicated TypeLayer 4 Concurrent Connection Usagehuawei.l4_con_usageCounts the Layer 4 ELB instance concurrent connection usage rate.
Load BalancerDedicated TypeLayer 4 Inbound Bandwidth Usagehuawei.l4_in_bps_usageCounts the Layer 4 ELB instance inbound bandwidth usage rate.
Load BalancerDedicated TypeLayer 4 New Connection Count Usagehuawei.l4_ncps_usageCounts the Layer 4 ELB instance new connection count usage rate.
Load BalancerDedicated TypeLayer 4 Outbound Bandwidth Usagehuawei.l4_out_bps_usageCounts the Layer 4 ELB instance outbound bandwidth usage rate.
Load BalancerDedicated TypeLayer 7 2xx Request Ratiohuawei.l7_2xx_ratioCounts the ratio of Layer 7 2xx status response codes.
Load BalancerDedicated TypeLayer 7 4xx Request Ratiohuawei.l7_4xx_ratioCounts the ratio of Layer 7 4xx status response codes.
Load BalancerDedicated TypeLayer 7 5xx Request Ratiohuawei.l7_5xx_ratioCounts the ratio of Layer 7 5xx status response codes.
Load BalancerDedicated TypeLayer 7 Concurrent Connection Usagehuawei.l7_con_usageCounts the Layer 7 ELB instance concurrent connection usage rate.
Load BalancerDedicated TypeLayer 7 Inbound Bandwidth Usagehuawei.l7_in_bps_usageCounts the Layer 7 ELB instance inbound bandwidth usage rate.
Load BalancerDedicated TypeLayer 7 New Connection Count Usagehuawei.l7_ncps_usageCounts the Layer 7 ELB instance new connection count usage rate.
Load BalancerDedicated TypeLayer 7 Outbound Bandwidth Usagehuawei.l7_out_bps_usageCounts the Layer 7 ELB instance outbound bandwidth usage rate.
Load BalancerDedicated TypeLayer 7 Query Rate Usagehuawei.l7_qps_usageCounts the Layer 7 ELB instance query rate usage rate.
Load BalancerDedicated TypeLayer 7 Backend Return Code 101huawei.l7_upstream_101Counts the average number of 101 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 400huawei.l7_upstream_400Counts the average number of 400 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 403huawei.l7_upstream_403Counts the average number of 403 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 404huawei.l7_upstream_404Counts the average number of 404 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 500huawei.l7_upstream_500Counts the average number of 500 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 501huawei.l7_upstream_501Counts the average number of 501 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 502huawei.l7_upstream_502Counts the average number of 502 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 503huawei.l7_upstream_503Counts the average number of 503 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code 504huawei.l7_upstream_504Counts the average number of 504 status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code Otherhuawei.l7_upstream_other_statusCounts the average number of other status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code (2XX)huawei.m18_l7_upstream_2xxCounts the average number of 2XX series status response codes returned per second by the current backend server of the measured object. Supported protocols: HTTP/HTTPS/QUIC
Load BalancerDedicated TypeLayer 7 Backend Return Code (3XX)huawei.m19_l7_upstream_3xxCounts the average number of 3XX series status response codes returned per second by the current backend server of the measured object.
Load BalancerDedicated Typeipv6 Inbound Bandwidthhuawei.m26_in_bandwidth_ipv6Counts the IPv6 network bandwidth consumed by inbound traffic to the measured object.
Load BalancerDedicated Typeipv6 Outbound Bandwidthhuawei.m27_out_bandwidth_ipv6Counts the IPv6 network bandwidth consumed by outbound traffic from the measured object.
Load BalancerDedicated TypeMirror Packet Inbound Ratehuawei.mirror_in_packetsThe packet rate at which traffic mirroring forwards traffic from the mirror source to the mirror destination.
Load BalancerDedicated TypeMirror Traffic Inbound Ratehuawei.mirror_in_trafficThe traffic rate at which traffic mirroring forwards traffic from the mirror source to the mirror destination.
Load BalancerDedicated TypeMirror Packet Outbound Ratehuawei.mirror_out_packetsThe packet rate at which traffic mirroring responds traffic from the mirror destination to the mirror source.
Load BalancerDedicated TypeMirror Traffic Outbound Ratehuawei.mirror_out_trafficThe traffic rate at which traffic mirroring responds traffic from the mirror destination to the mirror source.
Load BalancerCommon MetricsConcurrent Connectionshuawei.m1_cpsIn a Layer 4 load balancer, it refers to the number of all TCP and UDP connections established from the measured object to the backend servers. In a Layer 7 load balancer, it refers to the number of all TCP connections established from the client to the ELB.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (Others)huawei.m10_l7_http_other_statusCounts the current number of Layer 7 non-2XX,3XX,4XX,5XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (404)huawei.m11_l7_http_404Counts the current number of Layer 7 404 status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (499)huawei.m12_l7_http_499Counts the current number of Layer 7 499 status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (502)huawei.m13_l7_http_502Counts the current number of Layer 7 502 status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 RT Averagehuawei.m14_l7_rtCounts the current Layer 7 average response time for the measured object.
Load BalancerCommon MetricsLayer 7 Backend Return Code (4XX)huawei.m15_l7_upstream_4xxCounts the current number of Layer 7 backend 4XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Backend Return Code (5XX)huawei.m16_l7_upstream_5xxCounts the current number of Layer 7 backend 5XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Backend RT Averagehuawei.m17_l7_upstream_rtCounts the current Layer 7 backend average response time for the measured object. From when the measured object forwards the request to the backend server until the measured object receives the response from the backend server.
Load BalancerCommon MetricsLayer 7 Backend RT Maximumhuawei.m1a_l7_upstream_rt_maxCounts the current Layer 7 backend maximum response time for the measured object.
Load BalancerCommon MetricsLayer 7 Backend RT Minimumhuawei.m1b_l7_upstream_rt_minCounts the current Layer 7 backend minimum response time for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol RT Maximumhuawei.m1c_l7_rt_maxCounts the current Layer 7 maximum response time for the measured object. From when the measured object receives the client request until the measured object returns all responses to the client.
Load BalancerCommon MetricsLayer 7 Protocol RT Minimumhuawei.m1d_l7_rt_minCounts the current Layer 7 minimum response time for the measured object. From when the measured object receives the client request until the measured object returns all responses to the client.
Load BalancerCommon MetricsBackend Server Reset Counthuawei.m1e_server_rpsCounts the count of reset (RST) packets sent from the backend server to the client. These reset packets are generated by the backend server and then forwarded by the load balancer. Supported protocol: TCP
Load BalancerCommon MetricsLoad Balancer Reset Counthuawei.m1f_lvs_rpsCounts the count of reset (RST) packets generated by the load balancer.
Load BalancerCommon MetricsActive Connectionshuawei.m2_act_connThe number of all TCP connections in ESTABLISHED state from the measured object to the backend servers.
Load BalancerCommon MetricsClient Reset Counthuawei.m21_client_rpsCounts the count of reset (RST) packets sent from the client to the backend servers. These reset packets are generated by the client and then forwarded by the load balancer.
Load BalancerCommon MetricsInbound Bandwidthhuawei.m22_in_bandwidthCounts the current inbound bandwidth of the measured object.
Load BalancerCommon MetricsOutbound Bandwidthhuawei.m23_out_bandwidthCounts the current outbound bandwidth of the measured object.
Load BalancerCommon MetricsLayer 7 Request Bandwidthhuawei.m24_l7_req_bpsCounts the request reception bandwidth of the host group during the statistical period.
Load BalancerCommon MetricsInactive Connectionshuawei.m3_inact_connThe number of all TCP and UDP connections in states other than ESTABLISHED from the measured object to all backend servers.
Load BalancerCommon MetricsNew Connectionshuawei.m4_ncpsThe number of new connections established per second from the client to the measured object.
Load BalancerCommon MetricsInbound Packetshuawei.m5_in_ppsThe number of data packets received per second by the measured object.
Load BalancerCommon MetricsOutbound Packetshuawei.m6_out_ppsThe number of data packets sent per second by the measured object.
Load BalancerCommon MetricsNetwork Inbound Ratehuawei.m7_in_bpsThe traffic consumed by external access to the measured object.
Load BalancerCommon MetricsNetwork Outbound Ratehuawei.m8_out_bpsThe traffic consumed by the measured object accessing external sources.
Load BalancerCommon MetricsAbnormal Host Counthuawei.m9_abnormal_serversHealth check counts the number of abnormal backend hosts for the monitored object.
Load BalancerCommon MetricsNormal Host Counthuawei.ma_normal_serversHealth check counts the number of normal backend hosts for the monitored object.
Load BalancerCommon MetricsLayer 7 Query Ratehuawei.mb_l7_qpsCounts the current Layer 7 query rate of the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (2XX)huawei.mc_l7_http_2xxCounts the current number of Layer 7 2XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (3XX)huawei.md_l7_http_3xxCounts the current number of Layer 7 3XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (4XX)huawei.me_l7_http_4xxCounts the current number of Layer 7 4XX series status response codes for the measured object.
Load BalancerCommon MetricsLayer 7 Protocol Return Code (5XX)huawei.mf_l7_http_5xxCounts the current number of Layer 7 5XX series status response codes for the measured object.