@@ -61,12 +61,39 @@ Example: `http://localhost:8080/lighthouse?url=http://www.google.co.uk&product=g
61
61
62
62
Example: ` http://localhost:8080/page-speed-insights?url=http://www.google.co.uk&product=google `
63
63
64
- ### Viewing dashboards
64
+ ### Viewing your dashboards
65
65
66
66
You can view your dashboards at [ http://localhost ] ( http://localhost ) . You will be asked to login. Please use the credentials below.
67
67
68
68
- username: admin
69
69
- password: secret
70
70
71
-
72
-
71
+ # Metrics
72
+
73
+ | Metric | Description |
74
+ | --------------------------------------------------------| ---------------------------------------------------|
75
+ | light_house_accessibility | Accessibility score from lighthouse (0/100). |
76
+ | light_house_best_practices | Best practices score from lighthouse (0/100) |
77
+ | light_house_first_interactive | The time to first interaction (ms) |
78
+ | light_house_first_meaningful_paint | The time to first meaningful paint (ms) |
79
+ | light_house_performance | Performance score from lighthouse (0/100) |
80
+ | light_house_progressive_web_app | Progressive web app score from lighthouse (0/100) |
81
+ | light_house_redirects | Number of redirects |
82
+ | light_house_seo | SEO Score from lighthouse (0/100) |
83
+ | light_house_speed_index_metric | Speed index |
84
+ | light_house_time_to_first_byte | Time to first byte (ms) |
85
+ | page_speed_insights_page_stats_cssResponseBytes | Total CSS Response in bytes |
86
+ | page_speed_insights_page_stats_htmlResponseBytes | Total HTML response in bytes |
87
+ | page_speed_insights_page_stats_imageResponseBytes | Total Image response in bytes |
88
+ | page_speed_insights_page_stats_javascriptResponseBytes | Total JavaScript response in bytes |
89
+ | page_speed_insights_page_stats_numberCssResources | Total CSS response in bytes |
90
+ | page_speed_insights_page_stats_numberJsResources | Total number of JavaScript files |
91
+ | page_speed_insights_speed_score_desktop | Speed score in desktop |
92
+ | page_speed_insights_speed_score_mobile | Speed score in mobile |
93
+ ## Viewing Metrics in Prometheus
94
+
95
+ You can view any metrics gathered by Garie in the [ prometheus dashboard] ( http://localhost:9090/ ) .
96
+
97
+ You can view lighthouse metrics by typing ` lighthouse_ ` in the input box. You should see all avalaible lighthouse metics.
98
+
99
+ You can also see page speed insight metrics by typing ` page_speed_insights ` into the input box.
0 commit comments