Skip to content

[Bug] Influx integration sends bytes sent rather than bandwidth measurement #82

@adamus1red

Description

@adamus1red

I configured influxdb2 integration and checked data after the first speedtest. These are the available fields I could choose from:

image

I picked download/upload, but I noticed very low values in influx:

image

so I checked the mariadb data (record #7):

image

So the data was ok. But the reported speed of that test was this:

image

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions