This package has been deprecated

Author message:

move to @the-/metrics-presets ( https://github.com/the-labo/the/tree/master/packages/metrics-presets#readme )

the-metrics-presets

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-metrics-presets

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

35.1 kB

Total Files

31

Last publish

Collaborators

  • okunishinishi