Created
November 23, 2015 01:33
-
-
Save talwai/c83cf4faa87ae27f5c74 to your computer and use it in GitHub Desktop.
Send Metric to Containerized StatsD on Mac OS X via docker-machine
This file contains hidden or 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
# Mac OS X | |
echo "aaditya.test.metric:100|g" | nc -u -w0 $(docker-machine ip default) 8125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment