geerlingguy / internet-monitoring

Monitor your network and internet speed with Docker & Prometheus
1.28k stars 138 forks source link

Speedtest-Exporter container healthy, but data not showing in Grafana #9

Closed ilyesm closed 3 years ago

ilyesm commented 3 years ago

Hi there,

I am not sure if I may be doing something wrong, but the speedtest-exporter container is healthy and up, but on the Grafana dashboards on :3030, I am only occasionally seeing speedtest data.

image

image

Any clues as to what may be happening?

Thanks. ilyesm

pakair commented 3 years ago

I see your containers just started 33 min ago. maybe you need to wait a few hours to collect data. I have "Last 24 hours" for the time range.

ilyesm commented 3 years ago

Thanks @pakair. Might have identified the reason, the scrape_interval is set to 30m. Will change to 15m and see if this gives me more frequent speedtest results, and will close if that's the case.

ilyesm commented 3 years ago

Hi there. Seems like this was a non-issue, and was being caused by the scrape_interval. Closing this issue. Thanks.

geerlingguy commented 3 years ago

@ilyesm - Yeah; I set it to 30m just to be a little more on the safe side, in case someone has data caps and I don't want the default setting to blow through those right away (I initially had it do a speedtest every 5m!).