GCP Cloud Functions metrics¶
This page lists the Cloud Functions metrics collected by the GCP app.
The table omits the metric type prefixes. For example, the full name of the active_instances
metric, of type function
, is cloudfunctions.googleapis.com/function/active_instances
.
Function¶
Metric type prefix: cloudfunctions.googleapis.com/function/
Metric |
Description |
---|---|
|
The number of active function instances. |
|
Count of function executions broken down by status. |
|
Distribution of functions execution times in nanoseconds. |
|
The number of function instances, broken down by state. |
|
Outgoing network traffic of function, in bytes. |
|
Distribution of maximum function’s memory usage during execution, in bytes. |