Values.NetworkResourceUtilizationSourceThe network field that contains a list of network metrics that are associated with the current instance.
type nonrec t = {networkInBytesPerSecond : GenericString.t option;The network inbound throughput utilization measured in Bytes per second (Bps).
*)networkOutBytesPerSecond : GenericString.t option;The network outbound throughput utilization measured in Bytes per second (Bps).
*)networkPacketsInPerSecond : GenericString.t option;The network inbound packets that are measured in packets per second.
*)networkPacketsOutPerSecond : GenericString.t option;The network outbound packets that are measured in packets per second.
*)}