Skip to main content

Interface: StatusHistory

Defined in: shared/types.ts:388

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:390

Optional diagnostic message captured during the check.


responseTimeโ€‹

responseTime: number

Defined in: shared/types.ts:392

Response time measurement in milliseconds.


statusโ€‹

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

Defined in: shared/types.ts:394

Resulting monitor status.


timestampโ€‹

timestamp: number

Defined in: shared/types.ts:396

Unix timestamp (milliseconds) for when the check completed.