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: example/grafana/provisioning/dashboards/pagespeed.json
-87Lines changed: 0 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -309,93 +309,6 @@
309
309
"transparent": true,
310
310
"type": "gauge"
311
311
},
312
-
{
313
-
"datasource": {
314
-
"type": "prometheus",
315
-
"uid": "${DS_PROMETHEUS}"
316
-
},
317
-
"description": "Lighthouse returns a Progressive Web App (PWA) score between 0 and 100. 0 is the worst possible score, and 100 is the best.\n\nThe PWA audits are based on the Baseline PWA Checklist, which lists 14 requirements. Lighthouse has automated audits for 11 of the 14 requirements. The remaining 3 can only be tested manually. Each of the 11 automated PWA audits are weighted equally, so each one contributes approximately 9 points to your PWA score.",
Copy file name to clipboardExpand all lines: pagespeed_exporter.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ func parseFlags() {
94
94
flag.StringVar(&pushGatewayUrl, "pushGatewayUrl", getenv("PUSHGATEWAY_URL", ""), "sets the push gateway to send the metrics. leave empty to ignore it")
targetsFlag:=flag.String("targets", getenv("PAGESPEED_TARGETS", ""), "comma separated list of targets to measure")
97
-
categoriesFlag:=flag.String("categories", getenv("PAGESPEED_CATEGORIES", "accessibility,best-practices,performance,pwa,seo"), "comma separated list of categories. overridden by categories in JSON targets")
97
+
categoriesFlag:=flag.String("categories", getenv("PAGESPEED_CATEGORIES", "accessibility,best-practices,performance,seo"), "comma separated list of categories. overridden by categories in JSON targets")
0 commit comments