mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
慢查询提示优化
This commit is contained in:
@@ -167,7 +167,7 @@ func DefaultReportFunction(name string,callNum int,costTime time.Duration,record
|
|||||||
for elem!=nil {
|
for elem!=nil {
|
||||||
pRecord := elem.Value.(*Record)
|
pRecord := elem.Value.(*Record)
|
||||||
if pRecord.RType == MaxOverTime_Type {
|
if pRecord.RType == MaxOverTime_Type {
|
||||||
strTypes = "very slow process"
|
strTypes = "too slow process"
|
||||||
}else{
|
}else{
|
||||||
strTypes = "slow process"
|
strTypes = "slow process"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user