This dashboard provides an interface to view and analyze storage metrics and dimensions from your Amazon S3.

Metric visualization Metric name Description
Bucket size aws_s3_bucket_size_bytes_average The amount of data in bytes stored in a bucket in the STANDARD storage class, INTELLIGENT_TIERING storage class, Standard-Infrequent Access (STANDARD_IA) storage class, OneZone-Infrequent Access (ONEZONE_IA), Reduced Redundancy Storage (RRS) class, Deep Archive Storage (S3 Glacier Deep Archive) class or, Glacier (GLACIER) storage class.
Number of objects aws_s3_number_of_objects_average The total number of objects stored in a bucket for all storage classes.
Total http requests aws_s3_all_requests_sum The total number of HTTP requests made to an Amazon S3 bucket, regardless of type.
Total request latency aws_s3_total_request_latency_average The elapsed per-request time from the first byte received to the last byte sent to an Amazon S3 bucket.
Download vs Upload rate aws_s3_bytes_downloaded_sum, aws_s3_bytes_uploaded_sum The number of bytes downloaded for requests made to an Amazon S3 bucket, where the response includes a body versus the number of bytes uploaded that contain a request body, made to an Amazon S3 bucket.
Top 10 buckets - bucket size aws_s3_bucket_size_bytes_average Top 10 used buckets size in bytes.
Top 10 buckets - number of objects aws_s3_number_of_objects_average Number of objects stored in top 10 buckets.
List requests aws_s3_list_requests_sum The number of HTTP requests that list the content of a bucket.
Put requests aws_s3_put_requests_sum The number of HTTP PUT requests made for objects in an Amazon S3 bucket.
Get requests aws_s3_get_requests_sum The number of HTTP GET requests made for objects in an Amazon S3 bucket. This doesn’t include list operations.
Head requests aws_s3_head_requests_sum The number of HTTP HEAD requests made to an Amazon S3 bucket.
4XX errors aws_s3_4xx_errors_sum The number of HTTP 4xx client error status code requests made to an Amazon S3 bucket with a value of either 0 or 1.
5XX errors aws_s3_5xx_errors_sum The number of HTTP 5xx server error status code requests made to an Amazon S3 bucket with a value of either 0 or 1.
TotalRequestLatency aws_s3_total_request_latency_average The elapsed per-request time from the first byte received to the last byte sent to an Amazon S3 bucket.
FirstByteLatency aws_s3_first_byte_latency_average The per-request time from the complete request being received by an Amazon S3 bucket to when the response starts to be returned.