node-statsd icon indicating copy to clipboard operation
node-statsd copied to clipboard

how to add mutli entry using line protocol in statsd

Open byteshiva opened this issue 9 years ago • 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);

byteshiva avatar Feb 26 '16 11:02 byteshiva