You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the test is done and Jmeter is waiting for the server to close, the metrics about the requests aren't available anymore . Only the ones about the JVM are ..
The good news is it's easy to patch ..
We just need to edit the method "com.github.johrstrom.listener.PrometheusListener.testEnded()" to put the clearing part after the closing of the server.
I can make a pull request if it's OK for you.
Damien
The text was updated successfully, but these errors were encountered:
* bugfix in PrometheusServer.java to close the server after the delay
* bugfix in PrometheusListener.java to clear the collectors after the server is closed.
Hi there,
Sorry I think I found another bug ..
When the test is done and Jmeter is waiting for the server to close, the metrics about the requests aren't available anymore . Only the ones about the JVM are ..
The good news is it's easy to patch ..
We just need to edit the method "com.github.johrstrom.listener.PrometheusListener.testEnded()" to put the clearing part after the closing of the server.
I can make a pull request if it's OK for you.
Damien
The text was updated successfully, but these errors were encountered: