Skip to main content

Interface: StatusHistory

Defined in: shared/types.ts:389

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

Optional diagnostic message captured during the check.


responseTimeโ€‹

responseTime: number

Defined in: shared/types.ts:393

Response time measurement in milliseconds.


statusโ€‹

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

Defined in: shared/types.ts:395

Resulting monitor status.


timestampโ€‹

timestamp: number

Defined in: shared/types.ts:397

Unix timestamp (milliseconds) for when the check completed.