Skip to content

Commit

Permalink
support sending metrics locally
Browse files Browse the repository at this point in the history
  • Loading branch information
barneagal committed Aug 25, 2015
1 parent 6f26c5e commit 6b46a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/statsdaemon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ respawn limit 5 30
limit nofile 65550 65550

script
exec /opt/statsdaemon/statsdaemon -prefix="prefix.stats." -graphite=carbon.hostedgraphite.com:2003 >>/mnt/log/statsdaemon.log 2>&1
exec /opt/statsdaemon/statsdaemon -prefix="prefix.stats." -graphite="carbon.hostedgraphite.com:2003,127.0.0.1:2003" >>/mnt/log/statsdaemon.log 2>&1
end script

0 comments on commit 6b46a68

Please sign in to comment.