Project

General

Profile

Feature #16636

Updated by Ward Vandewege over 3 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 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 

 -* †(gauge) number of containers allocated to VMs but not started yet (because VMs are pending/booting)- (implemented) 
 -* †(gauge) number of containers not allocated to VMs (because provider quota is reached)- (implemented) 
 -* †(summary) time elapsed between VM creation and first successful SSH connection to that VM- (implemented) 
 -* †(summary) time elapsed between first successful SSH connection on a VM and ready to run a container on that VM- (implemented) 
 -* †(counter) VMs that have either become ready or reached boot timeout, partitioned by success/timeout- (implemented) 

 (wiki has one more unimplemented metric which has its own issue, #15865)

Back