WACM collects usage metrics daily at both the per-bucket and per-account levels. Wasabi systems store these records indefinitely and can retrieve them on demand. The available metrics are:
{
...
"startTime": "2022-02-24",
"endTime": "2022-02-25",
"activeStorage": 30.76953311259,
"deletedStorage": 0,
"storageWrote": 0,
"storageRead": 0,
"activeObjects": 31507,
"deletedObjects": 0,
"egress": 0,
"ingress": 0,
"apiCalls": 0,
...
}
startTime is the time the utilization record begins. “2022-02-24" in the startTime property is at 00:00:00.
endTime is the time the utilization record ends. "2022-02-25" in the endTime property is at 00:00:00.
activeStorage is made up of the objects you are currently storing. These metrics are reported in TB.
deletedStorage is made up of the objects you have deleted that have not satisfied the minimum storage duration policy. These metrics are reported in TB.
activeObjects is the number of objects that are actively associated with the account/bucket as of midnight UTC at the time the calculation was made. This number is the total of objects stored, excluding objects uploaded that day.
deletedObjects is the number of objects that are deleted associated with the account/bucket as of midnight UTC at the time the calculation was made. This number is the total of objects stored, excluding new objects uploaded that day.
storageWrote, storageRead, egress, ingress, apiCalls, are API activity related and reflect activity between the specified time on that day. They are not cumulative across days, as are storage metrics. storageWrote and storageRead metrics are reported in TB. Egress and ingress metrics are reported in GB.