graphite-promise

3.0.3 • Public • Published

graphite-promise

NPM version Downloads Actions Status Actions Status

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

Readme

Keywords

Package Sidebar

Install

npm i graphite-promise

Weekly Downloads

1

Version

3.0.3

License

MIT

Unpacked Size

10.4 kB

Total Files

8

Last publish

Collaborators

  • ashpool