Event
No description
type Event {
eventTime: timestamptz!
machine: business_machine
machineRef: Int!
metricKey: String!
sequence: Int!
value(
path: String
): jsonb
}
Fields
Event.eventTime ● timestamptz! non-null scalar
Event.machine ● business_machine object
The machine the event originates from.
Event.machineRef ● Int! non-null scalar
A unique, numeric identifier for the machine.
Event.metricKey ● String! non-null scalar
Each metric is globally identified by the combination of machineRef and metricKey.
Event.sequence ● Int! non-null scalar
An integer value that determines the order of events with the same eventTime and metric.
Event.value ● jsonb scalar
The value observed at the eventTime.
Event.value.path ● String scalar
Returned By
events query