Plugins: Added plugin preload time measurement to frontendmetrics (#73916)

Added preload ms to frontend metricts.
pull/74306/head
Marcus Andersson 2 years ago committed by GitHub
parent 39b3b08926
commit 017078913a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/infra/metrics/frontendmetrics.go

@ -42,4 +42,5 @@ func initFrontendMetrics() {
registerFrontendHistogram("frontend_boot_first_contentful_paint_time_seconds", "Frontend boot first contentful paint")
registerFrontendHistogram("frontend_boot_js_done_time_seconds", "Frontend boot initial js load")
registerFrontendHistogram("frontend_boot_css_time_seconds", "Frontend boot initial css load")
registerFrontendHistogram("frontend_plugins_preload_ms", "Frontend preload plugin time measurement")
}

Loading…
Cancel
Save