/lighthouse_dashboard

Lighthouse reports dashboard on Prometheus and Grafana.

Primary LanguageJavaScript

Lighthouse reports dashboard on Prometheus and Grafana.

Middlewares

  • Prometheus
  • Grafana
  • Docker
  • Prometheus Lighthouse Exporter (copy from here)

How to build.

Run applications.

$ docker-compose up --build -d

Create dashboard on Grafana.

  1. Access to Grafana "http://localhost:3000/".
  2. Log in (ID: admin password: admin)
  3. Add dara source.
  4. Import dasgboard.
    • Select "Upload .json file"
    • Choose "prometheus_lighthose_exporter-master/grafana_dashboard.json"

References