-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
I configured influxdb2 integration and checked data after the first speedtest. These are the available fields I could choose from:
I picked download/upload, but I noticed very low values in influx:
so I checked the mariadb data (record #7):
So the data was ok. But the reported speed of that test was this:
I didn't understand at first...then I thought maybe those download/upload columns in the db represent the amount of data sent/received, and that you get the actual speed values from the json in the data column. Problem is that the data column is not exported to influx.
So, to integrate my OP, I think also the DL/UL speed values should be in their own columns, probably the quantity of data sent/received is not so important, and you could actually reuse those columns. :)
Originally posted by @alexdelprete in #48 (comment)



