Skip to content

abroweb/node-graphite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphite

Build Status

A node.js client for graphite.

Install

npm install graphite

Usage

Sending data:

var graphite = require('graphite');
var client = graphite.createClient('plaintext://graphite.example.org:2003/');

var metrics = {foo: 23};
client.write(metrics, function(err) {
  // if err is null, your data was sent to graphite!
});

Todo

  • More docs

License

Licensed under the MIT license.

About

A node.js client for graphite.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%