Closed mcmarkj closed 1 month ago
While I'm here, should orchard_vms
be constantly incrementing on each scrape?
Would it make sense to change that from this to something that just sets it to a count?
for _, vm := range vms {
vmsStat.With(map[string]string{"status": string(vm.Status)}).Inc()
}
This exposes 2 new metrics around worker health:
and
That way we can explicitly alert if a node goes offline.