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

    Variable MAX_EVENT_LOOP_UTILIZATIONConst

    MAX_EVENT_LOOP_UTILIZATION: 0.98

    The maximum allowed event loop utilization before triggering warnings or throttling.

    This constant is used to monitor the Node.js event loop and ensure that the application does not exceed a safe utilization threshold, which could lead to performance degradation.

    A value close to 1.0 means the event loop is almost fully utilized, leaving little room for additional asynchronous operations. Setting this threshold helps maintain application responsiveness.