0.1.8 • Published 9 years ago

nopents v0.1.8

Weekly downloads
42
License
MIT
Repository
-
Last release
9 years ago

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

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.0

12 years ago