mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[speedtest-prometheus] - adding grafana dashboard example (#215)
* adding grafana dashboard example * fixing icon
This commit is contained in:
parent
ac92dc3300
commit
68f5695d4f
@ -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:
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user