Skip to main content

Function: getLatestMonitorHistoryTimestamp()

getLatestMonitorHistoryTimestamp(monitor?: Pick<Monitor, "history">): number | undefined

Defined in: src/utils/monitoring/monitorHistoryTime.ts:38

Resolves the latest history timestamp for a monitor.

Parametersโ€‹

monitor?โ€‹

Pick<Monitor, "history">

Optional monitor instance.

Returnsโ€‹

number | undefined

Latest timestamp in milliseconds, or undefined when unavailable.