You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I noticed that the plugin writes its metrics to InfluxDB differently than the core sitespeed app. This way you have to query the data in very unorthodox ways. See difference in sitespeed verbose log:
Sitespeed core:
(correctly uses series name for the measurement)
I am setting up Sitespeedio to test the sites in my project. However, since Docker is not allowed, I am installing the NPM package on windows. Influx DB+Grafana setup isnt available, so I am trying to build the dashboard specially for Lighthouse reports similar to Plus1 dashboard of Docker setup.
Can you please help me understand, where can I see the data that is written to Influx DB? (similar to what you have posted)
If you already have a setup of Sitespeedio(NPM on windows)+InfluxDB+Grafana, please do share, as it would be very helpful. Am from testing background and not a developer.
Hi there. I noticed that the plugin writes its metrics to InfluxDB differently than the core sitespeed app. This way you have to query the data in very unorthodox ways. See difference in sitespeed verbose log:
Sitespeed core:
(correctly uses series name for the measurement)
Lighthouse plugin:
(uses extra "audit" tag for the actual series name...and the series name is the unit???)
Also see the difference in Grafana query:
Any chance, this will be fixed in the future?
Cheers!
The text was updated successfully, but these errors were encountered: