Skip to main content

Interface: StatusHistory

Defined in: shared/types.ts:381

Snapshot of a monitor's status at a specific point in time.

Remarksโ€‹

Persisted within history timelines and analytics datasets.

Propertiesโ€‹

details?โ€‹

optional details: string

Defined in: shared/types.ts:383

Optional diagnostic message captured during the check.


responseTimeโ€‹

responseTime: number

Defined in: shared/types.ts:385

Response time measurement in milliseconds.


statusโ€‹

status: "degraded" | "down" | "up"

Defined in: shared/types.ts:387

Resulting monitor status.


timestampโ€‹

timestamp: number

Defined in: shared/types.ts:389

Unix timestamp (milliseconds) for when the check completed.