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

   @ham1 after some testing, I found that this was not actually the latter 
metrics not being sent. The issue is, if you have sent multiple requests with 
the same `timestamp`, `status` and `transaction` values (in general, same 
tags), InfluxDB will override the previous entry when inserting a new one. I 
found that this usually happens with the first iteration of requests that 
Jmeter sends when running multiple threads.
   
   I created a PR for this, there are more details there. (#5785)


-- 
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