Abyss Monitor
  • Abyss Monitor
  • Setup
    • Core
    • Logger
    • Stats Performance
    • Store
    • Middleware
    • Alerts
  • Tutorials
    • Create an API
    • Distributed Cron Task
  • About
    • Links
Powered by GitBook
On this page
  1. Setup

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.

PreviousLoggerNextStore

Last updated 8 months ago