1express_metric { 2 id: "webview.value_prepare_webview_in_system_server_latency" 3 type: HISTOGRAM 4 display_name: "Prepare WebView in system server latency" 5 description: "Latency for the WebViewUpdateService preparation Logic" 6 owner_email: "webview-team@google.com" 7 unit: UNIT_TIME_MILLIS 8 histogram_options { 9 scaled_bins { 10 count: 20 11 min_value: 0 12 first_bin_width: 1 13 scale: 1.5 14 } 15 } 16} 17 18express_metric { 19 id: "webview.value_app_waiting_for_relro_completion_delay" 20 type: HISTOGRAM 21 display_name: "Apps waiting time for RELRO completion" 22 description: "The delay the app experience waiting for RELRO completion when trying to load WebView" 23 owner_email: "webview-team@google.com" 24 unit: UNIT_TIME_MILLIS 25 histogram_options { 26 scaled_bins { 27 count: 20 28 min_value: 0 29 first_bin_width: 1 30 scale: 1.4 31 } 32 } 33} 34 35express_metric { 36 id: "webview.value_on_webview_provider_changed_counter" 37 type: COUNTER 38 display_name: "onWebViewProviderChanged counter" 39 description: "number of times onWebViewProviderChanged is triggered" 40 owner_email: "webview-team@google.com" 41 unit: UNIT_COUNT 42} 43 44express_metric { 45 id: "webview.value_on_webview_provider_changed_with_default_package_counter" 46 type: COUNTER 47 display_name: "onWebViewProviderChanged with Default package counter" 48 description: "number of times onWebViewProviderChanged is triggered with the default WebView package (com.google.android.webview or com.android.webview)" 49 owner_email: "webview-team@google.com" 50 unit: UNIT_COUNT 51} 52 53express_metric { 54 id: "webview.value_find_preferred_webview_package_counter" 55 type: COUNTER 56 display_name: "findPreferredWebViewPackage counter" 57 description: "number of times findPreferredWebViewPackage is triggered" 58 owner_email: "webview-team@google.com" 59 unit: UNIT_COUNT 60} 61 62express_metric { 63 id: "webview.value_default_webview_package_invalid_counter" 64 type: COUNTER 65 display_name: "Default WebView package invalid counter" 66 description: "number of times we find that that default WebView package is invalid (e.g. wrong target sdk)" 67 owner_email: "webview-team@google.com" 68 unit: UNIT_COUNT 69} 70 71express_metric { 72 id: "webview.value_webview_not_usable_for_all_users_counter" 73 type: COUNTER 74 display_name: "WebView not usable for all users counter" 75 description: "number of times we find that WebView is not usable on the device for all users" 76 owner_email: "webview-team@google.com" 77 unit: UNIT_COUNT 78} 79