mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
CSV to influx uses a while loop to write data to Influx
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -53,7 +53,6 @@ class RecordInflux(LFCliBase):
|
||||
print(tag_key, tag_value)
|
||||
p.time(time)
|
||||
p.field("value", value)
|
||||
print(self.influx_bucket, self.influx_org, self.url, self.influx_port)
|
||||
self.write_api.write(bucket=self.influx_bucket, org=self.influx_org, record=p)
|
||||
|
||||
def set_bucket(self, b):
|
||||
|
||||
Reference in New Issue
Block a user