Skip to content
Snippets Groups Projects
Commit ae41f5a7 authored by Ooo0oO0o0oO's avatar Ooo0oO0o0oO
Browse files

fix comment issue

parent 436924f5
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ func (ef *ActiveFilter) OnResponse(result protocol.Result, invoker protocol.Invo ...@@ -55,6 +55,7 @@ func (ef *ActiveFilter) OnResponse(result protocol.Result, invoker protocol.Invo
if err != nil { if err != nil {
result.SetError(err) result.SetError(err)
logger.Errorf("parse dubbo_invoke_start_time to int64 failed") logger.Errorf("parse dubbo_invoke_start_time to int64 failed")
return result
} }
elapsed := protocol.CurrentTimeMillis() - startTime elapsed := protocol.CurrentTimeMillis() - startTime
protocol.EndCount(invoker.GetUrl(), invocation.MethodName(), elapsed, result.Error() == nil) protocol.EndCount(invoker.GetUrl(), invocation.MethodName(), elapsed, result.Error() == nil)
......
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