Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/proactive / / HeartbeatStatus
Interface: HeartbeatStatus
Defined in: packages/proactive/src/heartbeat.ts:100
Live counters surfaced by Heartbeat.status.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
beats | readonly | number | packages/proactive/src/heartbeat.ts:102 |
defers | readonly | number | packages/proactive/src/heartbeat.ts:105 |
failures | readonly | number | packages/proactive/src/heartbeat.ts:104 |
lastBeatAt? | readonly | string | packages/proactive/src/heartbeat.ts:107 |
lastError? | readonly | string | packages/proactive/src/heartbeat.ts:109 |
lastOutcomeAt? | readonly | string | packages/proactive/src/heartbeat.ts:108 |
outcomes | readonly | number | packages/proactive/src/heartbeat.ts:103 |
running | readonly | boolean | packages/proactive/src/heartbeat.ts:101 |
skips | readonly | Readonly<Record<HeartbeatSkipReason, number>> | packages/proactive/src/heartbeat.ts:106 |