JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21592
  • Score
    100M100P100Q144671F
  • License Apache-2.0 OR MIT

Allows tracking of statistics while libp2p is running

Package Exports

  • @libp2p/tracked-map

Readme

libp2p-tracked-map

allows tracking metrics in libp2p

Table of Contents

Description

A map that reports it's size to the libp2p Metrics system.

If metrics are disabled a regular map is used.

Example

import { trackedMap } from '@libp2p/tracked-map'

const map = trackedMap<string, string>({ metrics })

map.set('key', 'value')

Installation

$ npm i @libp2p/tracked-map

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.