influxdata / influx-stress

New tool for generating artificial load on InfluxDB
MIT License
121 stars 43 forks source link

influx-stress not generating random values instead giving only 0s. #29

Open rishisha19 opened 6 years ago

rishisha19 commented 6 years ago

As suggested, when I try to enter load using the influx-stress insert command: influx-stress insert stress,data=test value=11.0,quality=2 -r 1s

It is inserting 0 in value and quantity column. What I am expecting is a way to enter float or int random values to be inserted under the columns.