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

    A plugin that captures and records the current active Node.js handles.

    This plugin relies on the internal Node.js method process._getActiveHandles(), which may change between Node.js versions and is not part of the public API.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = ActiveHandlesPlugin.name

    Methods

    • Captures the current active handles in the Node.js process and records their aggregated counts by object name into the provided MetricsContext.

      Parameters

      • ctx: MetricsContext

        The MetricsContext instance where the aggregated active handle data will be stored.

      Returns void