fixed bulleted list

This commit is contained in:
Maurizio Noseda Pedraglio 2022-09-29 19:29:12 +02:00
parent a7c2de1d8f
commit 75972de1b6
1 changed files with 6 additions and 6 deletions

View File

@ -12,15 +12,15 @@ The solution is designed so that the Cloud Function arguments that control funct
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:
-- `prefix` (custom.googleapis.com/quota/)
-- `quota name`
-- `{usage,limit,utilization}`
- `prefix` (custom.googleapis.com/quota/)
- `quota name`
- `{usage,limit,utilization}`
e.g:
-- `custom.googleapis.com/quota/firewalls_usage`
-- `custom.googleapis.com/quota/firewalls_limit`
-- `custom.googleapis.com/quota/firewalls_utilization`
- `custom.googleapis.com/quota/firewalls_usage`
- `custom.googleapis.com/quota/firewalls_limit`
- `custom.googleapis.com/quota/firewalls_utilization`
All custom metrics are associated to the `global` resource type and use [gauge kind](https://cloud.google.com/monitoring/api/v3/kinds-and-types#metric-kinds)