MiguelNdeCarvalho / speedtest-exporter

Speedtest Exporter made in python using the official speedtest bin
https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/
GNU General Public License v3.0
197 stars 56 forks source link

Filter dummy values #134

Open adyanth opened 2 years ago

adyanth commented 2 years ago

How can I get a bar graph out of this without the duplicate cached values? Is this possible?

adyanth commented 2 years ago

Can we set the value to something like -1 when serving within the cache time, so that while querying, we can do something like speedtest_download_bits_per_second > -1 ?

MiguelNdeCarvalho commented 2 years ago

Hey,

@adyanth sorry for the late response, that improve should be a good idea, feel free to do a PR with it and I will take a look on that.

Thanks, MiguelNdeCarvalho