I use the Metrics API Metrics for Java.
We use the timers of our entire system to collect delays.
In the initial testing, we connect to our system through JMX to collect statistics, for example, average delays, 75 percent delays, etc.
The problem is that to delete all Metrics objects and re-create them (it seems that a lot of refactoring will be required), is there a way to delete historical data so that when we start a new test we don’t need to restart the system?
Any help would be appreciated.
source
share