fixed typo as per ludo review

This commit is contained in:
Maurizio Noseda Pedraglio 2022-09-29 19:37:08 +02:00
parent 75972de1b6
commit 06d02c248a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Regardless of its specific purpose, this blueprint is also useful in showing how
The solution is designed so that the Cloud Function arguments that control function execution (eg to set which project quotas to monitor) are defined in the Cloud Scheduler payload set in the PubSub message, so that a single function can be used for different configurations by creating more schedules.
Quota time series are stored using [custom metrics](https://cloud.google.com/monitoring/custom-metrics) with metric type for usage, limit and utilization; metric types are named using a common frefix and two tokens joined by a `-` character:
Quota time series are stored using [custom metrics](https://cloud.google.com/monitoring/custom-metrics) with metric type for usage, limit and utilization; metric types are named using a common prefix and two tokens joined by a `-` character:
- `prefix` (custom.googleapis.com/quota/)
- `quota name`