From bab69478dd06c238286b2b8b1e218c49527fc247 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 21 Aug 2021 12:09:57 -0400 Subject: [PATCH] Improve comment on HourlyUptimeStatistics.TotalExecutionsResponseTime --- core/uptime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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