Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in displaying the results in the grafana dashboard #34

Open
kaerbr opened this issue Feb 12, 2022 · 0 comments
Open

Error in displaying the results in the grafana dashboard #34

kaerbr opened this issue Feb 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kaerbr
Copy link

kaerbr commented Feb 12, 2022

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?!

  • Colums like server_name or server_id or distance are 3 times in the table.
  • Download, Upload and Latency are marekd as NaN.

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

  • Colums like server_name or server_id or distance should only be displayed 1 time.
  • Download, Upload and Latency are marekd as should be the values which are display at the top

Screenshots
grafik

Additional context

  • OS: Armbian 21.08.1 Bullseye with Linux 5.10.63-rockchip64 (nanopi neo3)
  • ghcr.io/danopstech/speedtest_exporter:latest (v.0.0.5)

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

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

@kaerbr kaerbr added the bug Something isn't working label Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants