Shell
How to send metrics using Shell
echo "YOUR-API-KEY.foo 1.2" | nc carbon.hostedgraphite.com 2003echo "YOUR-API-KEY.foo 1.2" | nc -uw0 carbon.hostedgraphite.com 2003Last updated
How to send metrics using Shell
echo "YOUR-API-KEY.foo 1.2" | nc carbon.hostedgraphite.com 2003echo "YOUR-API-KEY.foo 1.2" | nc -uw0 carbon.hostedgraphite.com 2003Last updated
echo "YOUR-API-KEY.con_users 1.3" | ncat --ssl carbon.hostedgraphite.com 20030echo "YOUR-API-KEY.con_users 1.3" | openssl s_client -connect carbon.hostedgraphite.com:20030curl https://[email protected]/api/v1/sink --data-binary "foo 1.2"echo "YOUR-API-KEY.foo.statsd:1.2|c" | nc -u -w1 statsd.hostedgraphite.com 8125curl https://[email protected]/api/v1/sink --data-binary @data.txt