Skip to main content
The CAIOS Usage dashboard shows the performance, resource utilization, and quotas of your CoreWeave AI Object Storage. Use this dashboard to understand how your storage is consumed, spot latency issues in object operations, and confirm you’re operating within allocated quotas. This dashboard lets you:
  • Monitor request rates and bandwidth usage.
  • Track response and request durations for different object sizes.
  • Evaluate storage quotas and actual usage.
To view the dashboard, go to the CAIOS Usage dashboard.
For instructions about accessing CoreWeave Grafana dashboards, see Access and use CoreWeave Grafana dashboards.
CAIOS Usage dashboard showing bandwidth panels. CAIOS Usage dashboard showing response duration panels.

Filters and parameters

Use the following filters at the top of the dashboard to customize your data view:
FieldDescription
Data SourcePrometheus data source selector.
ZoneAvailability zone for data viewing.
UserCloud user or principal accessing the storage.
BucketSpecific storage bucket to monitor.
OperationType of storage operation (for example, read, write).
Response CodeHTTP response code filter.
Response FlagsHTTP response flags filter.
Set the time range and refresh rate parameters at the top-right corner of the dashboard. The default time range is 24 hours.

Panel descriptions

The CAIOS Usage dashboard contains the following panels, grouped into logical sections. The following sections describe the usage metrics, quota metrics, and notes on the UNKNOWN storage class.

Usage metrics

PanelDescription
Total Requests per SecondShows the rate of HTTP requests to AI Object Storage.
BandwidthVisualizes incoming (downloads) and outgoing (uploads) bandwidth.
Response Duration - Small ObjectsTime between “Time to First Byte” and “Time to Last Byte” for responses up to 100 KiB.
Response Duration - Small ReadsSame as the previous row, specifically for read operations up to 100 KiB.
Request Duration - Small ObjectsDuration from client request initiation to completion for requests up to 100 KiB.
Request Duration - Small ReadsSame as the previous row, but for read requests up to 100 KiB.
The panels related to response and request durations help you monitor latency in data transfers and identify potential bottlenecks or performance issues in object storage operations.
  • P50: Median duration, representing typical performance.
  • P99: 99th percentile duration, indicating peak latency that 1% of requests experience.
Regular monitoring can help optimize your storage performance and efficiently manage storage quotas and resources.

Quota metrics

The following panels help you track storage consumption against allocated quotas so you can plan capacity and avoid hitting limits.
PanelDescription
Total stored bytes quota & usageTracks storage quota versus actual usage in bytes, broken down by storage class and zone.
Bucket count quota & usageShows the number of buckets used versus quota allocated.
Stored bytes usage per bucketDisplays total stored bytes for each bucket, categorized by storage class and zone.

UNKNOWN storage class

You may occasionally see an UNKNOWN storage class on the CAIOS Usage dashboard or in custom Grafana queries. This indicates versioned objects contain “deleted” versions. In other words, delete markers haven’t been permanently removed from the objects. These markers are reported, but don’t have a storage class associated with them.
Last modified on June 10, 2026