Commit e9170a6e authored by 赵威's avatar 赵威

add description

parent 7bdd0f97
...@@ -110,21 +110,23 @@ object Main extends LazyLogging { ...@@ -110,21 +110,23 @@ object Main extends LazyLogging {
// current time // current time
logger.info(s"${user.eventCn} ${deviceId}") logger.info(s"${user.eventCn} ${deviceId}")
// if (deviceId == "64695DE0-B926-4188-9C62-D987DC20BEDF") { if (deviceId == "64695DE0-B926-4188-9C62-D987DC20BEDF") {
// DingTalk.send( DingTalk.send(
// Map( Map(
// "deviceId" -> deviceId, "deviceId" -> deviceId,
// "eventCn" -> user.eventCn, "eventCn" -> user.eventCn,
// "action" -> user.action, "action" -> user.action,
// "cityId" -> user.cityId.toString, "cityId" -> user.cityId.toString,
// "logTime" -> user.logTime.toString, "logTime" -> user.logTime.toString,
// "projects" -> user.projects.mkString(" "), "projects" -> user.projects.mkString(" "),
// "diaryRead" -> diaryRead.size.toString, "diaryRead" -> diaryRead.size.toString,
// "tractateRead" -> tractateRead.size.toString, "tractateRead" -> tractateRead.size.toString,
// "answerRead" -> answerRead.size.toString "answerRead" -> answerRead.size.toString,
// ) "cost" -> s"${streamTimeBegin - user.sendTimestamp}ms",
// ) "description" -> "收到请求到开始处理的时间"
// } )
)
}
deviceId deviceId
} catch { } catch {
......
...@@ -50,6 +50,7 @@ object Redis { ...@@ -50,6 +50,7 @@ object Redis {
"method" -> "Redis.save", "method" -> "Redis.save",
"deviceId" -> deviceId, "deviceId" -> deviceId,
"contentType" -> contentType, "contentType" -> contentType,
"description" -> "该设备从流开始处理到存入结果的总时间",
"streamTotalSeconds" -> s"${total}ms" "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