Merge branch 'master' into pooler_193_2

This commit is contained in:
Belén 2020-11-10 11:46:12 -08:00 committed by GitHub
commit 65495fc2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@ module Vmpooler
if vmname
account_for_starting_vm(vmpool, vmname)
vms << [vmpool, vmname, vmtemplate]
metrics.increment("checkout.success.#{vmtemplate}")
metrics.increment("checkout.success.#{vmpool}")
else
failed = true
metrics.increment("checkout.empty.#{requested}")