Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.49 KB

schedule-simple

Schedule plugin to collect metrics on a fixed interval.
A telemetry plugin.

npm status node Test JavaScript Style Guide

Table of Contents

Click to expand

Usage

const telemetry = require('@telemetry-js/telemetry')()
const simple = require('@telemetry-js/schedule-simple')

telemetry.task()
  .schedule(simple, { interval: '5m' })

API

Options

Yet to document.

Install

With npm do:

npm install @telemetry-js/schedule-simple

Acknowledgements

This project is kindly sponsored by Reason Cybersecurity Ltd.

reason logo

License

MIT © Vincent Weevers