graphite-promise
v3.0.3
Published
A Node.js module to interface with [Graphite](https://graphiteapp.org)
Downloads
11
Readme
graphite-promise
Status
Experimental/Unstable
Usage
import {GraphiteClient} from 'graphite-promise';
const client = new GraphiteClient('plaintext://127.0.0.1:2003/'
|| {hostedGraphiteKey: 'a key', url: 'graphite url'});
Example
client.write({ home: { indoor: { temp: 21.2 } } }, 1427727486200);
This project began as a fork of https://github.com/felixge/node-graphite