Skip to main content

computeModuleStats

Aggregate compute activity for an app over a recent window: run/failure counts, fuel, egress, and a per-module breakdown. Requires the org 'view_compute_diagnostics' permission.

computeModuleStats(
appId: BigInt!
windowMinutes: Int = 60
): WasmComputeStats!

Arguments

computeModuleStats.appId ● BigInt! non-null scalar

The app (tenant) whose compute activity to summarize.

computeModuleStats.windowMinutes ● Int scalar

Look-back window in minutes (default 60, max 1440).

Type

WasmComputeStats object

Aggregate compute activity for an app over a recent window: throughput, failure rate, fuel, egress, and a per-module breakdown.