...
|
...
|
@@ -150,6 +150,9 @@ module.exports = (req, res, next) => { |
|
|
});
|
|
|
|
|
|
if (duration > config.slowRoute.min && duration < config.slowRoute.max) {
|
|
|
logger.info('slow:item =>', JSON.stringify(item));
|
|
|
logger.info('slow:data =>', JSON.stringify(data));
|
|
|
|
|
|
slowRouterSqlSender.addMessage(msg2row.slowRouter(data));
|
|
|
}
|
|
|
}
|
...
|
...
|
|