Package Exports
- @telemetry-js/collector-nodejs-event-loop-duration
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@telemetry-js/collector-nodejs-event-loop-duration) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
collector-nodejs-event-loop-duration
Collect Node.js event loop duration. See also the
*-lagplugin; TBD which is more meaningful.
Atelemetryplugin.
Table of Contents
Usage
const telemetry = require('@telemetry-js/telemetry')()
const eld = require('@telemetry-js/collector-nodejs-event-loop-duration')
telemetry.task()
.collect(eld)API
Options
None.
Install
With npm do:
npm install @telemetry-js/collector-nodejs-event-loop-durationAcknowledgements
This project is kindly sponsored by Reason Cybersecurity Ltd.
License
MIT © Vincent Weevers
