Runs 4 sub-checks against the Callisto/Hasura database via a single batched GraphQL query: (1) Block gap detection scans last 1000 blocks for missing heights, (2) Transaction completeness verifies num_txs matches actual indexed count, (3) Last write freshness detects hung indexers by checking block timestamp age (DOWN >10min, DEGRADED >5min), (4) Receipt completeness samples recent transactions for missing receipt data. The worst sub-check status becomes the endpoint status. Designed to catch the exact failure modes encountered in production: silent schema drift, crashed workers, and stale cached heights.
Average
0ms
Min
0ms
Max
0ms
p99
0ms