1.0.3 • Published 5 years ago

the-metrics-presets v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

the-metrics-presets

Build Status npm Version JS Standard

Preset of the-metrics

Installation

$ npm install the-metrics-presets --save

Usage

'use strict'

const { RenderingCountMetrics } = require('the-metrics-presets')

async function tryExample () {
  const Components = { /*...*/ }

  // Start rendering count metrics
  const stop = RenderingCountMetrics(Components, {
    interval: 30 * 1000,
  })

}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago