Skip to main content

Monitoring

This article describes how to view service-related monitoring.

Procedure

  1. After going to the cloud function, via the service list page, select the service you need to query, and click to go to the page, in the menu bar, select the

Description of Monitoring Fields

Tab

  1. In the monitoring tab, the top time filter applies to all monitoring data on the page. For example: if you select "7 days" at the top, the metric cards and metric curves will display data from the past 7 days.
  2. The "granularity" in the monitoring graph refers to the unit time corresponding to each monitoring data point, which changes with the selected time range. A longer time span results in coarser granularity. All values on the graph need to be interpreted in conjunction with the granularity.

Metrics

  • Number of cloud function invocations (times): Number of requests at the function/region level, summed by granularity (1 minute, 5 minutes).
  • Cloud function resource usage (GBs): A cloud function instance with 1 GiB configured memory running for 1 second.
  • Cloud function resource usage (CU): A cloud function instance with 1 GiB configured memory running for 1 second. 1 GBs = 1 CU.
  • Cloud function traffic (KB): Outbound traffic generated when accessing public network resources within the function, summed by granularity (1 minute, 5 minutes).
  • Error count of cloud functions (times): Number of erroneous requests generated after function execution, currently including the sum of client-side errors and platform errors, summed by granularity (1 minute, 5 minutes).
  • Cloud function execution duration (ms): Execution time at the function/region level, referring to the time from the start to the end of user's function code execution, averaged by granularity (1 minute, 5 minutes).