0.1.9 • Published 6 years ago

fuzzy-rotary-phone v0.1.9

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

fuzzy-rotary-phone

A simple npm package to add heroku runtime metrics to an existing node.js application.

Usage

$ npm install --save fuzzy-rotary-phone

And then in the main file of each process you want monitored add:

require("fuzzy-rotary-phone");

Metrics collected

{
  "counters": {
    "node.gc.collections": 0,
    "node.gc.pause.ns": 0
  },
  "gauges": {
    "node.heap.inuse.bytes": 12472640,
    "node.heap.total.bytes": 17158144,
    "node.heap.limit.bytes": 1501560832
  }
}

See https://github.com/Xe/fuzzy-rotary-phone/blob/master/src/index.js#L4 for more explanation on the individual metrics being monitored.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago