This package has been deprecated

Author message:

NO LONGER MAINTAINED

@the-/metrics-presets

15.5.6 • Public • Published

@the-/metrics-presets

npm Version

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: 30000,
  })

  /* ... */
  stop()
}

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

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i @the-/metrics-presets

Weekly Downloads

2

Version

15.5.6

License

MIT

Unpacked Size

35.6 kB

Total Files

17

Last publish

Collaborators

  • okunishinishi