GCP Cloud Run Metrics

This page lists the Cloud Run metrics collected by the GCP app.

The table omits the metric-type prefixes. For example, the full name of the container/instance_count metric, is run.googleapis.com/container/instance_count.

Cloud Run Services & Revisions

Metric type prefix: run.googleapis.com/

Metric

Description

container/billable_instance_time

Billable time aggregated across all container instances.

container/instance_count

Number of container instances that exist, broken down by state.

container/cpu/utilizations

Container CPU utilization distribution across all container instances.

container/memory/utilizations

Container memory utilization distribution across all container instances.

container/startup_latencies

Distribution of time spent starting a new container instance in milliseconds.

request_count

Number of requests reaching the revision.

request_latencies

Distribution of request latency in milliseconds reaching the revision.

container/network/received_bytes_count

Incoming socket and HTTP response traffic, in bytes.

container/network/sent_bytes_count

Outgoing socket and HTTP response traffic, in bytes.