@stephen-shopopop/node-metrics
    Preparing search index...

    A plugin for capturing and recording information about active Node.js resources.

    This plugin is useful for monitoring resource usage and diagnosing resource leaks in Node.js applications.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = ActiveResourcesInfoPlugin.name

    Methods

    • Captures information about the currently active Node.js resources and stores the aggregated data in the provided metrics context.

      Parameters

      • ctx: MetricsContext

        The metrics context where the aggregated active resources information will be set under the key 'nodejs_active_resources'.

      Returns void