Interface: StatusHistory
Defined in: shared/types.ts:408
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:410
Optional diagnostic message captured during the check.
responseTimeโ
responseTime: number;
Defined in: shared/types.ts:412
Response time measurement in milliseconds.
statusโ
status: "degraded" | "down" | "up";
Defined in: shared/types.ts:414
Resulting monitor status.
timestampโ
timestamp: number;
Defined in: shared/types.ts:416
Unix timestamp (milliseconds) for when the check completed.