vperaltac commented on issue #5654:
URL: https://github.com/apache/jmeter/issues/5654#issuecomment-1445207222

   Hello, I encountered this issue as well. Are there any plans to take action 
on this?
   
   Taking a look at the code for `InfluxDBRawBackendListenerClient` and 
`InfluxDBBackendListenerClient` I noticed that the function `teardownTest()` 
includes the following code for `InfluxDBBackendListenerClient`:
   
   ```java
   // Send last set of data before ending
   log.info("Sending last metrics to InfluxDB");
   sendMetrics();
   ```
   
   This is not present on `InfluxDBRawBackendListenerClient`, it just calls:
   ```java
   influxDBMetricsManager.destroy();
   ```


-- 
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: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to