Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.42 KB

collector-disk

Collect disk metrics.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

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

telemetry.task()
  .collect(disk, { /* options */ })

Options

Yet to document.

Install

With npm do:

npm install @telemetry-js/collector-disk

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers