Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixge/node-measured-librato

Librato adapter for measured. Not ready yet.
https://github.com/felixge/node-measured-librato

Last synced: 3 days ago
JSON representation

Librato adapter for measured. Not ready yet.

Awesome Lists containing this project

README

        

# measured-librato

Example:

```js
var collection = require('measured').createCollection();

var reporter = require('measured-librato').createReporter({
email : 'your librato e-mail',
token : 'your librato token',
interval : 1000,
});

reporter.addCollection(collection);
```