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

View Lighthouse report values on Grafana Dashboard through InfluxDB (NodeJS setup) #126

Open
shrutiseth opened this issue Dec 6, 2023 · 1 comment

Comments

@shrutiseth
Copy link

Hello. I am setting up Sitespeed.io using NodeJS since Docker installation is not allowed in my organization.

I am able to push the data to InfluxDB and visualize on Grafana using the PageSummary dashboard from here

However, I also want to view the Lighthouse report values on Grafana. The Plus1 dashboard on GitHub is configured to reach from Graphite DB.

Wanted to check, do we have any dashboard which can be imported to view Lighthouse report values using InfluxDB+Grafana using NodeJS setup?

@soulgalore

@soulgalore
Copy link
Member

Hi @shrutiseth there are some lighthouse metrics that are pushed to influx if you run the lighthouse plugin:
https://github.com/sitespeedio/sitespeed.io/blob/main/lib/plugins/influxdb/data-generator.js#L137-L145

So it looks the actual score and audits. For metrics I guess they could be missing a good tag at the moment to find? I haven't used Influx in a long while, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants