Created
May 19, 2016 17:19
-
-
Save jsidhu/b4ba566bee95a7504da097fa8653aa47 to your computer and use it in GitHub Desktop.
send metric to statsd via netcat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "deploys.test.myservice:1|c" | nc -w 1 -u graphite.example.com 8125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment