diff --git a/core/uptime.go b/core/uptime.go index aa20b2c1..121aded7 100644 --- a/core/uptime.go +++ b/core/uptime.go @@ -23,7 +23,7 @@ type Uptime struct { type HourlyUptimeStatistics struct { TotalExecutions uint64 // Total number of checks SuccessfulExecutions uint64 // Number of successful executions - TotalExecutionsResponseTime uint64 // Total response time for all executions + TotalExecutionsResponseTime uint64 // Total response time for all executions in milliseconds } // NewUptime creates a new Uptime