UsageMinuteRow
One minute-bucketed usage sample. Byte/message counters are returned as strings because they can exceed the 32-bit Int range.
type UsageMinuteRow {
minute: DateTime!
recvBytes: String!
sendBytes: String!
recvMsgs: String
sendMsgs: String
}
Fields
UsageMinuteRow.minute ● DateTime! non-null scalar
Start of the one-minute bucket.
UsageMinuteRow.recvBytes ● String! non-null scalar
Bytes received in the minute (string counter).
UsageMinuteRow.sendBytes ● String! non-null scalar
Bytes sent in the minute (string counter).
UsageMinuteRow.recvMsgs ● String scalar
Messages received in the minute (replication only).
UsageMinuteRow.sendMsgs ● String scalar
Messages sent in the minute (replication only).
Member Of
EnvironmentUsageSummary object