Stay organized with collections
Save and categorize content based on your preferences.
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.
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
obj_proxy_servehttp_request_total
A counter that tracks the total number of S3 requests to object storage.
[[["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-25 UTC."],[[["\u003cp\u003ePlatform Administrators (PA) and Application Operators (AO) can access metrics in the monitoring instance to track system usage and capacity, with labels such as SKU name, tenant type, and bucket differentiating the measured characteristics.\u003c/p\u003e\n"],["\u003cp\u003eAvailable monitoring metrics include \u003ccode\u003eobj_tenant_used_capacity_bytes_count\u003c/code\u003e for bytes consumed, \u003ccode\u003eobj_tenant_objects_count\u003c/code\u003e for the number of objects, \u003ccode\u003eobj_tenant_quota_bytes\u003c/code\u003e for tenant quota, \u003ccode\u003eobj_proxy_servehttp_request_total\u003c/code\u003e for S3 requests, and \u003ccode\u003eobj_proxy_servehttp_first_byte_latency_milliseconds\u003c/code\u003e for operation completion time.\u003c/p\u003e\n"],["\u003cp\u003eQueries like \u003ccode\u003e(sum by (tenant_type, sku_id) (obj_tenant_used_capacity_bytes_count) / sum by (tenant_type, sku_id) (obj_tenant_quota_bytes))\u003c/code\u003e can be used by PAs to calculate the percentage of used capacity per tenant.\u003c/p\u003e\n"],["\u003cp\u003ePAs and AOs can utilize various queries, such as \u003ccode\u003eobj_tenant_used_capacity_bytes_count\u003c/code\u003e to view bytes used per bucket and \u003ccode\u003ehistogram_quantile\u003c/code\u003e to determine the 95th percentile of latency for specific S3 operations.\u003c/p\u003e\n"]]],[],null,["# Track storage health alerts for projects\n\nPlatform 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.\n\nAccording to your role, you have access to the following metrics from the monitoring dashboard:\n\nThe following table contains some examples of how to use the previous monitoring\nmetrics:"]]