-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Enabled the selection of cloudflare speedtest #475
Enabled the selection of cloudflare speedtest #475
Conversation
Does this fix the Gigabit issues with speedtest-cli? |
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark pull requests as stale. |
The only concern here is the maintenance of the Docker image — I'm willing to merge this in, as I do think a choice would be nice (and it may help with certain types of connections), but I also see the maintenance history of speedtest-exporter vs. cloudflare-speedtest-exporter, and just want to make sure I don't have to yank this change if the downstream image goes unmaintained and starts breaking. |
Hi @geerlingguy, thanks for you reply. I guess for most people the Ookla speedtest should be fine. I just had the use case that it wasn't working well for me. BR |
Hi @Maxxxel, I'm not sure which Gigabit issue you're talking about. Do you have an issue ID / reference? |
Hi @geerlingguy, just a gentle ping on this PR. Tbh, I don't mind either way. If you decide not to merge it, it's fine with me too... at least people can find the closed PR and take this for a spin by merging the change themselves. |
interestingly, after making the switch over, the exporter outputs 2 decimal places to the log, but either Grafana or Prometheus seems to be truncating it. i am not sure why, but the graphs and gauge readings now only display integers. this is likely not a result of your tooling, but i was wondering if you had any ideas. |
Hi @Nytelife26, thanks for your sharing your observation. I'm currently on holidays, but will have a look on my return next week. Cheers |
Hi @Nytelife26, my apologies, left this hanging for a while but finally got around looking into it. This should be solved with the latest commit and the new release https://github.com/martinbrose/cloudflare-speedtest-exporter/releases/v1.2.0. Feel free to check this out with the latest container from Docker Hub or GHCR. |
consider me sold, i'll be trialling your exporter full time and i'll let you know if anything else is up, but i think it should be a strong alternative. good work :) |
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
Update to closed pull request #387.
Created a new Docker image called
redorbluepill/cloudflare-speedtest-exporter
to replace the current Ookla Speedtest Prometheus Exporter and enabled the selection of the speedtest images through a variable calledmonitoring_speedtest_provider
inconfig.yml
.Replacing the image in file
templates/docker-compose.yml.j2
is implemented with an if statement based on the speedtest variable in the config file. The original speedtest based on Ookla will always be the default, in case of missing config variable or misspelling.@geerlingguy, I think that addresses your last comment on closed pull request #387.
Fixes #341: