Package Exports
- @telemetry-js/schedule-simple
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/schedule-simple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
schedule-simple
Schedule plugin to collect metrics on a fixed interval.
Atelemetryplugin.
Table of Contents
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-simpleAcknowledgements
This project is kindly sponsored by Reason Cybersecurity Ltd.
License
MIT © Vincent Weevers
