locust_influx icon indicating copy to clipboard operation
locust_influx copied to clipboard

Send information about locust requests to influxdb.

Results 5 locust_influx issues
Sort by recently updated
recently updated
newest added

Hi, with locust.io 1.0 somethings break, i managed to change the setup.py with: install_requires=[ 'locust>=1.0', 'influxdb>=5.2.2', ], but loucst gives me: File "/home/ubuntu/locust/venv/lib/python3.6/site-packages/locust_influx-0.2.4-py3.6.egg/locust_influx/__init__.py", line 168, in expose_metrics TypeError: unsupported operand...

**Enviroment:** *OS:* Windows 7 *Python:* 3.8.3 locust==1.1.1 This error happened when I was trying to install with `pip install locust-influx` > ERROR: Command errored out with exit status 1: command:...

This PR adds the user_count property that is returned by the hatch_complete event. This will help us monitor the step load tests .

Hi @lucrib, There are no influxdb databases included under Grafana when user is trying to access https://localhost:3000 with username and password as admin.