Skip to content

Instantly share code, notes, and snippets.

@jsidhu
Created May 19, 2016 17:19
Show Gist options
  • Save jsidhu/b4ba566bee95a7504da097fa8653aa47 to your computer and use it in GitHub Desktop.
Save jsidhu/b4ba566bee95a7504da097fa8653aa47 to your computer and use it in GitHub Desktop.
send metric to statsd via netcat
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