English
Function Monitoring
About 592 wordsAbout 2 min
2026-01-09
Feature Description
- Users can view various operational status dimensions of functions within the tenant
- Monitoring BI supports drill-down and detailed view: By clicking nodes in BI charts, users can quickly trace function execution information for specific dimensions, with customizable trace fields



- Supports subscription functionality to periodically send function operation status reports to designated personnel

Access Path
Admin Console: Custom Development Platform -> Function Monitoring
Function Overview Dashboard
Total Invocations
Total function invocations within the tenant during the specified time period

Invocations by Namespace
Function invocations displayed by namespace dimension during the specified time period

Function Invocation Count
Function invocation count displayed with X-axis as time and Y-axis as count during the specified time period

Total Execution Duration
Total function execution duration displayed with X-axis as time and Y-axis as seconds during the specified time period

Execution Failures
Function execution failures displayed with X-axis as time and Y-axis as count during the specified time period

Function Operation Information Panel
Top 10 Functions by Execution Count
Top 10 most frequently executed functions within the tenant during the specified time period

Top 10 Functions by Execution Duration
Top 10 longest-running functions within the tenant during the specified time period

Function Execution Count
Function execution count displayed by function dimension with X-axis as time and Y-axis as count during the specified time period

Function Total Duration (s)
Function execution duration displayed by function dimension with X-axis as time and Y-axis as seconds during the specified time period

Asynchronous Workflow Tasks Generated by Functions
Number of asynchronous workflow tasks generated by functions displayed by function dimension with X-axis as time and Y-axis as count during the specified time period, including workflow functions, event listener functions, and other asynchronous functions

Asynchronous Workflows Delayed >10 Minutes
Functions with asynchronous workflows delayed over 10 minutes displayed by function dimension with X-axis as time and Y-axis as count during the specified time period. Excessive asynchronous tasks may cause significant delays

Asynchronous Workflow Execution Count
Asynchronous workflow execution count displayed by function dimension with X-axis as time and Y-axis as count during the specified time period. A value significantly lower than the asynchronous task count indicates task accumulation

Function Execution Failures
Function execution failures displayed by function dimension with X-axis as time and Y-axis as count during the specified time period

Function Error Information Panel
Failed Functions
Function execution failures displayed by function dimension during the specified time period

Function Execution Failures
Function execution failures displayed by function dimension with X-axis as time and Y-axis as count during the specified time period

API Call Error Statistics
API call errors displayed by function dimension (Fx returns error but function executes successfully) during the specified time period

API Call Errors by Function
API call errors displayed by function dimension with X-axis as time and Y-axis as count (Fx returns error but function executes successfully) during the specified time period

Error Type Statistics
Error counts displayed by error type during the specified time period

Error Types Over Time
Error counts displayed by error type with X-axis as time and Y-axis as count during the specified time period

