UserCodeFaultSummaryEntry
Faults grouped by engine, kind and blame over a window — the shape to alert on, and the answer to "is this us or them".
type UserCodeFaultSummaryEntry {
engine: UserCodeFaultEngine!
kind: UserCodeFaultKind!
blame: UserCodeFaultBlame!
subject: String!
faults: Int!
lastAt: DateTime!
}
Fields
UserCodeFaultSummaryEntry.engine ● UserCodeFaultEngine! non-null enum
Which engine.
UserCodeFaultSummaryEntry.kind ● UserCodeFaultKind! non-null enum
What went wrong.
UserCodeFaultSummaryEntry.blame ● UserCodeFaultBlame! non-null enum
Whose problem it is.
UserCodeFaultSummaryEntry.subject ● String! non-null scalar
What ran.
UserCodeFaultSummaryEntry.faults ● Int! non-null scalar
How many faults of this shape in the window.
UserCodeFaultSummaryEntry.lastAt ● DateTime! non-null scalar
The most recent one.
Returned By
userCodeFaultSummary query