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

active_instances

The number of active function instances.

execution_count

Count of function executions broken down by status.

execution_times

Distribution of functions execution times in nanoseconds.

instance_count

The number of function instances, broken down by state.

network_egress

Outgoing network traffic of function, in bytes.

user_memory_bytes

Distribution of maximum function’s memory usage during execution, in bytes.