Minimal Librato client written in CoffeScript for Node.JS application for posting matrices to Librato.
- Node.JS >= 0.10
- Post gauge update
- Post counter update
npm install librato --save
librato = new LibratoClient(user, token, options)
String
prefix - metrics name prefixString
source - metric source default value
New gauge measurement.
New counter increment.