Appearance
Quota Object Metrics
This page documents Prometheus metrics related to quota objects in the Yellowbrick system. The database has a cap on the number of disk usage objects. When this limit is reached, some operations can fail. The limit can be increased by changing max_quota_objects.
Purpose
Measure the current number of disk usage objects, as well as the current maximum value. When the current value gets too close to the maximum, an alert is triggered.
Metrics
| Name | Type | Freq | Labels | Version Introduced | Version Deprecated | Description |
|---|---|---|---|---|---|---|
yb_max_quota_objects_count | gauge | 1m | - | 7.3.1 | - | Configured maximum number of quota objects |
yb_quota_objects_count | gauge | 1m | - | 7.3.1 | - | Number of quota objects |