diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-02-06 11:03:21 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-02-06 11:03:21 +0000 | 
| commit | d746d47e494dd47eaac8db68a7b43f42513d3c27 (patch) | |
| tree | 59a09dbd72471161856a471a83f61c5b2d07e8a5 | |
| parent | 886ff887fb2d8abf3be4fd483ca08f310441f4e5 (diff) | |
Explicitly report time in MS
| -rw-r--r-- | lib/custodian/alerts/graphite.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/alerts/graphite.rb b/lib/custodian/alerts/graphite.rb index 2cd369a..86e006b 100644 --- a/lib/custodian/alerts/graphite.rb +++ b/lib/custodian/alerts/graphite.rb @@ -58,7 +58,7 @@ module Custodian          #          # The payload          # -        payload = "custodian.#{test}.#{host}.test_duration #{ms} #{Time.now.to_i}" +        payload = "custodian.#{test}.#{host}.test_duration_ms #{ms} #{Time.now.to_i}"          #          #  Send via UDP. | 
