Skip to main content

@idpass/data-collect-core / HealthCheckResult

Interface: HealthCheckResult

Defined in: interfaces/adapter.ts:85

Result of a health check against the external system.

Properties

healthy

healthy: boolean

Defined in: interfaces/adapter.ts:87

Whether the external system is reachable and functional


latency?

optional latency: number

Defined in: interfaces/adapter.ts:89

Round-trip latency in milliseconds (if measured)


message?

optional message: string

Defined in: interfaces/adapter.ts:91

Human-readable status message