添加tap 2 influxdb脚本
This commit is contained in:
parent
9b9908afed
commit
69e76a7e90
@ -56,7 +56,7 @@ class TAP2Influx:
|
||||
except Exception:
|
||||
log.error(f"split data failed ,{line}", exc_info=True)
|
||||
try:
|
||||
self.influx.write(body)
|
||||
self.influx.write_points(body)
|
||||
except Exception:
|
||||
log.error(f"write 2 influx failed,data={body}", exc_info=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user