Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felixge/node-measured-librato
- Owner: felixge
- Created: 2012-05-25T08:17:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-25T08:46:43.000Z (over 12 years ago)
- Last Synced: 2024-12-18T05:44:10.690Z (7 days ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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);
```