thulab / iot-benchmark

IoT-benchmark is a tool for benchmarking TSDB in IoT scenario.
Apache License 2.0
180 stars 101 forks source link

fix error in influxdb-2.0 #366

Closed l2280212 closed 1 year ago

l2280212 commented 1 year ago
  1. Add a new parameter INFLUXDB_ORG to config.properties. Users can specify the InfluxDB organization (same as the DB_NAME before).
  2. If multi-client write is used, an error will be reported, but the write operation will not be affected. image Similar errors will no longer be reported.
  3. The README in InfluxDB 2.0 had some errors in the description, fixed now.
  4. Previously, in InfluxDB 2.0, the precision of time range queries was fixed to seconds.It has now been fixed.
  5. The GroupBy function used in nfluxDB 2.0 is wrong.now fixed