0.1.8 • Published 8 years ago

nopents v0.1.8

Weekly downloads
42
License
MIT
Repository
-
Last release
8 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

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

11 years ago