Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.7 KB

File metadata and controls

56 lines (36 loc) · 1.7 KB

collector-nodejs-event-loop-lag

Collect Node.js event loop lag. See also the *-duration plugin; TBD which is more meaningful.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const ell = require('@telemetry-js/collector-nodejs-event-loop-lag')

telemetry.task()
  .collect(ell)

API

Options

None.

Install

With npm do:

npm install @telemetry-js/collector-nodejs-event-loop-lag

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers