sitespeedio / plugin-lighthouse

Lighthouse plugin for sitespeed.io
MIT License
28 stars 18 forks source link

View Speed Index from Lighthouse Plugin Audit in InfluxDB and Grafana #133

Open shrutiseth opened 2 months ago

shrutiseth commented 2 months ago

Hello @soulgalore,

Am able to view the LCP, INP and CLS values from "numericValue" measurement in InfluxDB which contains the Audit values from Lighthouse. I wanted to check, how can we get the Speed Index value from Lighthouse in Influx DB?

image

Thank you!

soulgalore commented 2 months ago

Hi @shrutiseth you can configure which metrics that will be sent, there are documentation here: https://www.sitespeed.io/documentation/sitespeed.io/configure-metrics/

It isn't super straightforward but at least it should be possible.

Best Peter