Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.22 KB

README.md

File metadata and controls

53 lines (29 loc) · 2.22 KB

Speedtest-Tracker-v2-InfluxDBv2

A dashboard to display data exported by Speedtest Tracker v2 . Avalible Now at Grafana Dashboard 17808 (https://grafana.com/grafana/dashboards/17808-speedtest-tracker-v2-influxdbv2/)

This dashboard shows data collected by Speedtest Tracker v2 https://github.com/alexjustesen/speedtest-tracker and exported in an InfluxDBv2 database in the bucket.

Dashboard based on my previous dashboard Speedtest Tracker - InfluxDBv2 with guide for OLD Speedtest Tracker app. https://grafana.com/grafana/dashboards/16428-speedtest-tracker/

Same steps here as before for exporting data but without needs for influxDBv1. Check Here

Info

Screenshot 2024-08-14 202917 Screenshot 2024-08-14 202935

14.8.24 - More Panels added + some fixes.
20.4.24 - Panels fixed + Avg Speed fixed.
6.4.24 - Added Multi bucket support.

You can change bucket name and add multiple buckets by :

Go to Dashboard Setting - Variables - Click on bucket - Custom options:

Screenshot 2024-04-06 204806

Steps

1. create bucket in InfluxDBv2

2.1 create or use exist API token (ALL ACCESS) for Grafana and auth.

2.2 create API token (read/write) for this bucket to use with speedtest-tracker or use exist.

3. Config Client of InfluxDBv2(Speedtest-tracker) by entered data : bucket, etc ...

4. Check in InfluxDBv2 in Data Explorer that data is exist in bucket

5. Then you can select all data needed and switch to Script Editor copy the script (already done)

6. Configure Grafana to use with data from InfluxDBv2 ( select datasource = InfluxDB , Query Language = Flux  ,Organization = yourorg , Bucket = speedtest , Token = yourtoken for bucket )

7. import this script in Grafana Dashboard .

8. Enjoy

image influxsetup