GmAutomationStat
Per-automation rollup within a stats window.
type GmAutomationStat {
automationName: String!
runs: Int!
failures: Int!
invocations: Int!
computeUnits: Int!
avgDurationUs: Int!
circuitState: String!
}
Fields
GmAutomationStat.automationName ● String! non-null scalar
The automation name.
GmAutomationStat.runs ● Int! non-null scalar
Runs in the window.
GmAutomationStat.failures ● Int! non-null scalar
Failed runs in the window.
GmAutomationStat.invocations ● Int! non-null scalar
Total invocations across runs.
GmAutomationStat.computeUnits ● Int! non-null scalar
Total compute units consumed.
GmAutomationStat.avgDurationUs ● Int! non-null scalar
Average run duration (microseconds).
GmAutomationStat.circuitState ● String! non-null scalar
Current circuit-breaker state: closed | open | half_open.
Member Of
GmAutomationStats object