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
Copy file name to clipboardExpand all lines: README.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,71 @@ Note: The example dashboard assumes you're fetching all pagespeed categories.
29
29
30
30
Prometheus exporter for google pagespeed metrics
31
31
32
+
## CrUX Metrics (Real User Monitoring)
33
+
34
+
The exporter provides Chrome User Experience Report (CrUX) metrics, which represent real-world user experience data collected from Chrome browsers. CrUX data is only available for URLs and origins with sufficient user traffic.
35
+
36
+
### Metric Prefixes
37
+
38
+
-`pagespeed_loading_experience_*` - URL-specific RUM data (when available for the specific page)
39
+
-`pagespeed_origin_loading_experience_*` - Origin-wide RUM data (aggregated across the entire domain)
40
+
41
+
### Available CrUX Metrics
42
+
43
+
The exporter provides three types of metrics for each Core Web Vital:
44
+
45
+
1.**P75 Percentile** - The 75th percentile value (75% of users experience better performance)
46
+
2.**Category Ratios** - Proportion of users experiencing fast/average/slow performance
47
+
3.**Thresholds** - Google's Core Web Vitals performance boundaries
0 commit comments