Skip to main content

computeAppDiagnostics

A snapshot of an app's compute footprint: module/version/trigger counts plus 24h run activity and the most-active modules. Requires the org 'view_compute_diagnostics' permission.

computeAppDiagnostics(
appId: BigInt!
): WasmAppDiagnostics!

Arguments

computeAppDiagnostics.appId ● BigInt! non-null scalar

The app (tenant) to diagnose.

Type

WasmAppDiagnostics object

A snapshot of an app's compute footprint: module/version/trigger counts plus recent run activity. Helps developers understand what compute is deployed and doing.