0.1.2 • Published 11 years ago

hostedgraphite v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

node-hostedgraphite

Simple client for hostedgraphite

Usage:

var Graphite = require('hostedgraphite');

var graphite = new Graphite(API_KEY);

graphite.sendMetric('metricName.metricOne', 10);
graphite.sendMetrics({
    'metricName.metricOne': 10,
    'metricName.metricTwo': 53,
    'someOtherMetric': 1,
});
0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago