rebase/merge main and container-downtime

This commit is contained in:
nils måsén 2021-04-28 14:35:38 +02:00
parent 24276cfbc6
commit 9e84cfde4f
4 changed files with 142 additions and 114 deletions

View file

@ -9,9 +9,11 @@ var metrics *Metrics
// Metric is the data points of a single scan
type Metric struct {
Scanned int
Updated int
Failed int
Scanned int
Updated int
Failed int
StaleCheckFailed int
StaleCount int
}
// Metrics is the handler processing all individual scan metrics