Live performance metrics for the Space Duck platform.
| Metric | How It Is Measured | Source |
|---|---|---|
| API Latency | Round-trip time from browser to /beak/system/status and back, measured via performance.now() delta. Represents a real request from the end-user perspective including DNS, TLS, and Lambda execution. |
Live fetch on page load |
| Lambda Version | The lambda_version field returned in the /beak/system/status response body. This reflects the deployed prod alias on the Space Duck Lambda function. |
/beak/system/status response |
| Cert Issuance Rate | Percentage of birth certificate requests that complete successfully within a 30-second window. Computed as successful cert generations divided by total cert attempts. Static benchmark value based on last 7-day average. | Static (7-day average) |
| Peck Throughput | Number of peck protocol transactions (approval requests + responses) processed per minute across all active Space Duck pairs. Measured at the Step Functions state machine level. | Static (production average) |
| Uptime % | Percentage of 1-minute intervals in the last 30 days where the API returned HTTP 200 within 5 seconds. Incidents lasting under 60 seconds are excluded from the calculation. | Static (30-day rolling) |