Commit b66fdf9e authored by yujiwei's avatar yujiwei

update:fix monutil

parent 406bf6fa
...@@ -103,7 +103,7 @@ class MonUtil{ ...@@ -103,7 +103,7 @@ class MonUtil{
} }
//记录请求量 //记录请求量
self::counting($db_name.'.'.$host.(string)$operator,0,1); self::counting($db_name.'.'.$host,(string)$operator,1);
//耗时打点 //耗时打点
if(!empty($request_time) && is_numeric($request_time) && $request_time != -799){ if(!empty($request_time) && is_numeric($request_time) && $request_time != -799){
......
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