Improve comment on HourlyUptimeStatistics.TotalExecutionsResponseTime

This commit is contained in:
TwinProduction 2021-08-21 12:09:57 -04:00 committed by Chris
parent f28d1b61f0
commit bab69478dd

View File

@ -23,7 +23,7 @@ type Uptime struct {
type HourlyUptimeStatistics struct { type HourlyUptimeStatistics struct {
TotalExecutions uint64 // Total number of checks TotalExecutions uint64 // Total number of checks
SuccessfulExecutions uint64 // Number of successful executions 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 // NewUptime creates a new Uptime