Function 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
Function Metrics
|
Metric |
Name |
Description |
Value Range |
Monitored Object |
Monitoring Period of Raw Data (Minute) |
|---|---|---|---|---|---|
|
count |
Invocations |
Number of function invocations Unit: Count |
≥ 0 counts |
Functions |
1 |
|
failcount |
Errors |
Number of invocation errors The following errors are included:
Unit: Count |
≥ 0 counts |
Functions |
1 |
|
rejectcount |
Throttles |
Number of function throttles That is, the number of times that FunctionGraph throttles your functions due to the resource limit. Unit: Count |
≥ 0 counts |
Functions |
1 |
|
duration |
Average duration |
Average duration of function invocation Unit: ms |
≥ 0 ms |
Functions |
1 |
|
maxDuration |
Maximum duration |
Maximum duration of function invocation Unit: ms |
≥ 0 ms |
Functions |
1 |
|
minDuration |
Minimum duration |
Minimum duration of function invocation Unit: ms |
≥ 0 ms |
Functions |
1 |
Dimensions
|
Key |
Value |
|---|---|
|
package-functionname |
App name-Function name Example: default-myfunction_Python |
Last Article: Function Monitoring
Next Article: Versions and Aliases
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.