This topic describes the metrics of Serverless App Engine.
When you call an API operation provided by Cloud Monitor, you may need to set the Namespace and Period parameters. Set the parameters for the current service in the following way:
- Set the Namespace parameter to acs_serverless.
- Set the Period parameter to an integral multiple of 60s. The default value is 60s.
The following table describes the valid values of the MetricName and Dimensions parameters for the current service.
Metric | Unit | MetricName | Dimensions | Statistics |
---|---|---|---|---|
CPU | % | cpu | userId and appId | Average, Maximum, and Minimum |
instanceId_memoryUsed | MB | instanceId_memoryUsed | userId, appId, and instanceId | Average |
CPU | % | instance_cpu | userId, appId, and instanceId | Average |
instance_load | 1min | instance_load | userId, appId, and instanceId | Average |
instance_memoryTotal | MB | instance_memoryTotal | userId, appId, and instanceId | Average |
instance_netRecv | Bytes/Second | instance_netRecv | userId, appId, and instanceId | Average |
instance_netTran | Bytes/Second | instance_netTran | userId, appId, and instanceId | Average |
Average Load | min | load | userId and appId | Average, Maximum, and Minimum |
memoryTotal | MB | memoryTotal | userId and appId | Average |
memoryUsed | MB | memoryUsed | userId and appId | Average, Maximum, and Minimum |
netRecv | Bytes/Second | netRecv | userId and appId | Average, Maximum, and Minimum |
netTran | Bytes/Second | netTran | userId and appId | Average, Maximum, and Minimum |