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(),
});
Last updated