Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func AddCheckStats(c check.Check, execTime time.Duration, err error, warnings []error, ...) + func AddErrorsCount(amount int) + func AddRunningCheckCount(amount int) + func AddRunsCount(amount int) + func AddWarningsCount(amount int) + func CheckStats(id check.ID) (*check.Stats, bool) + func DeleteRunningStats(id check.ID) + func DeleteWorkerStats(name string) + func GetCheckStats() map[string]map[check.ID]*check.Stats + func GetErrorsCount() int64 + func GetRunningCheckCount() int64 + func GetRunningStats(id check.ID) time.Time + func GetRunsCount() int64 + func GetWarningsCount() int64 + func GetWorkerCount() int + func RemoveCheckStats(checkID check.ID) + func Reset() + func SetRunningStats(id check.ID, t time.Time) + func SetWorkerStats(name string, ws *WorkerStats) + type WorkerStats struct + Utilization float64 + func (ws *WorkerStats) String() string