StyleTang commented on pull request #757:
URL: 
https://github.com/apache/rocketmq-externals/pull/757#issuecomment-887503504


   In my local environment sometimes the send message latency will less than 
1ms, but in real environment there will have network latency, may be > 1ms. Not 
sure whether we should change the precision from milliseconds to microseconds, 
for now I will just keep using milliseconds.
   
   The user experience of this commit is like this:
   
   1. If can not get costTime, **no cost time will show** in the graph, will 
use **--** in data table (For transaction trace and consume message trace which 
subAfter is missing) 
   2. For cost time is 0ms,  we just show **<1ms** 
   
![image](https://user-images.githubusercontent.com/5286751/127159668-a70ae9fc-329f-4c12-8a7d-91feb8df3837.png)
   
   
![image](https://user-images.githubusercontent.com/5286751/127159696-859c5064-d28b-498c-99ca-e55332c6ff07.png)
   
   
![image](https://user-images.githubusercontent.com/5286751/127159737-2741e93a-b801-4630-b72e-635f0d2bf2d3.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to