Closed MykhailoKhil closed 3 years ago
Hello there! I faced with problem when count total operation. In Grafana when I took request
SELECT count("counter") FROM "locust_requests" WHERE $timeFilter
actual number 43310
but expected 73365 by locust stats
Here my fix. Sorry cant do pull request for now. I use 'counter': self.env.stats.num_requests for __listen_for_requests_events() init.py.zip
Closed on PR#6 https://github.com/hoodoo-digital/locust-influxdb-listener/pull/8
Hello there! I faced with problem when count total operation. In Grafana when I took request
actual number 43310
but expected 73365 by locust stats