Skip to content

Commit

Permalink
new l2met format
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Zoschke committed Nov 14, 2012
1 parent 6858fd7 commit 120f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/librato
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ metrics = [


metrics.each do |m,opts| metrics.each do |m,opts|
fn = m.split(".")[1] fn = m.split(".")[1]
log(val: avail(m,opts), measure: "#{fn}.avail") log(val: avail(m,opts), measure: "#{ENV["ORG"]}.#{ENV["NAME"]}.#{fn}.avail")
end end

0 comments on commit 120f2cc

Please sign in to comment.