mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
rebase/merge main and container-downtime
This commit is contained in:
parent
24276cfbc6
commit
9e84cfde4f
4 changed files with 142 additions and 114 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue