npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@supertenant/supermeter

v0.9.2

Published

SuperTenant's supermeter agent

Readme

Overview

@supertenant/supermeter is an innovative monitoring and tenant management package designed for Node.js applications. It enables measurement collection and automatic tracing as well as measurement and trace reporting for Supertenant.

In addition, it integrates advanced features such as Quality of Service (QoS), rate limiting, and multi-tenant environment support. This document provides a comprehensive guide for integrating and using the @supertenant/supermeter package in your Node.js applications.

Features

  • Advanced Monitoring: Tracks and monitors application performance, resource usage, and system behavior in real-time.
  • Multi-Tenant Management: Efficiently handles multiple tenant environments, ensuring isolated and secure data handling for each tenant.
  • Quality of Service (QoS): Manages and optimizes the service quality, ensuring consistent performance across different environments.
  • Rate Limiting: Controls the rate of requests to prevent overloading of services, ensuring stable and reliable application performance.

Prerequisites

Before you begin, ensure that your development environment meets the following requirements:

  • Node.js version compatible with @supertenant/supermeter (refer to the Supported Modules section below).
  • NPM or Yarn package manager installed.

Installation

Using NPM

To install @supertenant/supermeter using NPM, run the following command in your project directory:

npm install @supertenant/supermeter --save

Using Yarn

For Yarn users, install the package by running:

yarn add @supertenant/supermeter

Usage

To integrate the @supertenant/supermeter package into your Node.js application, include it at the beginning of your application's entry point:

node -r @supertenant/supermeter <your_app>

Supported Modules

Node.js Version Support

| Node.js Version | Collector Versions | | --------------- | ------------- | | >=16.20.1 | 0.7.9 -latest | | >=16.20 | 0.6.8 -0.7.9 | | <8.0.0 | Not supported |

Supported Libraries

HTTP Libraries

| Library | Supported Versions | | --- | --- | | Express | >2.1.0 | | Fastify | >=3.0.0 <4 | | Redis | >=2.0.0 <5.0.0 |

Databases

| Library | Supported Versions | | --- | --- | | MySQL | >2.1.0 | | MySQL2 | >=3.0.0 <4 | | MongoDB | >=5 <6 (Node >=14.20.1) | | | >=4 <5 (Node >=12.9.0) | | | >=3.5 <4 (Node >=10.0.0) |

Ensure that your application dependencies align with these supported versions for optimal compatibility and performance.

Additional Compatibility

Please note that additional compatible versions and packages can be made available by request. For inquiries about specific versions or packages, please contact us at [email protected].

Configuration

To configure the @supertenant/supermeter package, you can set environment variables or use configuration files specific to your application's requirements. For detailed configuration options, refer to the official @supertenant/supermeter documentation.

Troubleshooting

If you encounter issues while using @supertenant/supermeter, consult the documentation or reach out to the support team for assistance. Common issues may include compatibility problems with certain Node.js or library versions, which can often be resolved by adjusting your project's dependencies.

Contributing

Contributions to the @supertenant/supermeter project are welcome. If you have suggestions or improvements, please submit a pull request or open an issue in the project's repository.