Skip to content

Commit 74315ef

Browse files
David BoyneDavid Boyne
authored andcommitted
DB - Updated ReadME with examples of the metrics that are gathered
1 parent 5b9011b commit 74315ef

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,39 @@ Example: `http://localhost:8080/lighthouse?url=http://www.google.co.uk&product=g
6161

6262
Example: `http://localhost:8080/page-speed-insights?url=http://www.google.co.uk&product=google`
6363

64-
### Viewing dashboards
64+
### Viewing your dashboards
6565

6666
You can view your dashboards at [http://localhost](http://localhost). You will be asked to login. Please use the credentials below.
6767

6868
- username: admin
6969
- password: secret
7070

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

Comments
 (0)