mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 17:04:42 +01:00
Improve comment on HourlyUptimeStatistics.TotalExecutionsResponseTime
This commit is contained in:
parent
f28d1b61f0
commit
bab69478dd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user