(maint) metrics.log -> metrics.timing

We missed this during the refactoring. Bringing this up to date.
This commit is contained in:
Rick Bradley 2016-07-12 14:54:20 -05:00
parent 3efed6321c
commit 2f500715f0

View file

@ -289,7 +289,7 @@ module Vmpooler
finish = '%.2f' % (Time.now - start) finish = '%.2f' % (Time.now - start)
$logger.log('s', "[-] [#{pool}] '#{vm}' destroyed in #{finish} seconds") $logger.log('s', "[-] [#{pool}] '#{vm}' destroyed in #{finish} seconds")
$metrics.log("destroy.#{pool}", finish) $metrics.timing("destroy.#{pool}", finish)
end end
end end
end end