-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Pre-work
- I have searched open and closed feature request to make sure this or similar feature request does not already exist.
- I have reviewed the milestones to ensure that this feature request, or a similar one, has not already been proposed.
- I agree to follow this project's Code of Conduct.
Which part of the application does your feature belong to?
Charts
Description
Thansk for Prometheus Integration
With this scrape in my Prometheus installation, I can get data of my Internet Connection and put inside Promehteus
https://192.168.2.190:8443/prometheus
scrape_configs:
- job_name: 'speedtest-tracker'
scrape_interval: 60s # Adjust to your set schedule
scrape_timeout: 10s
metrics_path: /prometheus
static_configs:
- targets: ['192.168.2.190:8443']
It should be nice, if you can provide a Grafana Dashboard to plot Prometheus metric
Thanks
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation