diff --git a/charts/speedtest-prometheus/Chart.yaml b/charts/speedtest-prometheus/Chart.yaml index 9742957d..f40d7ee7 100644 --- a/charts/speedtest-prometheus/Chart.yaml +++ b/charts/speedtest-prometheus/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: speedtest-prometheus description: Prometheus Exporter for the official Speedtest CLI type: application -version: 1.0.0 +version: 1.0.1 appVersion: 1.1.0 keywords: - speedtest - influxdb - grafana home: https://github.com/billimek/billimek-charts/tree/master/charts/speedtest-prometheus -icon: https://img.favpng.com/12/7/24/speedtest-net-logo-internet-access-png-favpng-yVPchiKuhWWAXA41Vpak0NUvx.jpg +icon: https://cdn.speedcheck.org/images/reviews/ookla-logo.png sources: - https://github.com/billimek/prometheus-speedtest-exporter maintainers: diff --git a/charts/speedtest-prometheus/README.md b/charts/speedtest-prometheus/README.md index 04652a88..a2b6c130 100644 --- a/charts/speedtest-prometheus/README.md +++ b/charts/speedtest-prometheus/README.md @@ -1,5 +1,7 @@ # Prometheus Exporter using the Speedtest CLI +![Screenshot](https://i.imgur.com/iIzWUre.png) + This is a helm chart provising a prometheus exporter (with optional ServiceMontor) to conduct speedtests using the official speedtest CLI. Based on the [prometheus-speedtest-exporter](https://github.com/billimek/prometheus-speedtest-exporter) multi-arch container image. ## TL;DR; @@ -44,3 +46,7 @@ Alternatively, a YAML file that specifies the values for the above parameters ca ```console helm install --name speedtest-prometheus -f values.yaml billimek/speedtest-prometheus ``` + +## Grafana Dashboard + +You can find an [example grafana dashboard](https://github.com/billimek/prometheus-speedtest-exporter/blob/master/speedtest-exporter.json) as shown in the screenshot above.