监控Express

监控HTTP请求错误

app.use(fundebug.ExpressErrorHandler);

Fundebug的错误处理中间件ExpressErrorHandler必须放在其他中间件之后。

监控HTTP慢请求

fundebug.httpTimeout = 1000;
app.use(fundebug.ExpressTimeoutHandler());

Fundebug的慢请求监控中间件ExpressTimeoutHandler必须放在其他中间件之前。

results matching ""

    No results matching ""