Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.48 KB

collector-nodejs-gc

Collect Node.js garbage collection duration metric.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const gc = require('@telemetry-js/collector-nodejs-gc')

telemetry.task()
  .collect(gc)

API

Options

None.

Install

With npm do:

npm install @telemetry-js/collector-nodejs-gc

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers