core.agentstats | Medplum
AgentStats interface
Statistics about the running agent. Known fields are typed; additional fields may be present and are preserved as unknown values.
Signature:
export interface AgentStats
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| channelStats | Record<string, AgentChannelStats > | ||
| clientStats | Record<string, AgentChannelStats > | ||
| hl7ClientCount | number | ||
| hl7ConnectionsOpen | number | ||
| hl7QueueDepth | number | ||
| live | boolean | ||
| outstandingHeartbeats | number | ||
| ping | number | ||
| webSocketQueueDepth | number |