Skip to content

Commit

Permalink
Merge pull request #2 from jwheare/master
Browse files Browse the repository at this point in the history
Changes the gauge logging key from gauge.Key to stats.gauges.Key
  • Loading branch information
RJ committed May 9, 2012
2 parents 55160bf + 4a97c1c commit c9e1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/estatsd_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ do_report_gauges(Gauges) ->
fun ({Val, TsStr}, KeyAcc) ->
%% Build stats string for graphite
Fragment = [
"gauge.", KeyS, " ",
"stats.gauges.", KeyS, " ",
io_lib:format("~w", [Val]), " ",
TsStr, "\n"
],
Expand Down

0 comments on commit c9e1b99

Please sign in to comment.