Dashboard

The Dashboard page presents your function resources, resource quota, and account-level metrics.

Using the Dashboard Page

  1. Log in to the FunctionGraph console, and choose Dashboard in the navigation pane.
  2. View your function resources, code storage, and quota information.
  3. To create a function, click Create Function. For details, see Creating a Function.
  4. To access a related cloud service console, click the icon in the Related Services area.
  5. View the monthly statistics of your functions, as shown in Figure 1.

    Figure 1 Monthly statistics

    The monthly statistics area shows the monthly invocations and resource usage of a specified period.

  6. View the account-level function metrics in the Metrics area, as shown in Figure 2.

    Figure 2 Metrics

    FunctionGraph presents the following metrics: invocations, errors, duration, and throttles.

Function Metrics

Table 1 describes the function metrics.

Table 1 Function metrics

Metric

Unit

Description

Invocations

Count

Total number of invocation requests, including invocation errors and throttled invocations. In asynchronous invocation mode, the count starts only when a function is executed in response to a request.

Duration

ms

Maximum Duration: the maximum duration all functions are executed at a time within a period.

Minimum Duration: the minimum duration all functions are executed at a time within a period.

Average Duration: the average duration all functions are executed at a time within a period.

Errors

Count

Number of times that your functions failed with error code 200 being returned. Errors caused by function syntax or execution are also included.

Throttles

Count

Number of times that FunctionGraph throttles your functions due to the resource limit.