Stay organized with collections
Save and categorize content based on your preferences.
Tenant metrics
As a Platform Administrator (PA), view tenant metrics to help diagnose
operational incidents.
Tenant capacity usage
To view current capacity usage of an organization by storage class in the monitoring dashboard,
go to the Explore option. You can execute the following query to view
the capacity percentage used by that organization and storage class.
sum by (TENANT_TYPE, SKU_NAME) (OBJECT_TENANT_USED_CAPACITY_BYTES_COUNT) / sum by (TENANT_TYPE, SKU_NAME) (OBJECT_TENANT_QUOTA_BYTES)
Object Storage Platform dashboard
The Object Storage Platform dashboard shows a view of each object storage
class in the organization with the respective usage, quota, and capacity
remaining.
You can also view more granular usage stats about each storage class down to the
bucket level.
Organization utilization alert
If you have received an alert with code OBJ-A0011, complete the following
steps:
View the Object Storage Platform dashboard and determine the storage
tier that causes the alert.
Depending on the value, choose the recommended course of action:
If the remaining capacity is near 25% but usage is stable and not
increasing, choose to ignore the alert at the current time.
If usage is increasing and you are concerned about usage surpassing the set
quota threshold, determine if there are any buckets or objects that are
not vital and delete them.
If you do not want to delete any objects from object storage, or you are
concerned with the available capacity, increase the allocated capacity for
the specific storage class. To increase the quota, you must reach out to the
Infrastructure Operator (IO) with a request to raise the specific storage
class's quota.
[[["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-03-21 UTC."],[[["Platform Administrators can use tenant metrics to aid in diagnosing operational issues."],["The **Explore** option in the monitoring dashboard allows viewing an organization's capacity usage by storage class, including the percentage of capacity used, by using a specific query."],["The **Object Storage Platform** dashboard provides an overview of each storage class within the organization, including usage, quota, and remaining capacity, and can even provide usage stats down to the bucket level."],["An alert with code `OBJ-A0011` indicates a capacity issue, requiring actions like monitoring the storage tier, deleting non-essential objects, or contacting the Infrastructure Operator to increase the storage class's quota."],["Running out of capacity in a specific storage class will prevent the addition or modification of objects in that storage class until capacity is available."]]],[]]