Skip to main content

WasmComputeStat

Per-module rollup within a stats window.

type WasmComputeStat {
moduleName: String!
runs: Int!
failures: Int!
fuelUsed: BigInt!
avgDurationUs: Int!
circuitState: String!
}

Fields

WasmComputeStat.moduleName ● String! non-null scalar

The module name.

WasmComputeStat.runs ● Int! non-null scalar

Runs in the window.

WasmComputeStat.failures ● Int! non-null scalar

Failed runs in the window.

WasmComputeStat.fuelUsed ● BigInt! non-null scalar

Total fuel consumed.

WasmComputeStat.avgDurationUs ● Int! non-null scalar

Average run duration (microseconds).

WasmComputeStat.circuitState ● String! non-null scalar

Current circuit-breaker state: closed | open | half_open.

Member Of

WasmComputeStats object