FunctionGraph Metrics
Introduction
This section describes the FunctionGraph namespaces, function metrics, and dimensions reported to Cloud Eye. You can view function metrics and alarms by using the Cloud Eye console or calling APIs.
Namespaces
SYS.FunctionGraph
Constraints
The metrics displayed on the console vary depending on the region. All metrics supported by FunctionGraph are listed here.
Function Metrics
|
Metric ID |
Metric Name |
Description |
Value Range |
Unit |
Conversion Rule |
Monitored Object (Dimension) |
Monitoring Period of Raw Data (Minute) |
|---|---|---|---|---|---|---|---|
|
count |
Invocations |
Number of function invocations. |
≥ 0 |
Count |
None |
Function |
5 |
|
failcount |
Errors |
Number of invocation errors. The following errors are included:
|
≥ 0 |
Count |
None |
Function |
5 |
|
rejectcount |
Throttles |
Number of function throttles. It indicates the number of times that FunctionGraph throttles your functions due to the resource limit. |
≥ 0 |
Count |
None |
Function |
5 |
|
concurrency |
Concurrency |
The number of requests that can be processed concurrently. |
≥ 0 |
Count |
None |
Function |
5 |
|
reservedinstancenum |
Reserved Instances |
Number of instances reserved for running a function. |
≥ 0 |
Count |
None |
Function |
5 |
|
duration |
Average Duration |
Average duration of function invocation. |
≥ 0 ms |
ms |
None |
Function |
5 |
|
maxDuration |
Maximum Duration |
Maximum duration of function invocation. |
≥ 0 ms |
ms |
None |
Function |
5 |
|
minDuration |
Minimum Duration |
Minimum duration of function invocation. |
≥ 0 ms |
ms |
None |
Function |
5 |
|
Metric ID |
Metric Name |
Description |
Value Range |
Unit |
Conversion Rule |
Monitored Object (Dimension) |
Monitoring Period of Raw Data (Minute) |
|---|---|---|---|---|---|---|---|
|
totalCount |
Number of calls |
Total number of executions of workflow. |
≥ 0 |
Count |
None |
Flow |
1 |
|
errorCount |
Number of errors |
Total number of execution failures of workflow. |
≥ 0 |
Count |
None |
Flow |
1 |
|
running |
Number of running |
Number of running flows. |
≥ 0 |
Count |
None |
Flow |
1 |
|
rejectCount |
Number of times to be restricted |
Number of restricted flows. |
≥ 0 |
Count |
None |
Flow |
1 |
|
averageDuration |
Run time |
Average execution time of workflow. |
≥ 0 ms |
ms |
None |
Flow |
1 |
|
notifyFailedCount |
Number of notified errors |
Total number of notified failures. |
≥ 0 |
Count |
None |
Flow |
1 |
|
ExecutionsStarted |
Started Workflow Instances |
Number of started workflow instances. |
≥ 0 |
Count |
None |
Flow |
1 |
|
ExecutionsSucceeded |
Successful Workflow Instances |
Number of successfully executed workflow instances. |
≥ 0 |
Count |
None |
Flow |
1 |
|
ExecutionsFailed |
Failed Workflow Instances |
Number of failed workflow instances. |
≥ 0 |
Count |
None |
Flow |
1 |
|
ExecutionsAborted |
Aborted Workflow Instances |
Number of aborted workflow instances. |
≥ 0 |
Count |
None |
Flow |
1 |
|
ExecutionsTimedOut |
Timed-Out Workflow Instances |
Number of workflow instances that timed out. |
≥ 0 |
Count |
None |
Flow |
1 |
Dimensions
|
Key |
Value |
|---|---|
|
package-functionname |
App name-Function name Example: default-myfunction_Python |
|
graph_name |
Flow name |
|
projectId |
Project ID of the tenant |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.