hapi-librato

0.1.0 • Public • Published

hapi-librato

Usage

server.register({
  register : require('hapi-librato'),
  options : {
    librato : librato,
  },
}, function(err) {
  if (err) { throw err; }
});

Note: if you give your routes IDs, they will be provided as sources to the metrics. Example:

serve.route({
  method : GET',
  route : '/',
  config : {
    id : 'home-page',
  },
});

Readme

Keywords

Package Sidebar

Install

npm i hapi-librato

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bjy