Authored by 陈峰

commit

... ... @@ -28,16 +28,15 @@ async function handleWebServerDuration(m) {
slowRouterSqlSender.addMessage(msg2row.slowRouter(newData));
}
if (m.tags.app === 'yoho-community-web') {
logger.info(m);
}
if (m.tags.type.toLowerCase() === 'api') {
if (_.includes(API_BLACK_LIST, m.tags.api)) {
return;
}
if (m.tags.app === 'yoho-community-web') {
logger.info(m);
}
logger.debug('[api] route info [%s]', JSON.stringify(m));
apiInfluxSender.addMessage({
... ...