🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

librato

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

librato

Librato client for Node

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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.

MIT license

Keywords

Librato

FAQs

Package last updated on 11 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts