Stay organized with collections
Save and categorize content based on your preferences.
Platform Administrators (PA) and Application Operators (AO) access metrics in
Grafana 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
Grafana dashboard:
Grafana metrics
Name
Description
Labels
Roles
obj_tenant_used_capacity_bytes_count
Number of bytes consumed in object storage.
Bucket
SKU ID
SKU name
Tenant type
PA and AO
obj_tenant_objects_count
Number of objects in object storage.
Bucket
SKU ID
SKU name
Tenant type
PA and AO
obj_tenant_quota_bytes
Quota of a tenant in object storage.
SKU ID
SKU name
Tenant type
PA
The following table contains some examples of how to use the previous Grafana
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))
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Platform Administrators (PA) and Application Operators (AO) use Grafana to monitor system usage and capacity through metrics."],["Grafana metrics, such as `obj_tenant_used_capacity_bytes_count`, `obj_tenant_objects_count`, and `obj_tenant_quota_bytes`, track object storage usage, object count, and tenant quotas."],["Metrics include labels like Bucket, SKU ID, SKU name, and Tenant type to categorize the data."],["Specific queries in Grafana can show the percentage of used capacity per tenant or bytes and objects used in each bucket, according to the role."],["PA and AO have different access to these metrics and queries, with only PAs able to query the percentage of used capacity per tenant."]]],[]]