CurrentStateRT
No description
type CurrentStateRT {
latestEventAt: timestamptz!
machine: MachineTP
machineRef: Int
metricKey: String
startAt: timestamptz
value: String
}
Fields
CurrentStateRT.latestEventAt ● timestamptz! non-null scalar
CurrentStateRT.machine ● MachineTP object
The machine the event originates from.
CurrentStateRT.machineRef ● Int scalar
A unique, numeric identifier for the machine.
CurrentStateRT.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
CurrentStateRT.startAt ● timestamptz scalar
The start of an interval.
CurrentStateRT.value ● String scalar
The value observed at the eventTime.
Returned By
CurrentStateRT query ● currentStatesByMachine query
Member Of
MachineTP object