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 |
---|---|
|
Billable time aggregated across all container instances. |
|
Number of container instances that exist, broken down by state. |
|
Container CPU utilization distribution across all container instances. |
|
Container memory utilization distribution across all container instances. |
|
Distribution of time spent starting a new container instance in milliseconds. |
|
Number of requests reaching the revision. |
|
Distribution of request latency in milliseconds reaching the revision. |
|
Incoming socket and HTTP response traffic, in bytes. |
|
Outgoing socket and HTTP response traffic, in bytes. |