sivy/node-statsd

how to add mutli entry using line protocol in statsd

byteshiva opened this issue · 0 comments

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);