danopstech / speedtest_exporter

🏎️ Prometheus exporter that runs speedtest and exposes results
GNU General Public License v3.0
52 stars 19 forks source link

Error in displaying the results in the grafana dashboard #34

Open kaerbr opened 2 years ago

kaerbr commented 2 years ago

Describe the bug I'm using your speedtest-exporter which works fine! (:
Unfortunately the dashboard which is mentioned at the end of the README.md seems to have a bug?!

To Reproduce

  1. I am running the exporter via docker as mentioned in the readme: docker run --name speedtest-exporter --hostname speedtest-exporter ghcr.io/danopstech/speedtest_exporter:latest (I am running prometheus, grafana and all exporters i use in the same network. Therefore I dont have to expose any ports to the host)
  2. : The prometheus configuration is as follows
    - job_name: speedtest-exporter
    scrape_interval: 30m
    scrape_timeout: 1m
    static_configs:
      - targets: ['speedtest-exporter:9090']

Expected behavior

Screenshots grafik

Additional context

Unfortunately I do not know how to edit or create dashboards in grafana.

I hope you can help me! Many many thanks in advance! (: