node-statsd
node-statsd copied to clipboard
how to add mutli entry using line protocol in statsd
Can you let me know how to add cpu,host=serverA,region=us_west value=0.64
in statsd timer
var StatsD = require('node-statsd'),
client = new StatsD();
// Timing: sends a timing command with the specified milliseconds
client.timing('response_time', 42);