Commit 12ba97d8 authored by yujiwei's avatar yujiwei

update:fix

parent 1368a385
...@@ -93,7 +93,7 @@ class MonUtil{ ...@@ -93,7 +93,7 @@ class MonUtil{
} }
//记录请求量 //记录请求量
self::counting('mongodb.'.$mysql_host , (string)$operator,0) . "\n"; self::counting('mongodb.'.$mysql_host , (string)$operator,0);
//耗时打点 //耗时打点
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