Merge pull request #435 from puppetlabs/MAINT-Fix-Checkout-Metric

(MAINT) Fix checkout counter allocation
This commit is contained in:
Gene Liverman 2020-11-09 09:49:56 -05:00 committed by GitHub
commit a3cfe7749e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@ module Vmpooler
break break
else else
vms << [vmpool, vmname, vmtemplate] vms << [vmpool, vmname, vmtemplate]
metrics.increment("checkout.success.#{vmtemplate}") metrics.increment("checkout.success.#{vmpool}")
end end
end end
end end