Commit e9170a6e authored by 赵威's avatar 赵威

add description

parent 7bdd0f97
......@@ -110,21 +110,23 @@ object Main extends LazyLogging {
// current time
logger.info(s"${user.eventCn} ${deviceId}")
// if (deviceId == "64695DE0-B926-4188-9C62-D987DC20BEDF") {
// DingTalk.send(
// Map(
// "deviceId" -> deviceId,
// "eventCn" -> user.eventCn,
// "action" -> user.action,
// "cityId" -> user.cityId.toString,
// "logTime" -> user.logTime.toString,
// "projects" -> user.projects.mkString(" "),
// "diaryRead" -> diaryRead.size.toString,
// "tractateRead" -> tractateRead.size.toString,
// "answerRead" -> answerRead.size.toString
// )
// )
// }
if (deviceId == "64695DE0-B926-4188-9C62-D987DC20BEDF") {
DingTalk.send(
Map(
"deviceId" -> deviceId,
"eventCn" -> user.eventCn,
"action" -> user.action,
"cityId" -> user.cityId.toString,
"logTime" -> user.logTime.toString,
"projects" -> user.projects.mkString(" "),
"diaryRead" -> diaryRead.size.toString,
"tractateRead" -> tractateRead.size.toString,
"answerRead" -> answerRead.size.toString,
"cost" -> s"${streamTimeBegin - user.sendTimestamp}ms",
"description" -> "收到请求到开始处理的时间"
)
)
}
deviceId
} catch {
......
......@@ -50,6 +50,7 @@ object Redis {
"method" -> "Redis.save",
"deviceId" -> deviceId,
"contentType" -> contentType,
"description" -> "该设备从流开始处理到存入结果的总时间",
"streamTotalSeconds" -> s"${total}ms"
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment