[speedtest-prometheus] - adding grafana dashboard example (#215)

* adding grafana dashboard example

* fixing icon
This commit is contained in:
Jeff Billimek 2020-04-30 06:17:48 -04:00 committed by GitHub
parent ac92dc3300
commit 68f5695d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -2,14 +2,14 @@ apiVersion: v2
name: speedtest-prometheus name: speedtest-prometheus
description: Prometheus Exporter for the official Speedtest CLI description: Prometheus Exporter for the official Speedtest CLI
type: application type: application
version: 1.0.0 version: 1.0.1
appVersion: 1.1.0 appVersion: 1.1.0
keywords: keywords:
- speedtest - speedtest
- influxdb - influxdb
- grafana - grafana
home: https://github.com/billimek/billimek-charts/tree/master/charts/speedtest-prometheus 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: sources:
- https://github.com/billimek/prometheus-speedtest-exporter - https://github.com/billimek/prometheus-speedtest-exporter
maintainers: maintainers:

View File

@ -1,5 +1,7 @@
# Prometheus Exporter using the Speedtest CLI # 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. 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; ## TL;DR;
@ -44,3 +46,7 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
```console ```console
helm install --name speedtest-prometheus -f values.yaml billimek/speedtest-prometheus 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.