metric Type
Parameters
Monitoring indicator trigger condition. Valid values: CPU
, MEMORY
, tcpActiveConn
, QPS
, RT
, SLB_QPS
, SLB_RT
, INTRANET_SLB_QPS
and INTRANET_SLB_RT
. The values are described as follows:
CPU: CPU usage.
MEMORY: MEMORY usage.
tcpActiveConn: The average number of TCP active connections for a single instance in 30 seconds.
QPS: The average QPS of a single instance within 1 minute of JAVA application.
RT: The average response time of all service interfaces within 1 minute of JAVA application.
SLB_QPS: The average public network SLB QPS of a single instance within 15 seconds.
SLB_RT: The average response time of public network SLB within 15 seconds.
INTRANET_SLB_QPS: The average private network SLB QPS of a single instance within 15 seconds.
INTRANET_SLB_RT: The average response time of private network SLB within 15 seconds. NOTE: From version 1.206.0,
metric_type
can be set toQPS
,RT
,INTRANET_SLB_QPS
,INTRANET_SLB_RT
.