View metrics and quotas
Viewing metrics in the console
You can view your Cloud Run functions with their execution times, execution counts, and memory usage in the Google Cloud console. These metrics are also available in Cloud Monitoring, where you can set up custom alerting on these metrics. See the Cloud Monitoring documentation for more information.
You can view the metrics for API calls in the API overview page of the Google Cloud console.
Finally, you can view the quota metrics for both API calls and function
execution in the API quotas page
of the Google Cloud console. You can set up alerting on quota errors in
Cloud Monitoring
by filtering executions that have an out of quota
value for the STATUS
metric label. See Introduction to Alerting
for more information.
Reading metrics programmatically
The following snippet illustrates how you can also read metrics from your code.