Platform Administrators (PA) and Application Operators (AO) access metrics in the monitoring instance to monitor usage and capacity in the system. These metrics have associated labels to differentiate measured characteristics, such as the stock-keeping unit (SKU) name, tenant type, and bucket.
According to your role, you have access to the following metrics from the monitoring dashboard:
Monitoring metrics | |||
---|---|---|---|
Name | Description | Labels | Roles |
obj_tenant_used_capacity_bytes_count |
Number of bytes consumed in object storage. |
|
PA and AO |
obj_tenant_objects_count |
Number of objects in object storage. |
|
PA and AO |
obj_tenant_quota_bytes |
Quota of a tenant in object storage. |
|
PA |
The following table contains some examples of how to use the previous monitoring metrics:
Query examples | ||
---|---|---|
Query | Description | Roles |
(sum by (tenant_type, sku_id) (obj_tenant_used_capacity_bytes_count) / sum by (tenant_type, sku_id) (obj_tenant_quota_bytes)) |
Percentage of used capacity per tenant. | PA |
obj_tenant_used_capacity_bytes_count |
Bytes used in each bucket. | PA and AO |
obj_tenant_objects_count |
Objects used in each bucket. | PA and AO |
obj_tenant_used_capacity_bytes_count{bucket=FULLY_QUALIFIED_BUCKET_NAME} |
Bytes used in a particular bucket. | PA and AO |