-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
docs: lighthouse as a service #6008
Conversation
Sponsored by GoDaddy. We use this service to monitor thousands of new or modified websites every day.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
CLAs look good, thanks! |
this is very cool! nice work! I'm curious about the visualization side. Do you have anything currently setup with kibana? What else are you thinking about? |
Yes we do have generic visualizations broken out by groups/categories. The dashboard is nothing special, but could potentially provide to help save some time. LH4U provides test isolation (versus in cicd pipelines where slaves are often competing for resources), provides us pre-RUM synthetics enabling us to hook into our PR pipelines and block merges, and supports secured apps (basic auth, JWT, etc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw is that plot something that comes for free with l4u, or did you configure it against the ES data?
readme.md
Outdated
@@ -287,6 +287,7 @@ Other awesome open source projects that use Lighthouse. | |||
* **[lighthouse-security](https://github.com/voorhoede/lighthouse-security#readme)** - Run a set of security audits along with Lighthouse. | |||
* **[Garie](https://github.com/boyney123/garie)** — An open source tool for monitoring performance using Lighthouse, PageSpeed Insights, [Prometheus](https://prometheus.io/), [Grafana](https://grafana.com/) and [Docker](https://www.docker.com/). | |||
* **[lighthouse-ci](https://github.com/andreasonny83/lighthouse-ci)** - Run Lighthouse and assert scores satisfy your custom thresholds. | |||
* **[lighthouse4u](https://github.com/godaddy/lighthouse4u)** - LH4U provides Google Lighthouse as a service, surfaced by both a friendly UI+API, and backed by Elastic Search for all your query and visualization needs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"for all your query and visualization needs"
⬇️
"for easy querying and visualization"
@paulirish It's just a basic view I setup in Kibana (trivial task), which is not currently included in LH4U. Once we have a better idea of how folks want to visualize this data we can create a Kibana dashboard for importing. Out of the box we only save to Elasticsearch; how that data is consumed/visualized is up to you. |
@asilvas roger that. just checking. :) thanks |
Sponsored by GoDaddy. We use this service to monitor thousands of new or modified websites every day.
https://github.com/godaddy/lighthouse4u