Stats Performance

Abyss Monitor allow you to publish stats performance (cpu, memory, disk usage) of your application to the dashboard.

AbyssMonitorCore.StatsPublisher.start({
      // First, provide one Abyss Monitor Logger
      logger: logger,
      // Optionally you can also provide a custom processId, by default it will take the running processing from process.pid
      processId: process.pid.toString(),
});

The StatsPublisher allow multiple options, please check package to get the complete list.

Last updated