Values.DiskResourceUtilizationSourceThe field that contains a list of disk (local storage) metrics that are associated with the current instance.
type nonrec t = {diskReadOpsPerSecond : GenericString.t option;The maximum number of read operations per second.
*)diskWriteOpsPerSecond : GenericString.t option;The maximum number of write operations per second.
*)diskReadBytesPerSecond : GenericString.t option;The maximum read throughput operations per second.
*)diskWriteBytesPerSecond : GenericString.t option;The maximum write throughput operations per second.
*)}