Ax1an edited a comment on pull request #6549: URL: https://github.com/apache/skywalking/pull/6549#issuecomment-803230736
@wu-sheng I use the rate function to represent the trend in number per second. I use the increase function to represent the increments per minute. For example, let's assume that there are two persistence_timer_bulk_prepare operations between 09: 59 and 10: 00, which take 20 seconds and 10 seconds respectively. Then, it took 2 minutes to do next persistence_timer_bulk_prepare operation. This panel should look like this:  This may be difficult to understand at first. It works better when you get used to it. It can help us to intuitively see some high-latency single operation. In order to optimize it. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
