mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #435 from puppetlabs/MAINT-Fix-Checkout-Metric
(MAINT) Fix checkout counter allocation
This commit is contained in:
commit
a3cfe7749e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue