Feature #16636
Updated by Tom Clegg over 4 years ago
From [[Dispatching containers to cloud VMs#Metrics]]
* †(gauge) number of containers allocated to VMs but not started yet (because VMs are pending/booting)
* †(gauge) number of containers not allocated to VMs (because provider quota is reached)
* †(summary) time elapsed between VM creation and first successful SSH connection to that VM
* †(summary) time elapsed between first successful SSH connection on a VM and ready to run a container on that VM
* †(summary) time elapsed between first shutdown attempt on a VM and its disappearance from the provider listing
* †(summary) wait times (between seeing a container in the queue or requeueing, and starting its crunch-run process on a worker) across previous starts
* †(gauge) longest wait time of any unstarted container
* †(counter) VMs that have either become ready or reached boot timeout, partitioned by success/timeout
(wiki has one more unimplemented metric which has its own issue, #15865)