Github user mybreeze77 commented on the issue:
https://github.com/apache/jmeter/pull/434
Hey, I think we miss something important. The data sent to InfluxDB once
also depend on the category of requests. That is, for example, if we define
lots of different HTTP requests in one thread group and most of them are
failed, the size of data sent to InfluxDB will increase a lot, because each
failure will be a "line protocol".
Obviously it doesn't make sense restricting the category of requests, I
think this PR also doesn't help resolve the problem. Sorry for not thinking
comprehensively. Maybe we can find another way out.
---