STANDARD and a STANDARD_IA quota, each quota produces its own alerts, and each Availability Zone produces its own alerts. For the quota values these alerts measure against, see Manage quotas and limits.
Quota alerts
The following alerts fire on capacity usage relative to your storage class quota. A quota alert fires after its condition holds for 5 minutes.
The projection alerts extrapolate a linear growth trend from the previous week of usage. A projection alert can therefore fire while your current usage is still well below the threshold, and it stops firing if your growth rate flattens.
Overlapping alert suppression
A single growth trend can satisfy several conditions at once. To keep one capacity problem from producing five notifications, CoreWeave suppresses the less urgent alerts in the following order, from most to least urgent:CAIOSQuotaProjectedLimit24hCAIOSQuotaProjectedLimitCAIOSQuotaNearLimitCAIOSQuotaProjectedNearLimit24hCAIOSQuotaProjectedNearLimit
CAIOSQuotaNearLimit is a warning, but because it reports a condition that’s already true, it suppresses the two projected-near warnings that follow it.
Suppression applies only within a single organization, Availability Zone, and storage class. Two Availability Zones approaching their quotas at the same time produce two separate notifications.
Alert delivery
Object Storage alerts appear in the Cloud Console, and you can also route them to Slack or a webhook. In-app delivery is enabled by default. To add a destination or change which alerts reach it, see Configure alerts. On the Alert configuration page, these alerts are grouped under the AI Object Storage category.Build custom alerts and dashboards
You can query these metrics yourself to monitor thresholds the built-in alerts don’t cover. For example, you can track usage per bucket to find which buckets drive growth in a zone that’s approaching its quota. The following expressions query theSTANDARD storage class. To query STANDARD_IA instead, replace storage_class="STANDARD" with storage_class="STANDARD_IA" in each expression.
Current usage as a percentage of quota
This is the expression behindCAIOSQuotaNearLimit:
Projected usage as a percentage of quota
This is the expression behindCAIOSQuotaProjectedNearLimit and CAIOSQuotaProjectedLimit, which project 7 days ahead from a 1-week lookback. To reproduce the 24-hour variants, replace 7 * 24 * 3600 with 24 * 3600:
Usage per bucket
Addbucket_name to the by clause to break usage down by bucket, which identifies the largest buckets in a zone and the buckets responsible for recent growth:
Buckets don’t have individual quotas. Per-bucket usage shows where capacity is consumed, but the quota these alerts measure against applies to the whole storage class in an Availability Zone.
billing:object_storage_used_bytes:total metric and its labels, see Cost and usage monitoring.
Related topics
- Manage quotas and limits: the quota and limit values these alerts measure against, and how to request an increase.
- CAIOS Usage dashboard: the built-in Grafana dashboard for Object Storage usage and quotas.
- Configure alerts: choose destinations for these alerts.