Add small comment
This commit is contained in:
@ -18,6 +18,8 @@ type Uptime struct {
|
|||||||
TotalExecutionsPerHour map[int64]uint64 `json:"-"`
|
TotalExecutionsPerHour map[int64]uint64 `json:"-"`
|
||||||
|
|
||||||
// HourlyStatistics is a map containing metrics collected (value) for every hourly unix timestamps (key)
|
// HourlyStatistics is a map containing metrics collected (value) for every hourly unix timestamps (key)
|
||||||
|
//
|
||||||
|
// Used only if the storage type is memory
|
||||||
HourlyStatistics map[int64]*HourlyUptimeStatistics `json:"-"`
|
HourlyStatistics map[int64]*HourlyUptimeStatistics `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user