nopents

0.1.8 • Public • Published

nopents

Node OpenTSDB Client

Installation

npm install nopents

Usage

Nopents = require('nopents')
 
client = new Nopents({
  host: 'localhost',
  port: 8125
});
 
client.send([
  {
    key: 'my.data.point',
    val: 53,
    tags: {
      source: 'wind',
      hostname: 'thor'
    }
  }
]);

Readme

Keywords

Package Sidebar

Install

npm i nopents

Weekly Downloads

301

Version

0.1.8

License

MIT

Last publish

Collaborators

  • henryqdineen
  • maxwellskala
  • arota-hubspot
  • service-ccs
  • rberdeen-hubspot
  • also
  • kj800x
  • friss
  • jhilker