Skip to content

[Request] Grafana Dashboard for Prometheus Metrics #2488

@corasaniti

Description

@corasaniti

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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions