Skip to content

Turistforeningen/node-librato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librato client for Node Build Status

Minimal Librato client written in CoffeScript for Node.JS application for posting matrices to Librato.

Requirements

  • Node.JS >= 0.10

Features

  • Post gauge update
  • Post counter update

Install

npm install librato --save

Usage

librato = new LibratoClient(user, token, options)

Options

  • String prefix - metrics name prefix
  • String source - metric source default value

librato.measure(key, val, opts, cb)

New gauge measurement.

librato.count(key, val, opts, cb)

New counter increment.

About

Librato client for Node

Resources

License

Stars

Watchers

Forks

Packages

No packages published