Skip to content

dylang/nopents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
    }
  }
]);

About

Node OpenTSDB Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published