summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-06 11:03:21 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-06 11:03:21 +0000
commit75b61ded8242d6bfb3005a37456656898d188097 (patch)
treef8866277d39e04deea277b79e723b3d5bf3c35e9
parent6965d06ef960e5778ab4ea457d3f5882849125df (diff)
Explicitly report time in MS
-rw-r--r--lib/custodian/alerts/graphite.rb2
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.