diff --git a/fenix/views/engagement_clients_table.view.lkml b/fenix/views/engagement_clients_table.view.lkml index 9d937012c..3c9f93679 100644 --- a/fenix/views/engagement_clients_table.view.lkml +++ b/fenix/views/engagement_clients_table.view.lkml @@ -141,6 +141,20 @@ view: engagement_clients_table { type: number } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time @@ -156,6 +170,34 @@ view: engagement_clients_table { datatype: date } + dimension_group: meta_attribution { + sql: ${TABLE}.meta_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + + dimension_group: play_store_attribution { + sql: ${TABLE}.play_store_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: submission { sql: ${TABLE}.submission_date ;; type: time diff --git a/fenix/views/new_profile_clients_table.view.lkml b/fenix/views/new_profile_clients_table.view.lkml index 73af0379a..4e555edad 100644 --- a/fenix/views/new_profile_clients_table.view.lkml +++ b/fenix/views/new_profile_clients_table.view.lkml @@ -136,6 +136,20 @@ view: new_profile_clients_table { type: string } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time @@ -151,5 +165,33 @@ view: new_profile_clients_table { datatype: date } + dimension_group: meta_attribution { + sql: ${TABLE}.meta_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + + dimension_group: play_store_attribution { + sql: ${TABLE}.play_store_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + sql_table_name: `mozdata.fenix.new_profile_clients` ;; } \ No newline at end of file diff --git a/fenix/views/retention_clients_table.view.lkml b/fenix/views/retention_clients_table.view.lkml index 9f9a7851d..38d943879 100644 --- a/fenix/views/retention_clients_table.view.lkml +++ b/fenix/views/retention_clients_table.view.lkml @@ -171,6 +171,20 @@ view: retention_clients_table { type: number } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time @@ -186,6 +200,20 @@ view: retention_clients_table { datatype: date } + dimension_group: meta_attribution { + sql: ${TABLE}.meta_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: metric { sql: ${TABLE}.metric_date ;; type: time @@ -201,6 +229,20 @@ view: retention_clients_table { datatype: date } + dimension_group: play_store_attribution { + sql: ${TABLE}.play_store_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: submission { sql: ${TABLE}.submission_date ;; type: time diff --git a/firefox_desktop/views/clients_first_seen_v2.view.lkml b/firefox_desktop/views/clients_first_seen_v2.view.lkml index 8ff3c7dca..dc4d2cf24 100644 --- a/firefox_desktop/views/clients_first_seen_v2.view.lkml +++ b/firefox_desktop/views/clients_first_seen_v2.view.lkml @@ -8,122 +8,146 @@ view: clients_first_seen_v2 { dimension: app_build_id { sql: ${TABLE}.app_build_id ;; type: string + description: "The application build reported by the client." } dimension: app_name { sql: ${TABLE}.app_name ;; type: string + description: "The name of the installed app/browser." } dimension: app_version { sql: ${TABLE}.app_version ;; type: string + description: "The application version." } dimension: apple_model_id { sql: ${TABLE}.apple_model_id ;; type: string + description: "The model IDs for Apple desktop devices. Applies to Mac only." } dimension: architecture { sql: ${TABLE}.architecture ;; type: string + description: "The application architecture reported by the client." } dimension: attribution_campaign { sql: ${TABLE}.attribution_campaign ;; type: string + description: "Identifier of the particular campaign that led to the download of the product." } dimension: attribution_content { sql: ${TABLE}.attribution_content ;; type: string + description: "Identifier to indicate the particular link within a campaign." } dimension: attribution_dlsource { sql: ${TABLE}.attribution_dlsource ;; type: string + description: "Identifier that indicates where installations of Firefox originated." } dimension: attribution_dltoken { sql: ${TABLE}.attribution_dltoken ;; type: string + description: "Unique token created at Firefox download time." } dimension: attribution_experiment { sql: ${TABLE}.attribution_experiment ;; type: string + description: "Funnel experiment parameters." } dimension: attribution_medium { sql: ${TABLE}.attribution_medium ;; type: string + description: "Category of the source, such as 'organic' for a search engine." } dimension: attribution_source { sql: ${TABLE}.attribution_source ;; type: string + description: "Referring partner domain, when install happens via a known partner." } dimension: attribution_ua { sql: ${TABLE}.attribution_ua ;; type: string + description: "Client's user agent, which corresponds to the web browser used to download the Firefox installer." } dimension: city { sql: ${TABLE}.city ;; type: string + description: "City retrieved as a result of a geographic lookup based on the client's IP address." } dimension: client_id { sql: ${TABLE}.client_id ;; hidden: yes + description: "Unique ID for the client installation." } dimension: country { sql: ${TABLE}.country ;; type: string map_layer_name: countries + description: "The ISO 3166-1 alpha-2 country code." } dimension: db_version { sql: ${TABLE}.db_version ;; type: string + description: "The specific geo database version used." } dimension: distribution_id { sql: ${TABLE}.distribution_id ;; type: string + description: "The value of the `distribution.id` preference that identifies the Firefox distribution." } dimension: document_id { sql: ${TABLE}.document_id ;; hidden: yes + description: "The document ID specified in the URI when the client sent this message." } dimension: engine_data_load_path { sql: ${TABLE}.engine_data_load_path ;; type: string + description: "The anonymized path of the engine xml file. For details on the components refer to the metadata for telemetry.new_profile." } dimension: engine_data_name { sql: ${TABLE}.engine_data_name ;; type: string + description: "The name of the default search engine." } dimension: engine_data_origin { sql: ${TABLE}.engine_data_origin ;; type: string + description: "The origin of the search engine. The value will be default for engines that are built-in or from distribution partners, verified for user-installed engines with valid verification hashes, unverified for non-default engines without verification hash, and invalid for engines with broken verification hashes." } dimension: engine_data_submission_url { sql: ${TABLE}.engine_data_submission_url ;; type: string + description: "The HTTP url we would use to search. For privacy, we don’t record this for user-installed engines." } dimension: locale { sql: ${TABLE}.locale ;; type: string + description: "The best locale that the application should be localized to." } dimension: metadata__first_seen_date_source_ping { @@ -131,6 +155,7 @@ view: clients_first_seen_v2 { type: string group_label: "Metadata" group_item_label: "First Seen Date Source Ping" + description: "Ping that reported the first seen date (main, first_shutdown or new_profile)." } dimension: metadata__reported_main_ping { @@ -138,6 +163,7 @@ view: clients_first_seen_v2 { type: yesno group_label: "Metadata" group_item_label: "Reported Main Ping" + description: "Indicates wether the client ever reported a main ping." } dimension: metadata__reported_new_profile_ping { @@ -145,6 +171,7 @@ view: clients_first_seen_v2 { type: yesno group_label: "Metadata" group_item_label: "Reported New Profile Ping" + description: "Indicates wether the client ever reported a new profile ping." } dimension: metadata__reported_shutdown_ping { @@ -152,76 +179,91 @@ view: clients_first_seen_v2 { type: yesno group_label: "Metadata" group_item_label: "Reported Shutdown Ping" + description: "Indicates wether the client ever reported a first shutdown ping." } dimension: normalized_channel { sql: ${TABLE}.normalized_channel ;; type: string + description: "The Firefox channel, set to Other for unrecognized channel names." } dimension: normalized_os { sql: ${TABLE}.normalized_os ;; type: string + description: "The OS name, set to Other for unrecognized OS names." } dimension: normalized_os_version { sql: ${TABLE}.normalized_os_version ;; type: string + description: "The OS version." } dimension: partner_distribution_version { sql: ${TABLE}.partner_distribution_version ;; type: string + description: "The value selected for the `distribution.version` preference in the Partner Distribution Configuration File." } dimension: partner_distributor { sql: ${TABLE}.partner_distributor ;; type: string + description: "The value of the `app.distributor` preference in the Partner Distribution Configuration File." } dimension: partner_distributor_channel { sql: ${TABLE}.partner_distributor_channel ;; type: string + description: "The value of the `app.distributor.channel` preference in the Partner Distribution Configuration File." } dimension: partner_id { sql: ${TABLE}.partner_id ;; type: string + description: "The value of the `mozilla.partner.id` preference in the Partner Distribution Configuration File." } dimension: platform_version { sql: ${TABLE}.platform_version ;; type: string + description: "The appliction platform version reported by the client." } dimension: profile_group_id { sql: ${TABLE}.profile_group_id ;; type: string + description: "A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data" } dimension: sample_id { sql: ${TABLE}.sample_id ;; type: number + description: "Sample ID to limit query results during an analysis." } dimension: startup_profile_selection_reason { sql: ${TABLE}.startup_profile_selection_reason ;; type: string + description: "How the profile was selected during startup. Possible reasons are: unknown: Generally should not happen, set as a default in case no other reason occurred. profile-manager: The profile was selected by the profile manager. profile-reset: The profile was selected for reset, normally this would mean a restart. restart: The user restarted the application, the same profile as previous will be used. argument-profile: The profile was selected by the --profile command line argument. argument-p: The profile was selected by the -p command line argument. firstrun-claimed-default: A first run of a dedicated profiles build chose the old default profile to be the default for this install. firstrun-skipped-default: A first run of a dedicated profiles build skipped over the old default profile and created a new profile. restart-claimed-default: A first run of a dedicated profiles build after a restart chose the old default." } dimension: subdivision1 { sql: ${TABLE}.subdivision1 ;; type: string + description: "First major country subdivision, typically a state, province, or county." } dimension: vendor { sql: ${TABLE}.vendor ;; type: string + description: "The application vendor." } dimension: xpcom_abi { sql: ${TABLE}.xpcom_abi ;; type: string + description: "A string tag identifying the binary ABI of the current processor and compiler vtable, as taken from the TARGET_XPCOM_ABI configure variable. It may not be available on all platforms, especially unusual processor or compiler combinations. The result takes the form -, eg. x86-msvc, ppc-gcc3. This value should almost always be used in combination with the OS." } dimension_group: first_seen { @@ -237,6 +279,7 @@ view: clients_first_seen_v2 { ] convert_tz: no datatype: date + description: "Date when the server first received either of the 3 pings from this client." } dimension_group: second_seen { @@ -252,6 +295,7 @@ view: clients_first_seen_v2 { ] convert_tz: no datatype: date + description: "Second date when the server received either of the 3 pings from this client." } sql_table_name: `moz-fx-data-shared-prod.telemetry_derived.clients_first_seen_v2` ;; diff --git a/firefox_desktop/views/metric_definitions_desktop_retention_view.view.lkml b/firefox_desktop/views/metric_definitions_desktop_retention_view.view.lkml index e9f06b433..737546c7d 100644 --- a/firefox_desktop/views/metric_definitions_desktop_retention_view.view.lkml +++ b/firefox_desktop/views/metric_definitions_desktop_retention_view.view.lkml @@ -32,6 +32,7 @@ desktop_retention_view_attribution_medium, desktop_retention_view_attribution_ua, desktop_retention_view_attribution_variation, desktop_retention_view_country, +desktop_retention_view_distribution_id, desktop_retention_view_is_desktop, desktop_retention_view_lifecycle_stage, desktop_retention_view_locale, @@ -100,6 +101,7 @@ desktop_retention_view.attribution_medium AS desktop_retention_view_attribution_ desktop_retention_view.attribution_ua AS desktop_retention_view_attribution_ua, desktop_retention_view.attribution_variation AS desktop_retention_view_attribution_variation, desktop_retention_view.country AS desktop_retention_view_country, +desktop_retention_view.distribution_id AS desktop_retention_view_distribution_id, desktop_retention_view.is_desktop AS desktop_retention_view_is_desktop, desktop_retention_view.lifecycle_stage AS desktop_retention_view_lifecycle_stage, desktop_retention_view.locale AS desktop_retention_view_locale, @@ -177,6 +179,7 @@ desktop_retention_view_attribution_medium, desktop_retention_view_attribution_ua, desktop_retention_view_attribution_variation, desktop_retention_view_country, +desktop_retention_view_distribution_id, desktop_retention_view_is_desktop, desktop_retention_view_lifecycle_stage, desktop_retention_view_locale, diff --git a/firefox_ios/views/attribution_clients_table.view.lkml b/firefox_ios/views/attribution_clients_table.view.lkml index 1e6e523d6..52e941620 100644 --- a/firefox_ios/views/attribution_clients_table.view.lkml +++ b/firefox_ios/views/attribution_clients_table.view.lkml @@ -33,6 +33,8 @@ view: attribution_clients_table { dimension: is_suspicious_device_client { sql: ${TABLE}.is_suspicious_device_client ;; type: yesno + description: "Flag to identify suspicious device users, see bug-1846554 for more info. +" } dimension: paid_vs_organic { diff --git a/firefox_ios/views/engagement_clients_table.view.lkml b/firefox_ios/views/engagement_clients_table.view.lkml index cf2fbaa6f..3eb1f8f88 100644 --- a/firefox_ios/views/engagement_clients_table.view.lkml +++ b/firefox_ios/views/engagement_clients_table.view.lkml @@ -101,6 +101,20 @@ view: engagement_clients_table { type: number } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time diff --git a/firefox_ios/views/new_profile_clients_table.view.lkml b/firefox_ios/views/new_profile_clients_table.view.lkml index 472926c80..660151fd2 100644 --- a/firefox_ios/views/new_profile_clients_table.view.lkml +++ b/firefox_ios/views/new_profile_clients_table.view.lkml @@ -96,6 +96,20 @@ view: new_profile_clients_table { type: string } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time diff --git a/firefox_ios/views/retention_clients_table.view.lkml b/firefox_ios/views/retention_clients_table.view.lkml index 62385095a..408c1ef01 100644 --- a/firefox_ios/views/retention_clients_table.view.lkml +++ b/firefox_ios/views/retention_clients_table.view.lkml @@ -131,6 +131,20 @@ view: retention_clients_table { type: number } + dimension_group: adjust_attribution { + sql: ${TABLE}.adjust_attribution_timestamp ;; + type: time + timeframes: [ + raw, + time, + date, + week, + month, + quarter, + year, + ] + } + dimension_group: first_seen { sql: ${TABLE}.first_seen_date ;; type: time diff --git a/firefox_okrs/datagroups/desktop_retention_v1_last_updated.datagroup.lkml b/firefox_okrs/datagroups/desktop_retention_aggregates_v2_last_updated.datagroup.lkml similarity index 79% rename from firefox_okrs/datagroups/desktop_retention_v1_last_updated.datagroup.lkml rename to firefox_okrs/datagroups/desktop_retention_aggregates_v2_last_updated.datagroup.lkml index 9cf0d51eb..084331d6a 100644 --- a/firefox_okrs/datagroups/desktop_retention_v1_last_updated.datagroup.lkml +++ b/firefox_okrs/datagroups/desktop_retention_aggregates_v2_last_updated.datagroup.lkml @@ -5,12 +5,12 @@ # Using a datagroup in an Explore: https://cloud.google.com/looker/docs/reference/param-explore-persist-with # Using a datagroup in a derived table: https://cloud.google.com/looker/docs/reference/param-view-datagroup-trigger -datagroup: desktop_retention_v1_last_updated { +datagroup: desktop_retention_aggregates_v2_last_updated { label: "Desktop Retention - Aggregate Last Updated" sql_trigger: SELECT MAX(storage_last_modified_time) FROM `moz-fx-data-shared-prod`.`region-us`.INFORMATION_SCHEMA.TABLE_STORAGE WHERE table_schema = 'telemetry_derived' - AND table_name = 'desktop_retention_v1' ;; - description: "Updates when moz-fx-data-shared-prod.telemetry_derived.desktop_retention_v1 is modified." + AND table_name = 'desktop_retention_aggregates_v2' ;; + description: "Updates when moz-fx-data-shared-prod.telemetry_derived.desktop_retention_aggregates_v2 is modified." max_cache_age: "24 hours" } \ No newline at end of file diff --git a/firefox_okrs/views/desktop_retention.view.lkml b/firefox_okrs/views/desktop_retention.view.lkml index 0a5edd553..8961599f0 100644 --- a/firefox_okrs/views/desktop_retention.view.lkml +++ b/firefox_okrs/views/desktop_retention.view.lkml @@ -66,6 +66,12 @@ view: desktop_retention { description: "Country" } + dimension: distribution_id { + sql: ${TABLE}.distribution_id ;; + type: string + description: "Distribution ID" + } + dimension: is_desktop { sql: ${TABLE}.is_desktop ;; type: yesno diff --git a/growth/views/android_app_campaign_stats.view.lkml b/growth/views/android_app_campaign_stats.view.lkml index 2f3c290e1..aa510a325 100644 --- a/growth/views/android_app_campaign_stats.view.lkml +++ b/growth/views/android_app_campaign_stats.view.lkml @@ -8,11 +8,13 @@ view: android_app_campaign_stats { dimension: activated_profiles { sql: ${TABLE}.activated_profiles ;; type: number + description: "Number of activated profiles for this ad group on this day." } dimension: ad_group { sql: ${TABLE}.ad_group ;; type: string + description: "Name of the Ad Group." } dimension: ad_group_segments { @@ -23,21 +25,25 @@ view: android_app_campaign_stats { dimension: campaign { sql: ${TABLE}.campaign ;; type: string + description: "Name of the campaign." } dimension: campaign_country_code { sql: ${TABLE}.campaign_country_code ;; type: string + description: "Country the campaign ran in." } dimension: campaign_language { sql: ${TABLE}.campaign_language ;; type: string + description: "Language the campaign ran in." } dimension: campaign_region { sql: ${TABLE}.campaign_region ;; type: string + description: "Region the campaign ran in." } dimension: campaign_segments { @@ -48,36 +54,43 @@ view: android_app_campaign_stats { dimension: clicks { sql: ${TABLE}.clicks ;; type: number + description: "Clicks on our ads, only occurs after an impression, as reported by Google Ads, for this ad group on this day." } dimension: impressions { sql: ${TABLE}.impressions ;; type: number + description: "Ad impressions, as reported by Google Ads, for this ad group on this day." } dimension: lifetime_value { sql: ${TABLE}.lifetime_value ;; type: number + description: "Lifetime Value (LTV) of the users acquired by this ad group on this day." } dimension: new_profiles { sql: ${TABLE}.new_profiles ;; type: number + description: "Number of new profiles reported for this ad group on this day." } dimension: repeat_users { sql: ${TABLE}.repeat_users ;; type: number + description: "Number of repeat users on this day." } dimension: spend { sql: ${TABLE}.spend ;; type: number + description: "Spend in US dollars attributed to this ad group on this day." } dimension: week_4_retained_users { sql: ${TABLE}.week_4_retained_users ;; type: number + description: "Number of week 4 retained users on this day." } dimension_group: date { @@ -93,6 +106,7 @@ view: android_app_campaign_stats { ] convert_tz: no datatype: date + description: "Date on which ad spend is attributed, and user were considered new profiles." } sql_table_name: `moz-fx-data-shared-prod.google_ads_derived.android_app_campaign_stats_v1` ;; diff --git a/growth/views/ios_app_campaign_stats.view.lkml b/growth/views/ios_app_campaign_stats.view.lkml index 93ee881af..c8e7a88ce 100644 --- a/growth/views/ios_app_campaign_stats.view.lkml +++ b/growth/views/ios_app_campaign_stats.view.lkml @@ -8,71 +8,85 @@ view: ios_app_campaign_stats { dimension: activated_profiles { sql: ${TABLE}.activated_profiles ;; type: number + description: "Number of Activated Profiles" } dimension: ad_group_id { sql: ${TABLE}.ad_group_id ;; type: number + description: "Ad Group ID" } dimension: ad_group_name { sql: ${TABLE}.ad_group_name ;; type: string + description: "Ad Group Name" } dimension: campaign { sql: ${TABLE}.campaign ;; type: string + description: "Campaign Name" } dimension: campaign_country_code { sql: ${TABLE}.campaign_country_code ;; type: string + description: "Campaign Country Code" } dimension: campaign_id { sql: ${TABLE}.campaign_id ;; type: number + description: "Campaign ID" } dimension: clicks { sql: ${TABLE}.clicks ;; type: number + description: "Number of Clicks" } dimension: downloads { sql: ${TABLE}.downloads ;; type: number + description: "Number of Downloads" } dimension: impressions { sql: ${TABLE}.impressions ;; type: number + description: "Number of Impressions" } dimension: lifetime_value { sql: ${TABLE}.lifetime_value ;; type: number + description: "Lifetime Value" } dimension: new_profiles { sql: ${TABLE}.new_profiles ;; type: number + description: "Number of New Profiles" } dimension: repeat_users { sql: ${TABLE}.repeat_users ;; type: number + description: "Number of Repeat Users" } dimension: spend { sql: ${TABLE}.spend ;; type: string + description: "Marketing Spend" } dimension: week_4_retained_users { sql: ${TABLE}.week_4_retained_users ;; type: number + description: "Number of Week 4 Retained Users" } dimension_group: date { @@ -88,6 +102,7 @@ view: ios_app_campaign_stats { ] convert_tz: no datatype: date + description: "Date" } sql_table_name: `moz-fx-data-shared-prod.apple_ads_external.ios_app_campaign_stats_v1` ;; diff --git a/monitoring/datagroups/bigquery_table_storage_v1_last_updated.datagroup.lkml b/monitoring/datagroups/bigquery_table_storage_v1_last_updated.datagroup.lkml index 039d5f889..a0ab3602d 100644 --- a/monitoring/datagroups/bigquery_table_storage_v1_last_updated.datagroup.lkml +++ b/monitoring/datagroups/bigquery_table_storage_v1_last_updated.datagroup.lkml @@ -6,7 +6,7 @@ # Using a datagroup in a derived table: https://cloud.google.com/looker/docs/reference/param-view-datagroup-trigger datagroup: bigquery_table_storage_v1_last_updated { - label: "bigquery_table_storage_v1 Last Updated" + label: "BigQuery Tables Storage Last Updated" sql_trigger: SELECT MAX(storage_last_modified_time) FROM `moz-fx-data-shared-prod`.`region-us`.INFORMATION_SCHEMA.TABLE_STORAGE WHERE table_schema = 'monitoring_derived' diff --git a/multi_product/views/metric_definitions_search_revenue_levers_daily.view.lkml b/multi_product/views/metric_definitions_search_revenue_levers_daily.view.lkml index db8b1810d..94ab567b6 100644 --- a/multi_product/views/metric_definitions_search_revenue_levers_daily.view.lkml +++ b/multi_product/views/metric_definitions_search_revenue_levers_daily.view.lkml @@ -27,6 +27,19 @@ search_revenue_levers_daily_partner, search_revenue_levers_daily_sap, search_revenue_levers_daily_search_with_ads, search_revenue_levers_daily_search_with_ads_organic, +search_revenue_levers_daily_serp_events_ad_click, +search_revenue_levers_daily_serp_events_ad_click_organic, +search_revenue_levers_daily_serp_events_client_count, +search_revenue_levers_daily_serp_events_clients_with_ad_blocker_inferred, +search_revenue_levers_daily_serp_events_num_ads_blocked, +search_revenue_levers_daily_serp_events_num_ads_visible, +search_revenue_levers_daily_serp_events_organic, +search_revenue_levers_daily_serp_events_sap, +search_revenue_levers_daily_serp_events_sap_with_ad_blocker_inferred, +search_revenue_levers_daily_serp_events_search_with_ads, +search_revenue_levers_daily_serp_events_search_with_ads_organic, +search_revenue_levers_daily_serp_events_tagged_follow_on, +search_revenue_levers_daily_serp_events_tagged_sap, search_revenue_levers_daily_tagged_follow_on, search_revenue_levers_daily_tagged_sap, @@ -75,6 +88,19 @@ search_revenue_levers_daily.partner AS search_revenue_levers_daily_partner, search_revenue_levers_daily.sap AS search_revenue_levers_daily_sap, search_revenue_levers_daily.search_with_ads AS search_revenue_levers_daily_search_with_ads, search_revenue_levers_daily.search_with_ads_organic AS search_revenue_levers_daily_search_with_ads_organic, +search_revenue_levers_daily.serp_events_ad_click AS search_revenue_levers_daily_serp_events_ad_click, +search_revenue_levers_daily.serp_events_ad_click_organic AS search_revenue_levers_daily_serp_events_ad_click_organic, +search_revenue_levers_daily.serp_events_client_count AS search_revenue_levers_daily_serp_events_client_count, +search_revenue_levers_daily.serp_events_clients_with_ad_blocker_inferred AS search_revenue_levers_daily_serp_events_clients_with_ad_blocker_inferred, +search_revenue_levers_daily.serp_events_num_ads_blocked AS search_revenue_levers_daily_serp_events_num_ads_blocked, +search_revenue_levers_daily.serp_events_num_ads_visible AS search_revenue_levers_daily_serp_events_num_ads_visible, +search_revenue_levers_daily.serp_events_organic AS search_revenue_levers_daily_serp_events_organic, +search_revenue_levers_daily.serp_events_sap AS search_revenue_levers_daily_serp_events_sap, +search_revenue_levers_daily.serp_events_sap_with_ad_blocker_inferred AS search_revenue_levers_daily_serp_events_sap_with_ad_blocker_inferred, +search_revenue_levers_daily.serp_events_search_with_ads AS search_revenue_levers_daily_serp_events_search_with_ads, +search_revenue_levers_daily.serp_events_search_with_ads_organic AS search_revenue_levers_daily_serp_events_search_with_ads_organic, +search_revenue_levers_daily.serp_events_tagged_follow_on AS search_revenue_levers_daily_serp_events_tagged_follow_on, +search_revenue_levers_daily.serp_events_tagged_sap AS search_revenue_levers_daily_serp_events_tagged_sap, search_revenue_levers_daily.tagged_follow_on AS search_revenue_levers_daily_tagged_follow_on, search_revenue_levers_daily.tagged_sap AS search_revenue_levers_daily_tagged_sap, @@ -114,6 +140,19 @@ search_revenue_levers_daily_partner, search_revenue_levers_daily_sap, search_revenue_levers_daily_search_with_ads, search_revenue_levers_daily_search_with_ads_organic, +search_revenue_levers_daily_serp_events_ad_click, +search_revenue_levers_daily_serp_events_ad_click_organic, +search_revenue_levers_daily_serp_events_client_count, +search_revenue_levers_daily_serp_events_clients_with_ad_blocker_inferred, +search_revenue_levers_daily_serp_events_num_ads_blocked, +search_revenue_levers_daily_serp_events_num_ads_visible, +search_revenue_levers_daily_serp_events_organic, +search_revenue_levers_daily_serp_events_sap, +search_revenue_levers_daily_serp_events_sap_with_ad_blocker_inferred, +search_revenue_levers_daily_serp_events_search_with_ads, +search_revenue_levers_daily_serp_events_search_with_ads_organic, +search_revenue_levers_daily_serp_events_tagged_follow_on, +search_revenue_levers_daily_serp_events_tagged_sap, search_revenue_levers_daily_tagged_follow_on, search_revenue_levers_daily_tagged_sap, @@ -264,6 +303,84 @@ search_revenue_levers_daily_tagged_sap, group_label: "Base Fields" } + dimension: serp_events_ad_click { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_ad_click ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_ad_click_organic { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_ad_click_organic ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_client_count { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_client_count ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_clients_with_ad_blocker_inferred { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_clients_with_ad_blocker_inferred ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_num_ads_blocked { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_num_ads_blocked ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_num_ads_visible { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_num_ads_visible ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_organic { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_organic ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_sap { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_sap ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_sap_with_ad_blocker_inferred { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_sap_with_ad_blocker_inferred ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_search_with_ads { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_search_with_ads ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_search_with_ads_organic { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_search_with_ads_organic ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_tagged_follow_on { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_tagged_follow_on ;; + type: number + group_label: "Base Fields" + } + + dimension: serp_events_tagged_sap { + sql: ${TABLE}.search_revenue_levers_daily_serp_events_tagged_sap ;; + type: number + group_label: "Base Fields" + } + dimension: tagged_follow_on { sql: ${TABLE}.search_revenue_levers_daily_tagged_follow_on ;; type: number diff --git a/namespaces.yaml b/namespaces.yaml index 803134f6d..7dc08b5f7 100644 --- a/namespaces.yaml +++ b/namespaces.yaml @@ -6090,24 +6090,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.add_an_image_to_pdf_with_alt_text_rollout_statistics xaxis: submission_date title: Add An Image To Pdf With Alt Text Rollout @@ -6128,24 +6128,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.address_autofill_desktop_pref_beta_rollout_statistics xaxis: submission_date title: Address Autofill Desktop Pref Beta Rollout @@ -6166,24 +6166,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.address_autofill_desktop_pref_nightly_rollout_statistics xaxis: submission_date title: Address Autofill Desktop Pref Nightly Rollout @@ -6204,24 +6204,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.address_autofill_desktop_pref_release_rollout_statistics xaxis: submission_date title: Address Autofill Desktop Pref Release Rollout @@ -6242,10 +6242,10 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -6264,13 +6264,10 @@ operational_monitoring: explore: all_browsers_dau group_by_dimension: null summaries: &id018 - - metric: focus_android_daily_active_users_v2 - metric_groups: [] - statistic: sum - metric: focus_ios_daily_active_users_v2 metric_groups: [] statistic: sum - - metric: firefox_desktop_daily_active_users_v2 + - metric: focus_android_daily_active_users_v2 metric_groups: [] statistic: sum - metric: fenix_daily_active_users_v2 @@ -6279,6 +6276,9 @@ operational_monitoring: - metric: firefox_ios_daily_active_users_v2 metric_groups: [] statistic: sum + - metric: firefox_desktop_daily_active_users_v2 + metric_groups: [] + statistic: sum table: moz-fx-data-shared-prod.operational_monitoring.all_browsers_dau_statistics xaxis: submission_date title: All Browsers Dau @@ -6422,21 +6422,21 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count + metric_groups: [] + statistic: mean + - metric: tagged_sap_searches metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use metric_groups: [] statistic: mean - - metric: tagged_sap_searches - metric_groups: [] - statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.android_default_toolbar_placement_treatment_a_rollout_statistics xaxis: submission_date title: Android Default Toolbar Placement Treatment A Rollout @@ -6457,21 +6457,21 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count + metric_groups: [] + statistic: mean + - metric: tagged_sap_searches metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use metric_groups: [] statistic: mean - - metric: tagged_sap_searches - metric_groups: [] - statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.android_navbar_nightly_experiment_statistics xaxis: submission_date title: Android Navbar Nightly Experiment @@ -6492,21 +6492,21 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count + metric_groups: [] + statistic: mean + - metric: tagged_sap_searches metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use metric_groups: [] statistic: mean - - metric: tagged_sap_searches - metric_groups: [] - statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.android_ship_nightly_rollout_statistics xaxis: submission_date title: Android Ship Nightly Rollout @@ -6565,24 +6565,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.backgroundupdate_enable_unelevated_installations_rollout_3_statistics xaxis: submission_date title: Backgroundupdate Enable Unelevated Installations Rollout 3 @@ -6603,24 +6603,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.backgroundupdate_enable_unelevated_installations_rollout_3_nightly_statistics xaxis: submission_date title: Backgroundupdate Enable Unelevated Installations Rollout 3 Nightly @@ -6641,24 +6641,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.backgroundupdate_enable_unelevated_installations_rollout_3_release_statistics xaxis: submission_date title: Backgroundupdate Enable Unelevated Installations Rollout 3 Release @@ -6907,24 +6907,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.consolidated_search_configuration_row_desktop_relaunch_statistics xaxis: submission_date title: Consolidated Search Configuration Row Desktop Relaunch @@ -7059,24 +7059,24 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.deprecate_ipaddrany_rollout_statistics xaxis: submission_date title: Deprecate Ipaddrany Rollout @@ -7090,12 +7090,12 @@ operational_monitoring: explore: desktop_dau group_by_dimension: null summaries: &id084 - - metric: kpi_forecast - metric_groups: [] - statistic: mean - metric: daily_active_users_v2 metric_groups: [] statistic: sum + - metric: kpi_forecast + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.desktop_dau_statistics xaxis: submission_date title: Desktop Dau @@ -7176,14 +7176,14 @@ operational_monitoring: xaxis: submission_date title: Device Migration Q4 Spotlights Remaining Population Esr type: operational_monitoring_dashboard - disable_redirects_for_authretries: + disable_ads_startup_cache: tables: - branches: &id091 - enabled - disabled compact_visualization: false dimensions: &id092 {} - explore: disable_redirects_for_authretries + explore: disable_ads_startup_cache group_by_dimension: null summaries: &id093 - metric: retained @@ -7192,38 +7192,76 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.disable_redirects_for_authretries_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.disable_ads_startup_cache_statistics xaxis: submission_date - title: Disable Redirects For Authretries + title: Disable Ads Startup Cache type: operational_monitoring_dashboard - dual_browsers_q3_2024: + disable_redirects_for_authretries: tables: - branches: &id094 - enabled - disabled compact_visualization: false dimensions: &id095 {} - explore: dual_browsers_q3_2024 + explore: disable_redirects_for_authretries group_by_dimension: null summaries: &id096 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.disable_redirects_for_authretries_statistics + xaxis: submission_date + title: Disable Redirects For Authretries + type: operational_monitoring_dashboard + dual_browsers_q3_2024: + tables: + - branches: &id097 + - enabled + - disabled + compact_visualization: false + dimensions: &id098 {} + explore: dual_browsers_q3_2024 + group_by_dimension: null + summaries: &id099 - metric: ad_clicks metric_groups: [] statistic: mean @@ -7254,14 +7292,14 @@ operational_monitoring: type: operational_monitoring_dashboard ech_roll_out: tables: - - branches: &id097 + - branches: &id100 - enabled - disabled compact_visualization: false - dimensions: &id098 {} + dimensions: &id101 {} explore: ech_roll_out group_by_dimension: null - summaries: &id099 + summaries: &id102 - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean @@ -7291,48 +7329,13 @@ operational_monitoring: title: Ech Roll Out type: operational_monitoring_dashboard enable_activation_telemetry_android: - tables: - - branches: &id100 - - enabled - - disabled - compact_visualization: false - dimensions: &id101 {} - explore: enable_activation_telemetry_android - group_by_dimension: null - summaries: &id102 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: tagged_sap_searches - metric_groups: [] - statistic: mean - table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_statistics - xaxis: submission_date - title: Enable Activation Telemetry Android - type: operational_monitoring_dashboard - enable_activation_telemetry_android_beta: tables: - branches: &id103 - enabled - disabled compact_visualization: false dimensions: &id104 {} - explore: enable_activation_telemetry_android_beta + explore: enable_activation_telemetry_android group_by_dimension: null summaries: &id105 - metric: retained @@ -7341,33 +7344,33 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - metric: search_count metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: tagged_sap_searches metric_groups: [] statistic: mean - table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_beta_statistics + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_statistics xaxis: submission_date - title: Enable Activation Telemetry Android Beta + title: Enable Activation Telemetry Android type: operational_monitoring_dashboard - encrypted_client_hello_fallback_mechanism: + enable_activation_telemetry_android_beta: tables: - branches: &id106 - enabled - disabled compact_visualization: false dimensions: &id107 {} - explore: encrypted_client_hello_fallback_mechanism + explore: enable_activation_telemetry_android_beta group_by_dimension: null summaries: &id108 - metric: retained @@ -7376,36 +7379,33 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count + metric_groups: [] + statistic: mean + - metric: tagged_sap_searches metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use metric_groups: [] statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.encrypted_client_hello_fallback_mechanism_statistics + table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_beta_statistics xaxis: submission_date - title: Encrypted Client Hello Fallback Mechanism + title: Enable Activation Telemetry Android Beta type: operational_monitoring_dashboard - enhanced_cross_platform_suggest_android_relaunch_2_rollout: + encrypted_client_hello_fallback_mechanism: tables: - branches: &id109 - enabled - disabled compact_visualization: false dimensions: &id110 {} - explore: enhanced_cross_platform_suggest_android_relaunch_2_rollout + explore: encrypted_client_hello_fallback_mechanism group_by_dimension: null summaries: &id111 - metric: retained @@ -7414,35 +7414,73 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile - metric: days_of_use metric_groups: [] statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.encrypted_client_hello_fallback_mechanism_statistics + xaxis: submission_date + title: Encrypted Client Hello Fallback Mechanism + type: operational_monitoring_dashboard + enhanced_cross_platform_suggest_android_relaunch_2_rollout: + tables: + - branches: &id112 + - enabled + - disabled + compact_visualization: false + dimensions: &id113 {} + explore: enhanced_cross_platform_suggest_android_relaunch_2_rollout + group_by_dimension: null + summaries: &id114 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean - metric: tagged_sap_searches metric_groups: [] statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.enhanced_cross_platform_suggest_android_relaunch_2_rollout_statistics xaxis: submission_date title: Enhanced Cross Platform Suggest Android Relaunch 2 Rollout type: operational_monitoring_dashboard enhanced_cross_platform_suggest_android_relaunch_rollout: tables: - - branches: &id112 + - branches: &id115 - enabled - disabled compact_visualization: false - dimensions: &id113 {} + dimensions: &id116 {} explore: enhanced_cross_platform_suggest_android_relaunch_rollout group_by_dimension: null - summaries: &id114 + summaries: &id117 - metric: search_count metric_groups: [] statistic: mean @@ -7469,51 +7507,13 @@ operational_monitoring: title: Enhanced Cross Platform Suggest Android Relaunch Rollout type: operational_monitoring_dashboard extensions_migration_in_import_wizard_116_rollout: - tables: - - branches: &id115 - - enabled - - disabled - compact_visualization: false - dimensions: &id116 {} - explore: extensions_migration_in_import_wizard_116_rollout - group_by_dimension: null - summaries: &id117 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.extensions_migration_in_import_wizard_116_rollout_statistics - xaxis: submission_date - title: Extensions Migration In Import Wizard 116 Rollout - type: operational_monitoring_dashboard - fenix_homescreen_activation_event_validation: tables: - branches: &id118 - enabled - disabled compact_visualization: false dimensions: &id119 {} - explore: fenix_homescreen_activation_event_validation + explore: extensions_migration_in_import_wizard_116_rollout group_by_dimension: null summaries: &id120 - metric: retained @@ -7522,31 +7522,69 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile - metric: days_of_use metric_groups: [] statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.extensions_migration_in_import_wizard_116_rollout_statistics + xaxis: submission_date + title: Extensions Migration In Import Wizard 116 Rollout + type: operational_monitoring_dashboard + fenix_homescreen_activation_event_validation: + tables: + - branches: &id121 + - enabled + - disabled + compact_visualization: false + dimensions: &id122 {} + explore: fenix_homescreen_activation_event_validation + group_by_dimension: null + summaries: &id123 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean - metric: tagged_sap_searches metric_groups: [] statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.fenix_homescreen_activation_event_validation_statistics xaxis: submission_date title: Fenix Homescreen Activation Event Validation type: operational_monitoring_dashboard firefox_background_update: tables: - - branches: &id121 + - branches: &id124 - active compact_visualization: false - dimensions: &id122 + dimensions: &id125 normalized_channel: default: nightly options: @@ -7557,52 +7595,52 @@ operational_monitoring: - release - esr windows_version: - default: Windows 10 + default: Windows 7 options: - - Windows 10 - Windows 7 + - Windows 10 - Windows 8 - Windows 8.1 - Windows 11 explore: firefox_background_update group_by_dimension: null - summaries: &id123 + summaries: &id126 + - metric: exception_rate + metric_groups: [] + statistic: mean - metric: ping_volume metric_groups: [] statistic: sum - - metric: client_volume - metric_groups: [] - statistic: sum - - metric: exception_volume - metric_groups: [] - statistic: sum - metric: success_rate metric_groups: [] statistic: mean - - metric: exception_rate + - metric: exception_volume metric_groups: [] - statistic: mean + statistic: sum - metric: crash_volume metric_groups: [] statistic: sum + - metric: client_volume + metric_groups: [] + statistic: sum table: moz-fx-data-shared-prod.operational_monitoring.firefox_background_update_statistics xaxis: submission_date title: Firefox Background Update type: operational_monitoring_dashboard firefox_default_browser_agent: tables: - - branches: &id124 + - branches: &id127 - active compact_visualization: false - dimensions: &id125 + dimensions: &id128 normalized_channel: - default: nightly + default: release options: - - nightly - release - - esr - - aurora - beta + - nightly + - aurora + - esr - default - nightly-pine - nightly-oak @@ -7618,61 +7656,69 @@ operational_monitoring: - Windows 8 explore: firefox_default_browser_agent group_by_dimension: null - summaries: &id126 + summaries: &id129 + - metric: firefox_won_default_volume + metric_groups: [] + statistic: sum + - metric: firefox_won_default_volume + metric_groups: [] + statistic: mean - metric: ping_volume metric_groups: [] statistic: sum + - metric: firefox_lost_default_volume + metric_groups: [] + statistic: sum + - metric: firefox_lost_default_volume + metric_groups: [] + statistic: mean - metric: firefox_default_changed_volume metric_groups: [] statistic: sum - metric: firefox_default_changed_volume metric_groups: [] statistic: mean - - metric: firefox_won_default_volume - metric_groups: [] - statistic: sum - - metric: firefox_won_default_volume - metric_groups: [] - statistic: mean - metric: firefox_is_default_volume metric_groups: [] statistic: sum - metric: firefox_is_default_volume metric_groups: [] statistic: mean - - metric: firefox_lost_default_volume - metric_groups: [] - statistic: sum - - metric: firefox_lost_default_volume - metric_groups: [] - statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.firefox_default_browser_agent_statistics xaxis: submission_date title: Firefox Default Browser Agent type: operational_monitoring_dashboard firefox_install_demo: tables: - - branches: &id127 + - branches: &id130 - active compact_visualization: false - dimensions: &id128 {} + dimensions: &id131 {} explore: firefox_install_demo group_by_dimension: null - summaries: &id129 - - metric: install_volume_total - metric_groups: [] + summaries: &id132 + - metric: install_volume_win8_1 + metric_groups: + - installs_by_os statistic: sum - - metric: install_volume_total - metric_groups: [] + - metric: install_volume_win8_1 + metric_groups: + - installs_by_os statistic: mean - - metric: install_volume_win8_1 + - metric: install_volume_win8 metric_groups: - installs_by_os statistic: sum - - metric: install_volume_win8_1 + - metric: install_volume_win8 metric_groups: - installs_by_os statistic: mean + - metric: install_volume_total + metric_groups: [] + statistic: sum + - metric: install_volume_total + metric_groups: [] + statistic: mean - metric: install_volume_win10 metric_groups: - installs_by_os @@ -7689,14 +7735,6 @@ operational_monitoring: metric_groups: - installs_by_os statistic: mean - - metric: install_volume_win8 - metric_groups: - - installs_by_os - statistic: sum - - metric: install_volume_win8 - metric_groups: - - installs_by_os - statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.firefox_install_demo_statistics xaxis: submission_date - explore: firefox_install_demo_alerts @@ -7705,10 +7743,10 @@ operational_monitoring: type: operational_monitoring_dashboard firefox_ios_beta_health: tables: - - branches: &id130 + - branches: &id133 - active compact_visualization: false - dimensions: &id131 + dimensions: &id134 channel: default: release options: @@ -7725,70 +7763,70 @@ operational_monitoring: - '117.0' - '125.0' - '121.0' - - '119.0' - '126.0' + - '119.0' - '115.0' explore: firefox_ios_beta_health group_by_dimension: null - summaries: &id132 + summaries: &id135 + - metric: large_file_write + metric_groups: [] + statistic: total_ratio + - metric: cpu_exception + metric_groups: [] + statistic: total_ratio - metric: dirty_startup metric_groups: [] statistic: total_ratio - metric: hang_exception metric_groups: [] statistic: total_ratio - - metric: cpu_exception - metric_groups: [] - statistic: total_ratio - metric: total_baseline_pings metric_groups: [] statistic: sum - - metric: large_file_write - metric_groups: [] - statistic: total_ratio table: moz-fx-data-shared-prod.operational_monitoring.firefox_ios_beta_health_statistics xaxis: submission_date title: Firefox Ios Beta Health type: operational_monitoring_dashboard firefox_ios_health: tables: - - branches: &id133 + - branches: &id136 - active compact_visualization: false - dimensions: &id134 {} + dimensions: &id137 {} explore: firefox_ios_health group_by_dimension: null - summaries: &id135 + summaries: &id138 + - metric: large_file_write + metric_groups: [] + statistic: total_ratio + - metric: cpu_exception + metric_groups: [] + statistic: total_ratio - metric: dirty_startup metric_groups: [] statistic: total_ratio - metric: hang_exception metric_groups: [] statistic: total_ratio - - metric: cpu_exception - metric_groups: [] - statistic: total_ratio - metric: total_baseline_pings metric_groups: [] statistic: sum - - metric: large_file_write - metric_groups: [] - statistic: total_ratio table: moz-fx-data-shared-prod.operational_monitoring.firefox_ios_health_statistics xaxis: submission_date title: Firefox Ios Health type: operational_monitoring_dashboard firefox_messaging_system: tables: - - branches: &id136 + - branches: &id139 - active compact_visualization: false - dimensions: &id137 + dimensions: &id140 normalized_channel: - default: aurora + default: beta options: - - aurora - beta + - aurora - nightly - release - esr @@ -7802,20 +7840,13 @@ operational_monitoring: - Other explore: firefox_messaging_system group_by_dimension: null - summaries: &id138 - - metric: ping_volume + summaries: &id141 + - metric: undesired_events_ping_volume metric_groups: [] statistic: sum - - metric: client_volume - metric_groups: [] - statistic: sum - - metric: spotlight_ping_volume + - metric: unknown_keys_volume metric_groups: - - ping_volume_by_ping_type - statistic: sum - - metric: infobar_ping_volume - metric_groups: - - ping_volume_by_ping_type + - unexpected_data statistic: sum - metric: moments_ping_volume metric_groups: @@ -7825,11 +7856,22 @@ operational_monitoring: metric_groups: - unexpected_data statistic: sum - - metric: cfr_ping_volume + - metric: spotlight_ping_volume metric_groups: - ping_volume_by_ping_type statistic: sum - - metric: toolbar_badge_ping_volume + - metric: other_ping_volume + metric_groups: + - ping_volume_by_ping_type + statistic: sum + - metric: ping_volume + metric_groups: [] + statistic: sum + - metric: infobar_ping_volume + metric_groups: + - ping_volume_by_ping_type + statistic: sum + - metric: cfr_ping_volume metric_groups: - ping_volume_by_ping_type statistic: sum @@ -7837,22 +7879,18 @@ operational_monitoring: metric_groups: - ping_volume_by_ping_type statistic: sum - - metric: whats_new_panel_ping_volume - metric_groups: - - ping_volume_by_ping_type - statistic: sum - - metric: unknown_keys_volume - metric_groups: - - unexpected_data - statistic: sum - - metric: undesired_events_ping_volume - metric_groups: [] - statistic: sum - metric: null_ping_volume metric_groups: - ping_volume_by_ping_type statistic: sum - - metric: other_ping_volume + - metric: toolbar_badge_ping_volume + metric_groups: + - ping_volume_by_ping_type + statistic: sum + - metric: client_volume + metric_groups: [] + statistic: sum + - metric: whats_new_panel_ping_volume metric_groups: - ping_volume_by_ping_type statistic: sum @@ -7864,10 +7902,10 @@ operational_monitoring: type: operational_monitoring_dashboard firefox_uninstalls: tables: - - branches: &id139 + - branches: &id142 - active compact_visualization: false - dimensions: &id140 + dimensions: &id143 normalized_channel: default: release options: @@ -7887,7 +7925,7 @@ operational_monitoring: - Windows 8 explore: firefox_uninstalls group_by_dimension: null - summaries: &id141 + summaries: &id144 - metric: client_volume metric_groups: [] statistic: sum @@ -7897,10 +7935,10 @@ operational_monitoring: type: operational_monitoring_dashboard firefox_user_choice: tables: - - branches: &id142 + - branches: &id145 - active compact_visualization: false - dimensions: &id143 + dimensions: &id146 is_msix: default: 'false' options: @@ -7927,61 +7965,7 @@ operational_monitoring: - Windows 8.1 explore: firefox_user_choice group_by_dimension: null - summaries: &id144 - - metric: ErrOther_client_volume - metric_groups: [] - statistic: sum - - metric: ErrOther_client_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrProgID_event_volume - metric_groups: [] - statistic: sum - - metric: ErrProgID_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrOther_event_volume - metric_groups: [] - statistic: sum - - metric: ErrOther_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrBuild_client_volume - metric_groups: [] - statistic: sum - - metric: ErrBuild_client_volume - metric_groups: [] - statistic: total_ratio - - metric: Success_event_volume - metric_groups: [] - statistic: sum - - metric: Success_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrExeHash_client_volume - metric_groups: [] - statistic: sum - - metric: ErrExeHash_client_volume - metric_groups: [] - statistic: total_ratio - - metric: not_Success_event_volume - metric_groups: [] - statistic: sum - - metric: not_Success_event_volume - metric_groups: [] - statistic: total_ratio - - metric: not_Success_client_volume - metric_groups: [] - statistic: sum - - metric: not_Success_client_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrExeHash_event_volume - metric_groups: [] - statistic: sum - - metric: ErrExeHash_event_volume - metric_groups: [] - statistic: total_ratio + summaries: &id147 - metric: ErrExeProgID_client_volume metric_groups: [] statistic: sum @@ -7994,10 +7978,10 @@ operational_monitoring: - metric: ErrExeRejected_client_volume metric_groups: [] statistic: total_ratio - - metric: ErrProgID_client_volume + - metric: ErrHash_event_volume metric_groups: [] statistic: sum - - metric: ErrProgID_client_volume + - metric: ErrHash_event_volume metric_groups: [] statistic: total_ratio - metric: ErrExeOther_client_volume @@ -8006,37 +7990,10 @@ operational_monitoring: - metric: ErrExeOther_client_volume metric_groups: [] statistic: total_ratio - - metric: ErrHash_client_volume + - metric: Success_client_volume metric_groups: [] statistic: sum - - metric: ErrHash_client_volume - metric_groups: [] - statistic: total_ratio - - metric: total_client_volume - metric_groups: [] - statistic: sum - - metric: ErrExeOther_event_volume - metric_groups: [] - statistic: sum - - metric: ErrExeOther_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrBuild_event_volume - metric_groups: [] - statistic: sum - - metric: ErrBuild_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrHash_event_volume - metric_groups: [] - statistic: sum - - metric: ErrHash_event_volume - metric_groups: [] - statistic: total_ratio - - metric: ErrExeRejected_event_volume - metric_groups: [] - statistic: sum - - metric: ErrExeRejected_event_volume + - metric: Success_client_volume metric_groups: [] statistic: total_ratio - metric: ErrLaunchExe_client_volume @@ -8045,10 +8002,10 @@ operational_monitoring: - metric: ErrLaunchExe_client_volume metric_groups: [] statistic: total_ratio - - metric: ErrExeTimeout_event_volume + - metric: ErrOther_client_volume metric_groups: [] statistic: sum - - metric: ErrExeTimeout_event_volume + - metric: ErrOther_client_volume metric_groups: [] statistic: total_ratio - metric: ErrExeTimeout_client_volume @@ -8057,19 +8014,88 @@ operational_monitoring: - metric: ErrExeTimeout_client_volume metric_groups: [] statistic: total_ratio + - metric: ErrExeHash_event_volume + metric_groups: [] + statistic: sum + - metric: ErrExeHash_event_volume + metric_groups: [] + statistic: total_ratio + - metric: Success_event_volume + metric_groups: [] + statistic: sum + - metric: Success_event_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrExeOther_event_volume + metric_groups: [] + statistic: sum + - metric: ErrExeOther_event_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrHash_client_volume + metric_groups: [] + statistic: sum + - metric: ErrHash_client_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrProgID_client_volume + metric_groups: [] + statistic: sum + - metric: ErrProgID_client_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrBuild_client_volume + metric_groups: [] + statistic: sum + - metric: ErrBuild_client_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrOther_event_volume + metric_groups: [] + statistic: sum + - metric: ErrOther_event_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrBuild_event_volume + metric_groups: [] + statistic: sum + - metric: ErrBuild_event_volume + metric_groups: [] + statistic: total_ratio + - metric: not_Success_event_volume + metric_groups: [] + statistic: sum + - metric: not_Success_event_volume + metric_groups: [] + statistic: total_ratio - metric: total_event_volume metric_groups: [] statistic: sum + - metric: total_client_volume + metric_groups: [] + statistic: sum + - metric: ErrExeTimeout_event_volume + metric_groups: [] + statistic: sum + - metric: ErrExeTimeout_event_volume + metric_groups: [] + statistic: total_ratio - metric: ErrLaunchExe_event_volume metric_groups: [] statistic: sum - metric: ErrLaunchExe_event_volume metric_groups: [] statistic: total_ratio - - metric: Success_client_volume + - metric: ErrExeRejected_event_volume metric_groups: [] statistic: sum - - metric: Success_client_volume + - metric: ErrExeRejected_event_volume + metric_groups: [] + statistic: total_ratio + - metric: not_Success_client_volume + metric_groups: [] + statistic: sum + - metric: not_Success_client_volume metric_groups: [] statistic: total_ratio - metric: ErrExeProgID_event_volume @@ -8078,56 +8104,30 @@ operational_monitoring: - metric: ErrExeProgID_event_volume metric_groups: [] statistic: total_ratio + - metric: ErrProgID_event_volume + metric_groups: [] + statistic: sum + - metric: ErrProgID_event_volume + metric_groups: [] + statistic: total_ratio + - metric: ErrExeHash_client_volume + metric_groups: [] + statistic: sum + - metric: ErrExeHash_client_volume + metric_groups: [] + statistic: total_ratio table: moz-fx-data-shared-prod.operational_monitoring.firefox_user_choice_statistics xaxis: submission_date title: Firefox Set As Default Userchoice type: operational_monitoring_dashboard fpp_floating_point_protection_rollout: - tables: - - branches: &id145 - - enabled - - disabled - compact_visualization: false - dimensions: &id146 {} - explore: fpp_floating_point_protection_rollout - group_by_dimension: null - summaries: &id147 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_statistics - xaxis: submission_date - title: Fpp Floating Point Protection Rollout - type: operational_monitoring_dashboard - fpp_floating_point_protection_rollout_linux_only: tables: - branches: &id148 - enabled - disabled compact_visualization: false dimensions: &id149 {} - explore: fpp_floating_point_protection_rollout_linux_only + explore: fpp_floating_point_protection_rollout group_by_dimension: null summaries: &id150 - metric: retained @@ -8136,36 +8136,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_linux_only_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_statistics xaxis: submission_date - title: Fpp Floating Point Protection Rollout Linux Only + title: Fpp Floating Point Protection Rollout type: operational_monitoring_dashboard - full_page_translations_on_android_basic_translations_enabled_rollout: + fpp_floating_point_protection_rollout_linux_only: tables: - branches: &id151 - enabled - disabled compact_visualization: false dimensions: &id152 {} - explore: full_page_translations_on_android_basic_translations_enabled_rollout + explore: fpp_floating_point_protection_rollout_linux_only group_by_dimension: null summaries: &id153 - metric: retained @@ -8174,33 +8174,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile - metric: days_of_use metric_groups: [] statistic: mean - - metric: tagged_sap_searches - metric_groups: [] - statistic: mean - table: moz-fx-data-shared-prod.operational_monitoring.full_page_translations_on_android_basic_translations_enabled_rollout_statistics + table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_linux_only_statistics xaxis: submission_date - title: Full Page Translations On Android Basic Translations Enabled Rollout + title: Fpp Floating Point Protection Rollout Linux Only type: operational_monitoring_dashboard - fx_accounts_ping_release_rollout_2: + full_page_translations_on_android_basic_translations_enabled_rollout: tables: - branches: &id154 - enabled - disabled compact_visualization: false dimensions: &id155 {} - explore: fx_accounts_ping_release_rollout_2 + explore: full_page_translations_on_android_basic_translations_enabled_rollout group_by_dimension: null summaries: &id156 - metric: retained @@ -8209,36 +8212,33 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count + metric_groups: [] + statistic: mean + - metric: tagged_sap_searches metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use metric_groups: [] statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.fx_accounts_ping_release_rollout_2_statistics + table: moz-fx-data-shared-prod.operational_monitoring.full_page_translations_on_android_basic_translations_enabled_rollout_statistics xaxis: submission_date - title: Fx Accounts Ping Release Rollout 2 + title: Full Page Translations On Android Basic Translations Enabled Rollout type: operational_monitoring_dashboard - fx_view_discoverability_rollout: + fx_accounts_ping_release_rollout_2: tables: - branches: &id157 - enabled - disabled compact_visualization: false dimensions: &id158 {} - explore: fx_view_discoverability_rollout + explore: fx_accounts_ping_release_rollout_2 group_by_dimension: null summaries: &id159 - metric: retained @@ -8247,34 +8247,72 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile - metric: days_of_use metric_groups: [] statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.fx_accounts_ping_release_rollout_2_statistics + xaxis: submission_date + title: Fx Accounts Ping Release Rollout 2 + type: operational_monitoring_dashboard + fx_view_discoverability_rollout: + tables: + - branches: &id160 + - enabled + - disabled + compact_visualization: false + dimensions: &id161 {} + explore: fx_view_discoverability_rollout + group_by_dimension: null + summaries: &id162 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.fx_view_discoverability_rollout_statistics xaxis: submission_date title: Fx View Discoverability Rollout type: operational_monitoring_dashboard garbage_collection: tables: - - branches: &id160 + - branches: &id163 - active compact_visualization: false - dimensions: &id161 + dimensions: &id164 os: default: Windows options: @@ -8284,7 +8322,7 @@ operational_monitoring: - Other explore: garbage_collection group_by_dimension: null - summaries: &id162 + summaries: &id165 - metric: gc_budget_overrun metric_groups: [] statistic: percentile @@ -8302,14 +8340,14 @@ operational_monitoring: type: operational_monitoring_dashboard heartbeat_fx_desktop_sync_survey_q3_2024_en: tables: - - branches: &id163 + - branches: &id166 - enabled - disabled compact_visualization: false - dimensions: &id164 {} + dimensions: &id167 {} explore: heartbeat_fx_desktop_sync_survey_q3_2024_en group_by_dimension: null - summaries: &id165 + summaries: &id168 - metric: days_of_use metric_groups: [] statistic: mean @@ -8340,52 +8378,52 @@ operational_monitoring: type: operational_monitoring_dashboard highlighting_in_pdfs_rollout: tables: - - branches: &id166 + - branches: &id169 - enabled - disabled compact_visualization: false - dimensions: &id167 {} + dimensions: &id170 {} explore: highlighting_in_pdfs_rollout group_by_dimension: null - summaries: &id168 + summaries: &id171 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.highlighting_in_pdfs_rollout_statistics xaxis: submission_date title: Highlighting In Pdfs Rollout type: operational_monitoring_dashboard home_and_newtab_wallpapers_v1_rollout_global: tables: - - branches: &id169 + - branches: &id172 - enabled - disabled compact_visualization: false - dimensions: &id170 {} + dimensions: &id173 {} explore: home_and_newtab_wallpapers_v1_rollout_global group_by_dimension: null - summaries: &id171 + summaries: &id174 - metric: active_hours metric_groups: [] statistic: mean @@ -8416,14 +8454,14 @@ operational_monitoring: type: operational_monitoring_dashboard home_and_newtab_wallpapers_v1_rollout_us_and_ca: tables: - - branches: &id172 + - branches: &id175 - enabled - disabled compact_visualization: false - dimensions: &id173 {} + dimensions: &id176 {} explore: home_and_newtab_wallpapers_v1_rollout_us_and_ca group_by_dimension: null - summaries: &id174 + summaries: &id177 - metric: uri_count metric_groups: [] statistic: mean @@ -8454,14 +8492,14 @@ operational_monitoring: type: operational_monitoring_dashboard home_and_newtab_wallpapers_v2_rollout_global_relaunch: tables: - - branches: &id175 + - branches: &id178 - enabled - disabled compact_visualization: false - dimensions: &id176 {} + dimensions: &id179 {} explore: home_and_newtab_wallpapers_v2_rollout_global_relaunch group_by_dimension: null - summaries: &id177 + summaries: &id180 - metric: uri_count metric_groups: [] statistic: mean @@ -8492,14 +8530,14 @@ operational_monitoring: type: operational_monitoring_dashboard home_and_newtab_weather_with_location_selector: tables: - - branches: &id178 + - branches: &id181 - enabled - disabled compact_visualization: false - dimensions: &id179 {} + dimensions: &id182 {} explore: home_and_newtab_weather_with_location_selector group_by_dimension: null - summaries: &id180 + summaries: &id183 - metric: search_count metric_groups: [] statistic: mean @@ -8530,14 +8568,14 @@ operational_monitoring: type: operational_monitoring_dashboard home_and_newtab_weather_with_location_selector_relaunch: tables: - - branches: &id181 + - branches: &id184 - enabled - disabled compact_visualization: false - dimensions: &id182 {} + dimensions: &id185 {} explore: home_and_newtab_weather_with_location_selector_relaunch group_by_dimension: null - summaries: &id183 + summaries: &id186 - metric: search_count metric_groups: [] statistic: mean @@ -8568,14 +8606,14 @@ operational_monitoring: type: operational_monitoring_dashboard https_as_default_protocoll_in_address_bar: tables: - - branches: &id184 + - branches: &id187 - enabled - disabled compact_visualization: false - dimensions: &id185 {} + dimensions: &id188 {} explore: https_as_default_protocoll_in_address_bar group_by_dimension: null - summaries: &id186 + summaries: &id189 - metric: ad_clicks metric_groups: [] statistic: mean @@ -8606,14 +8644,14 @@ operational_monitoring: type: operational_monitoring_dashboard ios_address_autofill_ios_beta_rollout: tables: - - branches: &id187 + - branches: &id190 - enabled - disabled compact_visualization: false - dimensions: &id188 {} + dimensions: &id191 {} explore: ios_address_autofill_ios_beta_rollout group_by_dimension: null - summaries: &id189 + summaries: &id192 - metric: search_count metric_groups: [] statistic: mean @@ -8635,24 +8673,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_address_autofill_ios_release_rollout: tables: - - branches: &id190 + - branches: &id193 - enabled - disabled compact_visualization: false - dimensions: &id191 {} + dimensions: &id194 {} explore: ios_address_autofill_ios_release_rollout group_by_dimension: null - summaries: &id192 + summaries: &id195 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8664,24 +8702,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_cc_autofill_rollout: tables: - - branches: &id193 + - branches: &id196 - enabled - disabled compact_visualization: false - dimensions: &id194 {} + dimensions: &id197 {} explore: ios_cc_autofill_rollout group_by_dimension: null - summaries: &id195 + summaries: &id198 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8693,24 +8731,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_dma_onboarding: tables: - - branches: &id196 + - branches: &id199 - enabled - disabled compact_visualization: false - dimensions: &id197 {} + dimensions: &id200 {} explore: ios_dma_onboarding group_by_dimension: null - summaries: &id198 + summaries: &id201 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8722,24 +8760,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_password_autofill_rollout: tables: - - branches: &id199 + - branches: &id202 - enabled - disabled compact_visualization: false - dimensions: &id200 {} + dimensions: &id203 {} explore: ios_password_autofill_rollout group_by_dimension: null - summaries: &id201 + summaries: &id204 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8751,14 +8789,14 @@ operational_monitoring: type: operational_monitoring_dashboard ios_password_autofill_rollout_v1240: tables: - - branches: &id202 + - branches: &id205 - enabled - disabled compact_visualization: false - dimensions: &id203 {} + dimensions: &id206 {} explore: ios_password_autofill_rollout_v1240 group_by_dimension: null - summaries: &id204 + summaries: &id207 - metric: ad_clicks metric_groups: [] statistic: mean @@ -8780,24 +8818,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_search_bar_placement_v2_treatment_a_rollout: tables: - - branches: &id205 + - branches: &id208 - enabled - disabled compact_visualization: false - dimensions: &id206 {} + dimensions: &id209 {} explore: ios_search_bar_placement_v2_treatment_a_rollout group_by_dimension: null - summaries: &id207 + summaries: &id210 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8809,14 +8847,14 @@ operational_monitoring: type: operational_monitoring_dashboard ios_sync_manager_integration_rust_sync_manager_rollout: tables: - - branches: &id208 + - branches: &id211 - enabled - disabled compact_visualization: false - dimensions: &id209 {} + dimensions: &id212 {} explore: ios_sync_manager_integration_rust_sync_manager_rollout group_by_dimension: null - summaries: &id210 + summaries: &id213 - metric: search_count metric_groups: [] statistic: mean @@ -8838,24 +8876,24 @@ operational_monitoring: type: operational_monitoring_dashboard ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy: tables: - - branches: &id211 + - branches: &id214 - enabled - disabled compact_visualization: false - dimensions: &id212 {} + dimensions: &id215 {} explore: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy group_by_dimension: null - summaries: &id213 + summaries: &id216 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: days_of_use @@ -8868,52 +8906,52 @@ operational_monitoring: type: operational_monitoring_dashboard launch_firefox_on_os_restart_treatment_a_rollout: tables: - - branches: &id214 + - branches: &id217 - enabled - disabled compact_visualization: false - dimensions: &id215 {} + dimensions: &id218 {} explore: launch_firefox_on_os_restart_treatment_a_rollout group_by_dimension: null - summaries: &id216 + summaries: &id219 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.launch_firefox_on_os_restart_treatment_a_rollout_statistics xaxis: submission_date title: Launch Firefox On Os Restart Treatment A Rollout type: operational_monitoring_dashboard microsurvey_android_homepage_csat_2024_v2: tables: - - branches: &id217 + - branches: &id220 - enabled - disabled compact_visualization: false - dimensions: &id218 {} + dimensions: &id221 {} explore: microsurvey_android_homepage_csat_2024_v2 group_by_dimension: null - summaries: &id219 + summaries: &id222 - metric: days_of_use metric_groups: [] statistic: mean @@ -8941,14 +8979,14 @@ operational_monitoring: type: operational_monitoring_dashboard microsurvey_ios_homepage_csat_2024_v2: tables: - - branches: &id220 + - branches: &id223 - enabled - disabled compact_visualization: false - dimensions: &id221 {} + dimensions: &id224 {} explore: microsurvey_ios_homepage_csat_2024_v2 group_by_dimension: null - summaries: &id222 + summaries: &id225 - metric: days_of_use metric_groups: [] statistic: mean @@ -8970,48 +9008,48 @@ operational_monitoring: type: operational_monitoring_dashboard microsurvey_sync_csat_2024: tables: - - branches: &id223 + - branches: &id226 - enabled - disabled compact_visualization: false - dimensions: &id224 {} + dimensions: &id227 {} explore: microsurvey_sync_csat_2024 group_by_dimension: null - summaries: &id225 + summaries: &id228 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.microsurvey_sync_csat_2024_statistics xaxis: submission_date title: Microsurvey Sync Csat 2024 type: operational_monitoring_dashboard monitor_customer_satisfaction: tables: - - branches: &id226 + - branches: &id229 - active compact_visualization: false - dimensions: &id227 + dimensions: &id230 experiment_branch: default: control options: @@ -9030,7 +9068,7 @@ operational_monitoring: - csat_survey explore: monitor_customer_satisfaction group_by_dimension: null - summaries: &id228 + summaries: &id231 - metric: event_count metric_groups: [] statistic: sum @@ -9040,14 +9078,14 @@ operational_monitoring: type: operational_monitoring_dashboard monitor_optional_middle_name_and_suffix_v2: tables: - - branches: &id229 + - branches: &id232 - enabled - disabled compact_visualization: false - dimensions: &id230 {} + dimensions: &id233 {} explore: monitor_optional_middle_name_and_suffix_v2 group_by_dimension: null - summaries: &id231 + summaries: &id234 - metric: monitor_pageviews_v1 metric_groups: [] statistic: percentile @@ -9057,51 +9095,51 @@ operational_monitoring: type: operational_monitoring_dashboard mozilla_vpn: tables: - - branches: &id232 + - branches: &id235 - active compact_visualization: false - dimensions: &id233 + dimensions: &id236 app: - default: Windows - vpn_session + default: Linux - vpn_session options: - - Windows - vpn_session - - iOS - daemon_session - - Android - daemon_session - - Android - vpn_session - - iOS - vpn_session - Linux - vpn_session + - Windows - vpn_session + - Android - vpn_session - Darwin - vpn_session + - Android - daemon_session + - iOS - daemon_session + - iOS - vpn_session explore: mozilla_vpn group_by_dimension: app - summaries: &id234 + summaries: &id237 - metric: cnt_sessions_start_and_end metric_groups: [] statistic: sum - - metric: avg_sum_session_duration - metric_groups: [] - statistic: mean - - metric: avg_sum_session_duration - metric_groups: [] - statistic: percentile - - metric: avg_session_duration - metric_groups: [] - statistic: mean - - metric: avg_session_duration - metric_groups: [] - statistic: percentile - - metric: cnt_session_ends + - metric: session_count metric_groups: [] statistic: sum - metric: cnt_session_starts metric_groups: [] statistic: sum - - metric: active_subscribers + - metric: avg_sum_session_duration metric_groups: [] - statistic: sum + statistic: mean + - metric: avg_sum_session_duration + metric_groups: [] + statistic: percentile + - metric: avg_session_duration + metric_groups: [] + statistic: mean + - metric: avg_session_duration + metric_groups: [] + statistic: percentile - metric: cnt_negative_session_lengths metric_groups: [] statistic: sum - - metric: session_count + - metric: cnt_session_ends + metric_groups: [] + statistic: sum + - metric: active_subscribers metric_groups: [] statistic: sum table: moz-fx-data-shared-prod.operational_monitoring.mozilla_vpn_statistics @@ -9110,10 +9148,10 @@ operational_monitoring: type: operational_monitoring_dashboard network_performance_desktop_build_by_build: tables: - - branches: &id235 + - branches: &id238 - active compact_visualization: false - dimensions: &id236 + dimensions: &id239 os: default: Linux options: @@ -9122,72 +9160,34 @@ operational_monitoring: - Mac explore: network_performance_desktop_build_by_build group_by_dimension: null - summaries: &id237 + summaries: &id240 - metric: time_to_response_start_ms metric_groups: [] statistic: percentile - - metric: http_page_open_to_first_sent - metric_groups: [] - statistic: percentile - - metric: dns_lookup_time - metric_groups: [] - statistic: percentile - metric: http_sub_tls_handshake metric_groups: [] statistic: percentile + - metric: dns_lookup_time + metric_groups: [] + statistic: percentile - metric: http_page_tls_handshake metric_groups: [] statistic: percentile + - metric: http_page_open_to_first_sent + metric_groups: [] + statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.network_performance_desktop_build_by_build_statistics xaxis: build_id title: Build Over Build Network Performance For Desktop type: operational_monitoring_dashboard newtab_recommendations_merino_migration: - tables: - - branches: &id238 - - enabled - - disabled - compact_visualization: false - dimensions: &id239 {} - explore: newtab_recommendations_merino_migration - group_by_dimension: null - summaries: &id240 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_statistics - xaxis: submission_date - title: Newtab Recommendations Merino Migration - type: operational_monitoring_dashboard - newtab_recommendations_merino_migration_global: tables: - branches: &id241 - enabled - disabled compact_visualization: false dimensions: &id242 {} - explore: newtab_recommendations_merino_migration_global + explore: newtab_recommendations_merino_migration group_by_dimension: null summaries: &id243 - metric: retained @@ -9196,36 +9196,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_global_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_statistics xaxis: submission_date - title: Newtab Recommendations Merino Migration Global + title: Newtab Recommendations Merino Migration type: operational_monitoring_dashboard - no_one_click_set_to_default_rollout_lth_holdback_branch: + newtab_recommendations_merino_migration_global: tables: - branches: &id244 - enabled - disabled compact_visualization: false dimensions: &id245 {} - explore: no_one_click_set_to_default_rollout_lth_holdback_branch + explore: newtab_recommendations_merino_migration_global group_by_dimension: null summaries: &id246 - metric: retained @@ -9234,36 +9234,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.no_one_click_set_to_default_rollout_lth_holdback_branch_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_global_statistics xaxis: submission_date - title: No One Click Set To Default Rollout Lth Holdback Branch + title: Newtab Recommendations Merino Migration Global type: operational_monitoring_dashboard - one_click_set_to_default_new_users_rollout: + no_one_click_set_to_default_rollout_lth_holdback_branch: tables: - branches: &id247 - enabled - disabled compact_visualization: false dimensions: &id248 {} - explore: one_click_set_to_default_new_users_rollout + explore: no_one_click_set_to_default_rollout_lth_holdback_branch group_by_dimension: null summaries: &id249 - metric: retained @@ -9272,34 +9272,72 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile - metric: days_of_use metric_groups: [] statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.no_one_click_set_to_default_rollout_lth_holdback_branch_statistics + xaxis: submission_date + title: No One Click Set To Default Rollout Lth Holdback Branch + type: operational_monitoring_dashboard + one_click_set_to_default_new_users_rollout: + tables: + - branches: &id250 + - enabled + - disabled + compact_visualization: false + dimensions: &id251 {} + explore: one_click_set_to_default_new_users_rollout + group_by_dimension: null + summaries: &id252 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.one_click_set_to_default_new_users_rollout_statistics xaxis: submission_date title: One Click Set To Default New Users Rollout type: operational_monitoring_dashboard performance_desktop_build_by_build_beta: tables: - - branches: &id250 + - branches: &id253 - active compact_visualization: false - dimensions: &id251 + dimensions: &id254 os: default: Linux options: @@ -9308,123 +9346,123 @@ operational_monitoring: - Mac explore: performance_desktop_build_by_build_beta group_by_dimension: null - summaries: &id252 - - metric: keypress_present_latency_ms - metric_groups: [] - statistic: percentile - - metric: perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time + summaries: &id255 + - metric: js_pageload_parse_ms metric_groups: [] statistic: percentile - metric: timestamps_first_paint_two metric_groups: [] statistic: percentile - - metric: timestamps_about_home_topsites_first_paint + - metric: fx_page_load_ms_2 + metric_groups: [] + statistic: percentile + - metric: perf_dom_content_loaded_time + metric_groups: [] + statistic: percentile + - metric: mouseup_followed_by_click_present_latency + metric_groups: [] + statistic: percentile + - metric: perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time + metric_groups: [] + statistic: percentile + - metric: js_pageload_xdr_encoding_ms metric_groups: [] statistic: percentile - metric: scroll_present_latency metric_groups: [] statistic: percentile - - metric: input_event_response_coalesced - metric_groups: [] - statistic: percentile - - metric: cycle_collector_visited_gced - metric_groups: [] - statistic: percentile - - metric: perf_page_load_time_ms - metric_groups: [] - statistic: percentile - metric: perf_page_load_time_from_responsestart metric_groups: [] statistic: percentile - metric: js_pageload_protect_ms metric_groups: [] statistic: percentile - - metric: perf_dom_content_loaded_time + - metric: perf_page_load_time_ms metric_groups: [] statistic: percentile - - metric: perf_request_animation_callback_non_pageload - metric_groups: [] - statistic: percentile - - metric: js_pageload_execution_ms - metric_groups: [] - statistic: percentile - - metric: js_pageload_baseline_compile_ms - metric_groups: [] - statistic: percentile - - metric: time_to_first_interaction_ms - metric_groups: [] - statistic: percentile - - metric: fx_page_load_ms_2 - metric_groups: [] - statistic: percentile - - metric: perf_request_animation_callback_pageload - metric_groups: [] - statistic: percentile - - metric: mouseup_followed_by_click_present_latency - metric_groups: [] - statistic: percentile - - metric: js_pageload_parse_ms - metric_groups: [] - statistic: percentile - - metric: perf_first_contentful_paint_ms - metric_groups: [] - statistic: percentile - - metric: js_pageload_xdr_encoding_ms + - metric: keypress_present_latency_ms metric_groups: [] statistic: percentile - metric: cycle_collector_visited_ref_counted metric_groups: [] statistic: percentile + - metric: js_pageload_execution_ms + metric_groups: [] + statistic: percentile + - metric: perf_first_contentful_paint_ms + metric_groups: [] + statistic: percentile + - metric: input_event_response_coalesced + metric_groups: [] + statistic: percentile + - metric: perf_request_animation_callback_pageload + metric_groups: [] + statistic: percentile + - metric: timestamps_about_home_topsites_first_paint + metric_groups: [] + statistic: percentile + - metric: perf_request_animation_callback_non_pageload + metric_groups: [] + statistic: percentile + - metric: time_to_first_interaction_ms + metric_groups: [] + statistic: percentile - metric: js_pageload_delazification_ms metric_groups: [] statistic: percentile + - metric: js_pageload_baseline_compile_ms + metric_groups: [] + statistic: percentile + - metric: cycle_collector_visited_gced + metric_groups: [] + statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.performance_desktop_build_by_build_beta_statistics xaxis: build_id title: 'Build Over Build Performance For Desktop Beta ' type: operational_monitoring_dashboard performance_fenix_build_by_build_beta: tables: - - branches: &id253 + - branches: &id256 - active compact_visualization: false - dimensions: &id254 {} + dimensions: &id257 {} explore: performance_fenix_build_by_build_beta group_by_dimension: null - summaries: &id255 - - metric: storage_stats_app_bytes - metric_groups: [] - statistic: percentile - - metric: performance_pageload_dcl - metric_groups: [] - statistic: percentile - - metric: performance_pageload_req_anim_frame_callback - metric_groups: [] - statistic: percentile - - metric: perf_startup_cold_view_app_to_first_frame - metric_groups: [] - statistic: percentile + summaries: &id258 - metric: performance_pageload_load_time metric_groups: [] statistic: percentile - - metric: storage_stats_data_dir_bytes + - metric: storage_stats_app_bytes metric_groups: [] statistic: percentile - - metric: storage_stats_cache_bytes - metric_groups: [] - statistic: percentile - - metric: perf_startup_cold_main_app_to_first_frame - metric_groups: [] - statistic: percentile - - metric: performance_pageload_fcp - metric_groups: [] - statistic: percentile - - metric: performance_pageload_fcp_responsestart + - metric: performance_pageload_load_time_responsestart metric_groups: [] statistic: percentile - metric: performance_pageload_dcl_responsestart metric_groups: [] statistic: percentile - - metric: performance_pageload_load_time_responsestart + - metric: perf_startup_cold_main_app_to_first_frame + metric_groups: [] + statistic: percentile + - metric: perf_startup_cold_view_app_to_first_frame + metric_groups: [] + statistic: percentile + - metric: performance_pageload_req_anim_frame_callback + metric_groups: [] + statistic: percentile + - metric: performance_pageload_dcl + metric_groups: [] + statistic: percentile + - metric: performance_pageload_fcp_responsestart + metric_groups: [] + statistic: percentile + - metric: storage_stats_cache_bytes + metric_groups: [] + statistic: percentile + - metric: performance_pageload_fcp + metric_groups: [] + statistic: percentile + - metric: storage_stats_data_dir_bytes metric_groups: [] statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.performance_fenix_build_by_build_beta_statistics @@ -9433,50 +9471,18 @@ operational_monitoring: type: operational_monitoring_dashboard performance_review_kenya: tables: - - branches: &id256 + - branches: &id259 - active compact_visualization: false - dimensions: &id257 {} + dimensions: &id260 {} explore: performance_review_kenya group_by_dimension: null - summaries: &id258 - - metric: performance_pageload_load_time_KE - metric_groups: - - performance_pageload_load_time - statistic: percentile - - metric: storage_stats_app_bytes_KE - metric_groups: - - storage_stats_app_bytes - statistic: percentile - - metric: networking_http_3_download_throughput_KE - metric_groups: - - networking_http_3_download_throughput - statistic: percentile + summaries: &id261 - metric: networking_http_3_upload_throughput_US metric_groups: - networking_http_3_upload_throughput statistic: percentile - - metric: storage_stats_data_dir_bytes_US - metric_groups: - - storage_stats_data_dir_bytes - statistic: percentile - - metric: networking_dns_lookup_time_KE - metric_groups: - - networking_dns_lookup_time - statistic: percentile - - metric: performance_time_response_start_KE - metric_groups: - - performance_time_response_start - statistic: percentile - - metric: storage_stats_app_bytes_US - metric_groups: - - storage_stats_app_bytes - statistic: percentile - - metric: networking_http_1_upload_throughput_US - metric_groups: - - networking_http_1_upload_throughput - statistic: percentile - - metric: networking_http_2_upload_throughput_KE + - metric: networking_http_2_upload_throughput_US metric_groups: - networking_http_2_upload_throughput statistic: percentile @@ -9484,53 +9490,13 @@ operational_monitoring: metric_groups: - networking_http_2_download_throughput statistic: percentile - - metric: storage_stats_data_dir_bytes_KE - metric_groups: - - storage_stats_data_dir_bytes - statistic: percentile - - metric: networking_http_1_upload_throughput_KE - metric_groups: - - networking_http_1_upload_throughput - statistic: percentile - - metric: networking_http_2_download_throughput_US - metric_groups: - - networking_http_2_download_throughput - statistic: percentile - - metric: networking_http_1_download_throughput_KE - metric_groups: - - networking_http_1_download_throughput - statistic: percentile - - metric: perf_startup_cold_view_app_to_first_frame_KE - metric_groups: - - perf_startup_cold_view_app_to_first_frame - statistic: percentile - - metric: performance_pageload_load_time_US + - metric: performance_pageload_load_time_KE metric_groups: - performance_pageload_load_time statistic: percentile - - metric: perf_startup_cold_view_app_to_first_frame_US + - metric: networking_http_1_download_throughput_US metric_groups: - - perf_startup_cold_view_app_to_first_frame - statistic: percentile - - metric: performance_time_response_start_US - metric_groups: - - performance_time_response_start - statistic: percentile - - metric: networking_dns_lookup_time_US - metric_groups: - - networking_dns_lookup_time - statistic: percentile - - metric: networking_http_2_upload_throughput_US - metric_groups: - - networking_http_2_upload_throughput - statistic: percentile - - metric: networking_http_3_download_throughput_US - metric_groups: - - networking_http_3_download_throughput - statistic: percentile - - metric: perf_startup_cold_main_app_to_first_frame_US - metric_groups: - - perf_startup_cold_main_app_to_first_frame + - networking_http_1_download_throughput statistic: percentile - metric: networking_http_3_upload_throughput_KE metric_groups: @@ -9540,20 +9506,92 @@ operational_monitoring: metric_groups: - perf_startup_cold_main_app_to_first_frame statistic: percentile - - metric: networking_http_1_download_throughput_US + - metric: networking_http_1_download_throughput_KE metric_groups: - networking_http_1_download_throughput statistic: percentile + - metric: perf_startup_cold_view_app_to_first_frame_KE + metric_groups: + - perf_startup_cold_view_app_to_first_frame + statistic: percentile + - metric: perf_startup_cold_view_app_to_first_frame_US + metric_groups: + - perf_startup_cold_view_app_to_first_frame + statistic: percentile + - metric: networking_http_1_upload_throughput_US + metric_groups: + - networking_http_1_upload_throughput + statistic: percentile + - metric: storage_stats_data_dir_bytes_KE + metric_groups: + - storage_stats_data_dir_bytes + statistic: percentile + - metric: networking_dns_lookup_time_US + metric_groups: + - networking_dns_lookup_time + statistic: percentile + - metric: storage_stats_app_bytes_KE + metric_groups: + - storage_stats_app_bytes + statistic: percentile + - metric: perf_startup_cold_main_app_to_first_frame_US + metric_groups: + - perf_startup_cold_main_app_to_first_frame + statistic: percentile + - metric: networking_dns_lookup_time_KE + metric_groups: + - networking_dns_lookup_time + statistic: percentile + - metric: networking_http_3_download_throughput_US + metric_groups: + - networking_http_3_download_throughput + statistic: percentile + - metric: storage_stats_data_dir_bytes_US + metric_groups: + - storage_stats_data_dir_bytes + statistic: percentile + - metric: networking_http_1_upload_throughput_KE + metric_groups: + - networking_http_1_upload_throughput + statistic: percentile + - metric: networking_http_2_upload_throughput_KE + metric_groups: + - networking_http_2_upload_throughput + statistic: percentile + - metric: storage_stats_app_bytes_US + metric_groups: + - storage_stats_app_bytes + statistic: percentile + - metric: networking_http_3_download_throughput_KE + metric_groups: + - networking_http_3_download_throughput + statistic: percentile + - metric: performance_time_response_start_US + metric_groups: + - performance_time_response_start + statistic: percentile + - metric: performance_pageload_load_time_US + metric_groups: + - performance_pageload_load_time + statistic: percentile + - metric: performance_time_response_start_KE + metric_groups: + - performance_time_response_start + statistic: percentile + - metric: networking_http_2_download_throughput_US + metric_groups: + - networking_http_2_download_throughput + statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.performance_review_kenya_statistics xaxis: build_id title: 'Okr 2 6 Performance Review Dashboard Kenya ' type: operational_monitoring_dashboard performance_review_kenya_2: tables: - - branches: &id259 + - branches: &id262 - active compact_visualization: false - dimensions: &id260 + dimensions: &id263 country: default: US options: @@ -9561,96 +9599,58 @@ operational_monitoring: - KE explore: performance_review_kenya_2 group_by_dimension: country - summaries: &id261 - - metric: performance_time_response_start - metric_groups: [] - statistic: percentile - - metric: networking_http_3_download_throughput - metric_groups: [] - statistic: percentile - - metric: networking_http_2_upload_throughput - metric_groups: [] - statistic: percentile - - metric: storage_stats_app_bytes - metric_groups: [] - statistic: percentile - - metric: perf_startup_cold_view_app_to_first_frame - metric_groups: [] - statistic: percentile - - metric: performance_pageload_load_time - metric_groups: [] - statistic: percentile - - metric: storage_stats_data_dir_bytes - metric_groups: [] - statistic: percentile - - metric: networking_http_2_download_throughput - metric_groups: [] - statistic: percentile - - metric: networking_http_1_upload_throughput - metric_groups: [] - statistic: percentile - - metric: networking_http_3_upload_throughput + summaries: &id264 + - metric: networking_http_1_download_throughput metric_groups: [] statistic: percentile - metric: networking_dns_lookup_time metric_groups: [] statistic: percentile - - metric: networking_http_1_download_throughput + - metric: performance_time_response_start + metric_groups: [] + statistic: percentile + - metric: performance_pageload_load_time + metric_groups: [] + statistic: percentile + - metric: networking_http_3_upload_throughput + metric_groups: [] + statistic: percentile + - metric: storage_stats_app_bytes + metric_groups: [] + statistic: percentile + - metric: networking_http_2_download_throughput metric_groups: [] statistic: percentile - metric: perf_startup_cold_main_app_to_first_frame metric_groups: [] statistic: percentile + - metric: perf_startup_cold_view_app_to_first_frame + metric_groups: [] + statistic: percentile + - metric: networking_http_1_upload_throughput + metric_groups: [] + statistic: percentile + - metric: networking_http_3_download_throughput + metric_groups: [] + statistic: percentile + - metric: storage_stats_data_dir_bytes + metric_groups: [] + statistic: percentile + - metric: networking_http_2_upload_throughput + metric_groups: [] + statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.performance_review_kenya_2_statistics xaxis: build_id title: 'Okr 2 6 Performance Review Dashboard Kenya ' type: operational_monitoring_dashboard persist_search_term_rollout_phase_1: - tables: - - branches: &id262 - - enabled - - disabled - compact_visualization: false - dimensions: &id263 {} - explore: persist_search_term_rollout_phase_1 - group_by_dimension: null - summaries: &id264 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.persist_search_term_rollout_phase_1_statistics - xaxis: submission_date - title: Persist Search Term Rollout Phase 1 - type: operational_monitoring_dashboard - phc_rollout: tables: - branches: &id265 - enabled - disabled compact_visualization: false dimensions: &id266 {} - explore: phc_rollout + explore: persist_search_term_rollout_phase_1 group_by_dimension: null summaries: &id267 - metric: retained @@ -9659,38 +9659,76 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.phc_rollout_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.persist_search_term_rollout_phase_1_statistics xaxis: submission_date - title: Phc Rollout + title: Persist Search Term Rollout Phase 1 type: operational_monitoring_dashboard - pref_flip_experiment_nimbus_diagnostic_v129_beta: + phc_rollout: tables: - branches: &id268 - enabled - disabled compact_visualization: false dimensions: &id269 {} - explore: pref_flip_experiment_nimbus_diagnostic_v129_beta + explore: phc_rollout group_by_dimension: null summaries: &id270 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.phc_rollout_statistics + xaxis: submission_date + title: Phc Rollout + type: operational_monitoring_dashboard + pref_flip_experiment_nimbus_diagnostic_v129_beta: + tables: + - branches: &id271 + - enabled + - disabled + compact_visualization: false + dimensions: &id272 {} + explore: pref_flip_experiment_nimbus_diagnostic_v129_beta + group_by_dimension: null + summaries: &id273 - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean @@ -9721,14 +9759,14 @@ operational_monitoring: type: operational_monitoring_dashboard pref_flip_experiment_nimbus_diagnostic_v129_release: tables: - - branches: &id271 + - branches: &id274 - enabled - disabled compact_visualization: false - dimensions: &id272 {} + dimensions: &id275 {} explore: pref_flip_experiment_nimbus_diagnostic_v129_release group_by_dimension: null - summaries: &id273 + summaries: &id276 - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean @@ -9759,48 +9797,48 @@ operational_monitoring: type: operational_monitoring_dashboard pref_flip_experiment_nimbus_diagnostic_v130_release: tables: - - branches: &id274 + - branches: &id277 - enabled - disabled compact_visualization: false - dimensions: &id275 {} + dimensions: &id278 {} explore: pref_flip_experiment_nimbus_diagnostic_v130_release group_by_dimension: null - summaries: &id276 + summaries: &id279 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.pref_flip_experiment_nimbus_diagnostic_v130_release_statistics xaxis: submission_date title: Pref Flip Experiment Nimbus Diagnostic V130 Release type: operational_monitoring_dashboard print_background_task_times: tables: - - branches: &id277 + - branches: &id280 - active compact_visualization: false - dimensions: &id278 + dimensions: &id281 channel: default: release options: @@ -9808,61 +9846,61 @@ operational_monitoring: - beta - nightly os: - default: Linux + default: Windows_NT options: - - Linux - Windows_NT + - Linux - Darwin explore: print_background_task_times group_by_dimension: null - summaries: &id279 - - metric: printing_dialog_via_preview_cancelled_tm - metric_groups: - - print_cancel_ratios - statistic: total_ratio - - metric: printing_dialog_without_preview_cancelled - metric_groups: - - print_cancel_ratios - statistic: total_ratio - - metric: printing_preview_cancelled_tm - metric_groups: - - print_cancel_ratios - statistic: total_ratio + summaries: &id282 - metric: printing_preview_opened_tm metric_groups: - print_initiation_counts statistic: sum - - metric: printing_preview_opened + - metric: printing_preview_cancelled_tm metric_groups: - - print_initiation_counts - statistic: sum + - print_cancel_ratios + statistic: total_ratio - metric: printing_dialog_via_preview_cancelled metric_groups: - print_cancel_ratios statistic: total_ratio + - metric: printing_dialog_opened_via_preview_tm + metric_groups: + - print_initiation_counts + statistic: sum + - metric: printing_dialog_without_preview_cancelled + metric_groups: + - print_cancel_ratios + statistic: total_ratio + - metric: print_count + metric_groups: [] + statistic: mean + - metric: print_count + metric_groups: [] + statistic: percentile - metric: printing_silent_print metric_groups: - print_initiation_counts statistic: sum + - metric: printing_dialog_via_preview_cancelled_tm + metric_groups: + - print_cancel_ratios + statistic: total_ratio + - metric: printing_dialog_opened_via_preview + metric_groups: + - print_initiation_counts + statistic: sum + - metric: printing_dialog_opened_without_preview + metric_groups: + - print_initiation_counts + statistic: sum - metric: printing_preview_cancelled metric_groups: - print_cancel_ratios statistic: total_ratio - - metric: printing_dialog_opened_without_preview - metric_groups: - - print_initiation_counts - statistic: sum - - metric: printing_dialog_opened_via_preview - metric_groups: - - print_initiation_counts - statistic: sum - - metric: print_count - metric_groups: [] - statistic: mean - - metric: print_count - metric_groups: [] - statistic: percentile - - metric: printing_dialog_opened_via_preview_tm + - metric: printing_preview_opened metric_groups: - print_initiation_counts statistic: sum @@ -9872,10 +9910,10 @@ operational_monitoring: type: operational_monitoring_dashboard print_background_task_times_by_build: tables: - - branches: &id280 + - branches: &id283 - active compact_visualization: false - dimensions: &id281 + dimensions: &id284 channel: default: nightly options: @@ -9890,12 +9928,40 @@ operational_monitoring: - Darwin explore: print_background_task_times_by_build group_by_dimension: null - summaries: &id282 + summaries: &id285 + - metric: not_available + metric_groups: + - print_error_breakdown + statistic: sum + - metric: name_not_found + metric_groups: + - print_error_breakdown + statistic: sum - metric: total_printing_errors_new_ui metric_groups: - print_error_by_ui statistic: sum - - metric: print_failure + - metric: enddoc + metric_groups: + - print_error_breakdown + statistic: sum + - metric: startdoc + metric_groups: + - print_error_breakdown + statistic: sum + - metric: notimplemented + metric_groups: + - print_error_breakdown + statistic: sum + - metric: no_printer + metric_groups: + - print_error_breakdown + statistic: sum + - metric: cannot_open_file + metric_groups: + - print_error_breakdown + statistic: sum + - metric: abort metric_groups: - print_error_breakdown statistic: sum @@ -9907,30 +9973,18 @@ operational_monitoring: metric_groups: - print_error_breakdown statistic: sum - - metric: cannot_open_file - metric_groups: - - print_error_breakdown - statistic: sum - metric: total_printing_errors metric_groups: [] statistic: sum - - metric: start_page - metric_groups: - - print_error_breakdown - statistic: sum - - metric: notimplemented - metric_groups: - - print_error_breakdown - statistic: sum - metric: total_printing_errors_old_ui metric_groups: - print_error_by_ui statistic: sum - - metric: enddoc + - metric: start_page metric_groups: - print_error_breakdown statistic: sum - - metric: abort + - metric: print_failure metric_groups: - print_error_breakdown statistic: sum @@ -9938,72 +9992,18 @@ operational_monitoring: metric_groups: - print_error_breakdown statistic: sum - - metric: no_printer - metric_groups: - - print_error_breakdown - statistic: sum - - metric: name_not_found - metric_groups: - - print_error_breakdown - statistic: sum - - metric: not_available - metric_groups: - - print_error_breakdown - statistic: sum - - metric: startdoc - metric_groups: - - print_error_breakdown - statistic: sum table: moz-fx-data-shared-prod.operational_monitoring.print_background_task_times_by_build_statistics xaxis: build_id title: 'Print Background Task Times By Build Id 1Pct Sample ' type: operational_monitoring_dashboard product_insight_telemetry_via_server_knobs_rollout_release: - tables: - - branches: &id283 - - enabled - - disabled - compact_visualization: false - dimensions: &id284 {} - explore: product_insight_telemetry_via_server_knobs_rollout_release - group_by_dimension: null - summaries: &id285 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_rollout_release_statistics - xaxis: submission_date - title: Product Insight Telemetry Via Server Knobs Rollout Release - type: operational_monitoring_dashboard - product_insight_telemetry_via_server_knobs_v123_and_earlier: tables: - branches: &id286 - enabled - disabled compact_visualization: false dimensions: &id287 {} - explore: product_insight_telemetry_via_server_knobs_v123_and_earlier + explore: product_insight_telemetry_via_server_knobs_rollout_release group_by_dimension: null summaries: &id288 - metric: retained @@ -10012,36 +10012,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_v123_and_earlier_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_rollout_release_statistics xaxis: submission_date - title: Product Insight Telemetry Via Server Knobs V123 And Earlier + title: Product Insight Telemetry Via Server Knobs Rollout Release type: operational_monitoring_dashboard - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout: + product_insight_telemetry_via_server_knobs_v123_and_earlier: tables: - branches: &id289 - enabled - disabled compact_visualization: false dimensions: &id290 {} - explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout + explore: product_insight_telemetry_via_server_knobs_v123_and_earlier group_by_dimension: null summaries: &id291 - metric: retained @@ -10050,36 +10050,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.recommend_add_ons_staff_pick_relaunch_treatment_a_rollout_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_v123_and_earlier_statistics xaxis: submission_date - title: Recommend Add Ons Staff Pick Relaunch Treatment A Rollout + title: Product Insight Telemetry Via Server Knobs V123 And Earlier type: operational_monitoring_dashboard - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users: + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout: tables: - branches: &id292 - enabled - disabled compact_visualization: false dimensions: &id293 {} - explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users + explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout group_by_dimension: null summaries: &id294 - metric: retained @@ -10088,36 +10088,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.recommend_add_ons_staff_pick_relaunch_treatment_a_rollout_statistics xaxis: submission_date - title: Relay Integration Into Firefox 118 Release For All Fxa And Autofill Users + title: Recommend Add Ons Staff Pick Relaunch Treatment A Rollout type: operational_monitoring_dashboard - relay_integration_into_firefox_beta_for_all_fxa_users: + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users: tables: - branches: &id295 - enabled - disabled compact_visualization: false dimensions: &id296 {} - explore: relay_integration_into_firefox_beta_for_all_fxa_users + explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users group_by_dimension: null summaries: &id297 - metric: retained @@ -10126,36 +10126,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_beta_for_all_fxa_users_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users_statistics xaxis: submission_date - title: Relay Integration Into Firefox Beta For All Fxa Users + title: Relay Integration Into Firefox 118 Release For All Fxa And Autofill Users type: operational_monitoring_dashboard - relay_integration_into_firefox_nightly_for_all_fxa_users: + relay_integration_into_firefox_beta_for_all_fxa_users: tables: - branches: &id298 - enabled - disabled compact_visualization: false dimensions: &id299 {} - explore: relay_integration_into_firefox_nightly_for_all_fxa_users + explore: relay_integration_into_firefox_beta_for_all_fxa_users group_by_dimension: null summaries: &id300 - metric: retained @@ -10164,36 +10164,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_nightly_for_all_fxa_users_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_beta_for_all_fxa_users_statistics xaxis: submission_date - title: Relay Integration Into Firefox Nightly For All Fxa Users + title: Relay Integration Into Firefox Beta For All Fxa Users type: operational_monitoring_dashboard - relay_integration_into_firefox_release_for_all_fxa_users: + relay_integration_into_firefox_nightly_for_all_fxa_users: tables: - branches: &id301 - enabled - disabled compact_visualization: false dimensions: &id302 {} - explore: relay_integration_into_firefox_release_for_all_fxa_users + explore: relay_integration_into_firefox_nightly_for_all_fxa_users group_by_dimension: null summaries: &id303 - metric: retained @@ -10202,38 +10202,76 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_release_for_all_fxa_users_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_nightly_for_all_fxa_users_statistics xaxis: submission_date - title: Relay Integration Into Firefox Release For All Fxa Users + title: Relay Integration Into Firefox Nightly For All Fxa Users type: operational_monitoring_dashboard - release_experiment_for_additional_metrics_for_product_insights_rollout: + relay_integration_into_firefox_release_for_all_fxa_users: tables: - branches: &id304 - enabled - disabled compact_visualization: false dimensions: &id305 {} - explore: release_experiment_for_additional_metrics_for_product_insights_rollout + explore: relay_integration_into_firefox_release_for_all_fxa_users group_by_dimension: null summaries: &id306 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_release_for_all_fxa_users_statistics + xaxis: submission_date + title: Relay Integration Into Firefox Release For All Fxa Users + type: operational_monitoring_dashboard + release_experiment_for_additional_metrics_for_product_insights_rollout: + tables: + - branches: &id307 + - enabled + - disabled + compact_visualization: false + dimensions: &id308 {} + explore: release_experiment_for_additional_metrics_for_product_insights_rollout + group_by_dimension: null + summaries: &id309 - metric: search_count metric_groups: [] statistic: mean @@ -10264,14 +10302,14 @@ operational_monitoring: type: operational_monitoring_dashboard review_checker_continuity_rollout_post_119: tables: - - branches: &id307 + - branches: &id310 - enabled - disabled compact_visualization: false - dimensions: &id308 {} + dimensions: &id311 {} explore: review_checker_continuity_rollout_post_119 group_by_dimension: null - summaries: &id309 + summaries: &id312 - metric: search_count metric_groups: [] statistic: mean @@ -10302,14 +10340,14 @@ operational_monitoring: type: operational_monitoring_dashboard review_checker_staged_rollout_no_survey: tables: - - branches: &id310 + - branches: &id313 - enabled - disabled compact_visualization: false - dimensions: &id311 {} + dimensions: &id314 {} explore: review_checker_staged_rollout_no_survey group_by_dimension: null - summaries: &id312 + summaries: &id315 - metric: search_count metric_groups: [] statistic: mean @@ -10340,52 +10378,52 @@ operational_monitoring: type: operational_monitoring_dashboard review_checker_staged_rollout_no_survey_beta: tables: - - branches: &id313 + - branches: &id316 - enabled - disabled compact_visualization: false - dimensions: &id314 {} + dimensions: &id317 {} explore: review_checker_staged_rollout_no_survey_beta group_by_dimension: null - summaries: &id315 + summaries: &id318 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.review_checker_staged_rollout_no_survey_beta_statistics xaxis: submission_date title: Review Checker Staged Rollout No Survey Beta type: operational_monitoring_dashboard rollout_100_experiment_for_additional_metrics_for_product_insights_new: tables: - - branches: &id316 + - branches: &id319 - enabled - disabled compact_visualization: false - dimensions: &id317 {} + dimensions: &id320 {} explore: rollout_100_experiment_for_additional_metrics_for_product_insights_new group_by_dimension: null - summaries: &id318 + summaries: &id321 - metric: ad_clicks metric_groups: [] statistic: mean @@ -10416,14 +10454,14 @@ operational_monitoring: type: operational_monitoring_dashboard rollout_of_tab_tray_refactor_ios: tables: - - branches: &id319 + - branches: &id322 - enabled - disabled compact_visualization: false - dimensions: &id320 {} + dimensions: &id323 {} explore: rollout_of_tab_tray_refactor_ios group_by_dimension: null - summaries: &id321 + summaries: &id324 - metric: retained metric_groups: [] statistic: mean @@ -10445,14 +10483,14 @@ operational_monitoring: type: operational_monitoring_dashboard rollout_sponsored_topsites_in_eu_regions: tables: - - branches: &id322 + - branches: &id325 - enabled - disabled compact_visualization: false - dimensions: &id323 {} + dimensions: &id326 {} explore: rollout_sponsored_topsites_in_eu_regions group_by_dimension: null - summaries: &id324 + summaries: &id327 - metric: retained metric_groups: [] statistic: mean @@ -10482,51 +10520,13 @@ operational_monitoring: title: Rollout Sponsored Topsites In Eu Regions type: operational_monitoring_dashboard rollout_sponsored_topsites_in_se_and_sg: - tables: - - branches: &id325 - - enabled - - disabled - compact_visualization: false - dimensions: &id326 {} - explore: rollout_sponsored_topsites_in_se_and_sg - group_by_dimension: null - summaries: &id327 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.rollout_sponsored_topsites_in_se_and_sg_statistics - xaxis: submission_date - title: Rollout Sponsored Topsites In Se And Sg - type: operational_monitoring_dashboard - round_2_post_choice_in_product_survey_ios_h1_2024: tables: - branches: &id328 - enabled - disabled compact_visualization: false dimensions: &id329 {} - explore: round_2_post_choice_in_product_survey_ios_h1_2024 + explore: rollout_sponsored_topsites_in_se_and_sg group_by_dimension: null summaries: &id330 - metric: retained @@ -10535,12 +10535,50 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean - metric: active_hours metric_groups: [] statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.rollout_sponsored_topsites_in_se_and_sg_statistics + xaxis: submission_date + title: Rollout Sponsored Topsites In Se And Sg + type: operational_monitoring_dashboard + round_2_post_choice_in_product_survey_ios_h1_2024: + tables: + - branches: &id331 + - enabled + - disabled + compact_visualization: false + dimensions: &id332 {} + explore: round_2_post_choice_in_product_survey_ios_h1_2024 + group_by_dimension: null + summaries: &id333 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean - metric: search_count metric_groups: [] statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean - metric: days_of_use metric_groups: [] statistic: mean @@ -10550,14 +10588,14 @@ operational_monitoring: type: operational_monitoring_dashboard serp_ad_telemetry_rollout_previous_to_118: tables: - - branches: &id331 + - branches: &id334 - enabled - disabled compact_visualization: false - dimensions: &id332 {} + dimensions: &id335 {} explore: serp_ad_telemetry_rollout_previous_to_118 group_by_dimension: null - summaries: &id333 + summaries: &id336 - metric: uri_count metric_groups: [] statistic: mean @@ -10588,52 +10626,52 @@ operational_monitoring: type: operational_monitoring_dashboard serp_categorization_and_consolidated_search_config_us_desktop_relaunch: tables: - - branches: &id334 + - branches: &id337 - enabled - disabled compact_visualization: false - dimensions: &id335 {} + dimensions: &id338 {} explore: serp_categorization_and_consolidated_search_config_us_desktop_relaunch group_by_dimension: null - summaries: &id336 + summaries: &id339 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.serp_categorization_and_consolidated_search_config_us_desktop_relaunch_statistics xaxis: submission_date title: Serp Categorization And Consolidated Search Config Us Desktop Relaunch type: operational_monitoring_dashboard set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout: tables: - - branches: &id337 + - branches: &id340 - enabled - disabled compact_visualization: false - dimensions: &id338 {} + dimensions: &id341 {} explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout group_by_dimension: null - summaries: &id339 + summaries: &id342 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10657,51 +10695,13 @@ operational_monitoring: title: Set Firefox As Default Pdf Handler On Windows For New Users Rollout type: operational_monitoring_dashboard tab_hover_preview_beta_rollout: - tables: - - branches: &id340 - - enabled - - disabled - compact_visualization: false - dimensions: &id341 {} - explore: tab_hover_preview_beta_rollout - group_by_dimension: null - summaries: &id342 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_beta_rollout_statistics - xaxis: submission_date - title: Tab Hover Preview Beta Rollout - type: operational_monitoring_dashboard - tab_hover_preview_release_rollout: tables: - branches: &id343 - enabled - disabled compact_visualization: false dimensions: &id344 {} - explore: tab_hover_preview_release_rollout + explore: tab_hover_preview_beta_rollout group_by_dimension: null summaries: &id345 - metric: retained @@ -10710,36 +10710,36 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_release_rollout_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_beta_rollout_statistics xaxis: submission_date - title: Tab Hover Preview Release Rollout + title: Tab Hover Preview Beta Rollout type: operational_monitoring_dashboard - tab_tray_refactor_rollout_ios: + tab_hover_preview_release_rollout: tables: - branches: &id346 - enabled - disabled compact_visualization: false dimensions: &id347 {} - explore: tab_tray_refactor_rollout_ios + explore: tab_hover_preview_release_rollout group_by_dimension: null summaries: &id348 - metric: retained @@ -10748,12 +10748,50 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean - metric: active_hours metric_groups: [] statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_release_rollout_statistics + xaxis: submission_date + title: Tab Hover Preview Release Rollout + type: operational_monitoring_dashboard + tab_tray_refactor_rollout_ios: + tables: + - branches: &id349 + - enabled + - disabled + compact_visualization: false + dimensions: &id350 {} + explore: tab_tray_refactor_rollout_ios + group_by_dimension: null + summaries: &id351 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean - metric: search_count metric_groups: [] statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean - metric: days_of_use metric_groups: [] statistic: mean @@ -10763,14 +10801,14 @@ operational_monitoring: type: operational_monitoring_dashboard task_continuity_sync_after_tab_change_rollout_40: tables: - - branches: &id349 + - branches: &id352 - enabled - disabled compact_visualization: false - dimensions: &id350 {} + dimensions: &id353 {} explore: task_continuity_sync_after_tab_change_rollout_40 group_by_dimension: null - summaries: &id351 + summaries: &id354 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10795,14 +10833,14 @@ operational_monitoring: type: operational_monitoring_dashboard task_continuity_sync_after_tab_change_rollout_60: tables: - - branches: &id352 + - branches: &id355 - enabled - disabled compact_visualization: false - dimensions: &id353 {} + dimensions: &id356 {} explore: task_continuity_sync_after_tab_change_rollout_60 group_by_dimension: null - summaries: &id354 + summaries: &id357 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10827,14 +10865,14 @@ operational_monitoring: type: operational_monitoring_dashboard tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles: tables: - - branches: &id355 + - branches: &id358 - enabled - disabled compact_visualization: false - dimensions: &id356 {} + dimensions: &id359 {} explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles group_by_dimension: null - summaries: &id357 + summaries: &id360 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10859,14 +10897,14 @@ operational_monitoring: type: operational_monitoring_dashboard tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles: tables: - - branches: &id358 + - branches: &id361 - enabled - disabled compact_visualization: false - dimensions: &id359 {} + dimensions: &id362 {} explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles group_by_dimension: null - summaries: &id360 + summaries: &id363 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10891,14 +10929,14 @@ operational_monitoring: type: operational_monitoring_dashboard tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles: tables: - - branches: &id361 + - branches: &id364 - enabled - disabled compact_visualization: false - dimensions: &id362 {} + dimensions: &id365 {} explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles group_by_dimension: null - summaries: &id363 + summaries: &id366 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10923,14 +10961,14 @@ operational_monitoring: type: operational_monitoring_dashboard tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles: tables: - - branches: &id364 + - branches: &id367 - enabled - disabled compact_visualization: false - dimensions: &id365 {} + dimensions: &id368 {} explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles group_by_dimension: null - summaries: &id366 + summaries: &id369 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10955,14 +10993,14 @@ operational_monitoring: type: operational_monitoring_dashboard tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles: tables: - - branches: &id367 + - branches: &id370 - enabled - disabled compact_visualization: false - dimensions: &id368 {} + dimensions: &id371 {} explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles group_by_dimension: null - summaries: &id369 + summaries: &id372 - metric: startup_crashes metric_groups: [] statistic: sum @@ -10987,10 +11025,10 @@ operational_monitoring: type: operational_monitoring_dashboard telemetry_alerts_prototype: tables: - - branches: &id370 + - branches: &id373 - active compact_visualization: true - dimensions: &id371 + dimensions: &id374 os: default: Linux options: @@ -10999,40 +11037,40 @@ operational_monitoring: - Mac explore: telemetry_alerts_prototype group_by_dimension: null - summaries: &id372 - - metric: js_pageload_execution_ms - metric_groups: [] - statistic: percentile + summaries: &id375 - metric: active_ticks metric_groups: [] statistic: percentile - - metric: main_crashes - metric_groups: [] - statistic: sum - - metric: perf_first_contentful_paint_ms - metric_groups: [] - statistic: percentile - - metric: checkerboard_severity - metric_groups: [] - statistic: percentile - - metric: oom_crashes - metric_groups: [] - statistic: sum - - metric: gc_ms_content - metric_groups: [] - statistic: percentile - metric: gc_ms metric_groups: [] statistic: percentile - metric: subsession_length metric_groups: [] statistic: percentile + - metric: main_crashes + metric_groups: [] + statistic: sum + - metric: js_pageload_execution_ms + metric_groups: [] + statistic: percentile + - metric: perf_first_contentful_paint_ms + metric_groups: [] + statistic: percentile - metric: gc_budget_overrun metric_groups: [] statistic: percentile - metric: memory_total metric_groups: [] statistic: percentile + - metric: oom_crashes + metric_groups: [] + statistic: sum + - metric: gc_ms_content + metric_groups: [] + statistic: percentile + - metric: checkerboard_severity + metric_groups: [] + statistic: percentile table: moz-fx-data-shared-prod.operational_monitoring.telemetry_alerts_prototype_statistics xaxis: build_id - explore: telemetry_alerts_prototype_alerts @@ -11041,14 +11079,14 @@ operational_monitoring: type: operational_monitoring_dashboard test_staging_data_privacy_petition_banner_from_prod_experimenter: tables: - - branches: &id373 + - branches: &id376 - enabled - disabled compact_visualization: false - dimensions: &id374 {} + dimensions: &id377 {} explore: test_staging_data_privacy_petition_banner_from_prod_experimenter group_by_dimension: null - summaries: &id375 + summaries: &id378 - metric: monitor_pageviews_v1 metric_groups: [] statistic: percentile @@ -11058,14 +11096,14 @@ operational_monitoring: type: operational_monitoring_dashboard total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users: tables: - - branches: &id376 + - branches: &id379 - enabled - disabled compact_visualization: false - dimensions: &id377 {} + dimensions: &id380 {} explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users group_by_dimension: null - summaries: &id378 + summaries: &id381 - metric: startup_crashes metric_groups: [] statistic: sum @@ -11090,14 +11128,14 @@ operational_monitoring: type: operational_monitoring_dashboard total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default: tables: - - branches: &id379 + - branches: &id382 - enabled - disabled compact_visualization: false - dimensions: &id380 {} + dimensions: &id383 {} explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default group_by_dimension: null - summaries: &id381 + summaries: &id384 - metric: startup_crashes metric_groups: [] statistic: sum @@ -11122,14 +11160,14 @@ operational_monitoring: type: operational_monitoring_dashboard translation_suggestions_potential_exposures: tables: - - branches: &id382 + - branches: &id385 - enabled - disabled compact_visualization: false - dimensions: &id383 {} + dimensions: &id386 {} explore: translation_suggestions_potential_exposures group_by_dimension: null - summaries: &id384 + summaries: &id387 - metric: memory_total metric_groups: [] statistic: percentile @@ -11159,51 +11197,13 @@ operational_monitoring: title: Translation Suggestions Potential Exposures type: operational_monitoring_dashboard upgrade_spotlight_rollout: - tables: - - branches: &id385 - - enabled - - disabled - compact_visualization: false - dimensions: &id386 {} - explore: upgrade_spotlight_rollout - group_by_dimension: null - summaries: &id387 - - metric: retained - metric_groups: [] - statistic: mean - - metric: ad_clicks - metric_groups: [] - statistic: mean - - metric: active_hours - metric_groups: [] - statistic: mean - - metric: uri_count - metric_groups: [] - statistic: mean - - metric: search_count - metric_groups: [] - statistic: mean - - metric: qualified_cumulative_days_of_use - metric_groups: [] - statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - - metric: memory_total - metric_groups: [] - statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.upgrade_spotlight_rollout_statistics - xaxis: submission_date - title: Upgrade Spotlight Rollout - type: operational_monitoring_dashboard - us_review_checker_rollout_v2: tables: - branches: &id388 - enabled - disabled compact_visualization: false dimensions: &id389 {} - explore: us_review_checker_rollout_v2 + explore: upgrade_spotlight_rollout group_by_dimension: null summaries: &id390 - metric: retained @@ -11212,38 +11212,76 @@ operational_monitoring: - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile - table: moz-fx-data-shared-prod.operational_monitoring.us_review_checker_rollout_v2_statistics + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.upgrade_spotlight_rollout_statistics xaxis: submission_date - title: Us Review Checker Rollout V2 + title: Upgrade Spotlight Rollout type: operational_monitoring_dashboard - viewpoint_android_aug_2024_launch: + us_review_checker_rollout_v2: tables: - branches: &id391 - enabled - disabled compact_visualization: false dimensions: &id392 {} - explore: viewpoint_android_aug_2024_launch + explore: us_review_checker_rollout_v2 group_by_dimension: null summaries: &id393 + - metric: retained + metric_groups: [] + statistic: mean + - metric: ad_clicks + metric_groups: [] + statistic: mean + - metric: search_count + metric_groups: [] + statistic: mean + - metric: uri_count + metric_groups: [] + statistic: mean + - metric: active_hours + metric_groups: [] + statistic: mean + - metric: qualified_cumulative_days_of_use + metric_groups: [] + statistic: mean + - metric: memory_total + metric_groups: [] + statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean + table: moz-fx-data-shared-prod.operational_monitoring.us_review_checker_rollout_v2_statistics + xaxis: submission_date + title: Us Review Checker Rollout V2 + type: operational_monitoring_dashboard + viewpoint_android_aug_2024_launch: + tables: + - branches: &id394 + - enabled + - disabled + compact_visualization: false + dimensions: &id395 {} + explore: viewpoint_android_aug_2024_launch + group_by_dimension: null + summaries: &id396 - metric: days_of_use metric_groups: [] statistic: mean @@ -11271,14 +11309,14 @@ operational_monitoring: type: operational_monitoring_dashboard viewpoint_android_july_2024_launch: tables: - - branches: &id394 + - branches: &id397 - enabled - disabled compact_visualization: false - dimensions: &id395 {} + dimensions: &id398 {} explore: viewpoint_android_july_2024_launch group_by_dimension: null - summaries: &id396 + summaries: &id399 - metric: days_of_use metric_groups: [] statistic: mean @@ -11306,14 +11344,14 @@ operational_monitoring: type: operational_monitoring_dashboard viewpoint_android_sept_2024: tables: - - branches: &id397 + - branches: &id400 - enabled - disabled compact_visualization: false - dimensions: &id398 {} + dimensions: &id401 {} explore: viewpoint_android_sept_2024 group_by_dimension: null - summaries: &id399 + summaries: &id402 - metric: days_of_use metric_groups: [] statistic: mean @@ -11341,52 +11379,52 @@ operational_monitoring: type: operational_monitoring_dashboard viewpoint_desktop_2024: tables: - - branches: &id400 + - branches: &id403 - enabled - disabled compact_visualization: false - dimensions: &id401 {} + dimensions: &id404 {} explore: viewpoint_desktop_2024 group_by_dimension: null - summaries: &id402 + summaries: &id405 - metric: retained metric_groups: [] statistic: mean - metric: ad_clicks metric_groups: [] statistic: mean - - metric: active_hours + - metric: search_count metric_groups: [] statistic: mean - metric: uri_count metric_groups: [] statistic: mean - - metric: search_count + - metric: active_hours metric_groups: [] statistic: mean - metric: qualified_cumulative_days_of_use metric_groups: [] statistic: mean - - metric: days_of_use - metric_groups: [] - statistic: mean - metric: memory_total metric_groups: [] statistic: percentile + - metric: days_of_use + metric_groups: [] + statistic: mean table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_desktop_2024_statistics xaxis: submission_date title: Viewpoint Desktop 2024 type: operational_monitoring_dashboard viewpoint_ios_aug_2024_launch: tables: - - branches: &id403 + - branches: &id406 - enabled - disabled compact_visualization: false - dimensions: &id404 {} + dimensions: &id407 {} explore: viewpoint_ios_aug_2024_launch group_by_dimension: null - summaries: &id405 + summaries: &id408 - metric: days_of_use metric_groups: [] statistic: mean @@ -11408,14 +11446,14 @@ operational_monitoring: type: operational_monitoring_dashboard viewpoint_ios_july_2024_launch: tables: - - branches: &id406 + - branches: &id409 - enabled - disabled compact_visualization: false - dimensions: &id407 {} + dimensions: &id410 {} explore: viewpoint_ios_july_2024_launch group_by_dimension: null - summaries: &id408 + summaries: &id411 - metric: days_of_use metric_groups: [] statistic: mean @@ -11437,14 +11475,14 @@ operational_monitoring: type: operational_monitoring_dashboard viewpoint_ios_sept_2024: tables: - - branches: &id409 + - branches: &id412 - enabled - disabled compact_visualization: false - dimensions: &id410 {} + dimensions: &id413 {} explore: viewpoint_ios_sept_2024 group_by_dimension: null - summaries: &id411 + summaries: &id414 - metric: days_of_use metric_groups: [] statistic: mean @@ -11466,14 +11504,14 @@ operational_monitoring: type: operational_monitoring_dashboard yelp_suggestions_rollout: tables: - - branches: &id412 + - branches: &id415 - enabled - disabled compact_visualization: false - dimensions: &id413 {} + dimensions: &id416 {} explore: yelp_suggestions_rollout group_by_dimension: null - summaries: &id414 + summaries: &id417 - metric: ad_clicks metric_groups: [] statistic: mean @@ -11743,107 +11781,115 @@ operational_monitoring: views: base_view: device_migration_q4_spotlights_remaining_population_esr xaxis: submission_date - disable_redirects_for_authretries: + disable_ads_startup_cache: branches: *id091 dimensions: *id092 summaries: *id093 type: operational_monitoring_explore views: - base_view: disable_redirects_for_authretries + base_view: disable_ads_startup_cache xaxis: submission_date - dual_browsers_q3_2024: + disable_redirects_for_authretries: branches: *id094 dimensions: *id095 summaries: *id096 type: operational_monitoring_explore views: - base_view: dual_browsers_q3_2024 + base_view: disable_redirects_for_authretries xaxis: submission_date - ech_roll_out: + dual_browsers_q3_2024: branches: *id097 dimensions: *id098 summaries: *id099 type: operational_monitoring_explore views: - base_view: ech_roll_out + base_view: dual_browsers_q3_2024 xaxis: submission_date - enable_activation_telemetry_android: + ech_roll_out: branches: *id100 dimensions: *id101 summaries: *id102 type: operational_monitoring_explore views: - base_view: enable_activation_telemetry_android + base_view: ech_roll_out xaxis: submission_date - enable_activation_telemetry_android_beta: + enable_activation_telemetry_android: branches: *id103 dimensions: *id104 summaries: *id105 type: operational_monitoring_explore views: - base_view: enable_activation_telemetry_android_beta + base_view: enable_activation_telemetry_android xaxis: submission_date - encrypted_client_hello_fallback_mechanism: + enable_activation_telemetry_android_beta: branches: *id106 dimensions: *id107 summaries: *id108 type: operational_monitoring_explore views: - base_view: encrypted_client_hello_fallback_mechanism + base_view: enable_activation_telemetry_android_beta xaxis: submission_date - enhanced_cross_platform_suggest_android_relaunch_2_rollout: + encrypted_client_hello_fallback_mechanism: branches: *id109 dimensions: *id110 summaries: *id111 type: operational_monitoring_explore views: - base_view: enhanced_cross_platform_suggest_android_relaunch_2_rollout + base_view: encrypted_client_hello_fallback_mechanism xaxis: submission_date - enhanced_cross_platform_suggest_android_relaunch_rollout: + enhanced_cross_platform_suggest_android_relaunch_2_rollout: branches: *id112 dimensions: *id113 summaries: *id114 type: operational_monitoring_explore views: - base_view: enhanced_cross_platform_suggest_android_relaunch_rollout + base_view: enhanced_cross_platform_suggest_android_relaunch_2_rollout xaxis: submission_date - extensions_migration_in_import_wizard_116_rollout: + enhanced_cross_platform_suggest_android_relaunch_rollout: branches: *id115 dimensions: *id116 summaries: *id117 type: operational_monitoring_explore views: - base_view: extensions_migration_in_import_wizard_116_rollout + base_view: enhanced_cross_platform_suggest_android_relaunch_rollout xaxis: submission_date - fenix_homescreen_activation_event_validation: + extensions_migration_in_import_wizard_116_rollout: branches: *id118 dimensions: *id119 summaries: *id120 type: operational_monitoring_explore views: - base_view: fenix_homescreen_activation_event_validation + base_view: extensions_migration_in_import_wizard_116_rollout xaxis: submission_date - firefox_background_update: + fenix_homescreen_activation_event_validation: branches: *id121 dimensions: *id122 summaries: *id123 type: operational_monitoring_explore views: - base_view: firefox_background_update + base_view: fenix_homescreen_activation_event_validation xaxis: submission_date - firefox_default_browser_agent: + firefox_background_update: branches: *id124 dimensions: *id125 summaries: *id126 type: operational_monitoring_explore views: - base_view: firefox_default_browser_agent + base_view: firefox_background_update xaxis: submission_date - firefox_install_demo: + firefox_default_browser_agent: branches: *id127 dimensions: *id128 summaries: *id129 type: operational_monitoring_explore + views: + base_view: firefox_default_browser_agent + xaxis: submission_date + firefox_install_demo: + branches: *id130 + dimensions: *id131 + summaries: *id132 + type: operational_monitoring_explore views: base_view: firefox_install_demo xaxis: submission_date @@ -11852,26 +11898,26 @@ operational_monitoring: views: base_view: firefox_install_demo_alerts firefox_ios_beta_health: - branches: *id130 - dimensions: *id131 - summaries: *id132 - type: operational_monitoring_explore - views: - base_view: firefox_ios_beta_health - xaxis: submission_date - firefox_ios_health: branches: *id133 dimensions: *id134 summaries: *id135 type: operational_monitoring_explore views: - base_view: firefox_ios_health + base_view: firefox_ios_beta_health xaxis: submission_date - firefox_messaging_system: + firefox_ios_health: branches: *id136 dimensions: *id137 summaries: *id138 type: operational_monitoring_explore + views: + base_view: firefox_ios_health + xaxis: submission_date + firefox_messaging_system: + branches: *id139 + dimensions: *id140 + summaries: *id141 + type: operational_monitoring_explore views: base_view: firefox_messaging_system xaxis: submission_date @@ -11880,66 +11926,66 @@ operational_monitoring: views: base_view: firefox_messaging_system_alerts firefox_uninstalls: - branches: *id139 - dimensions: *id140 - summaries: *id141 - type: operational_monitoring_explore - views: - base_view: firefox_uninstalls - xaxis: submission_date - firefox_user_choice: branches: *id142 dimensions: *id143 summaries: *id144 type: operational_monitoring_explore views: - base_view: firefox_user_choice + base_view: firefox_uninstalls xaxis: submission_date - fpp_floating_point_protection_rollout: + firefox_user_choice: branches: *id145 dimensions: *id146 summaries: *id147 type: operational_monitoring_explore views: - base_view: fpp_floating_point_protection_rollout + base_view: firefox_user_choice xaxis: submission_date - fpp_floating_point_protection_rollout_linux_only: + fpp_floating_point_protection_rollout: branches: *id148 dimensions: *id149 summaries: *id150 type: operational_monitoring_explore views: - base_view: fpp_floating_point_protection_rollout_linux_only + base_view: fpp_floating_point_protection_rollout xaxis: submission_date - full_page_translations_on_android_basic_translations_enabled_rollout: + fpp_floating_point_protection_rollout_linux_only: branches: *id151 dimensions: *id152 summaries: *id153 type: operational_monitoring_explore views: - base_view: full_page_translations_on_android_basic_translations_enabled_rollout + base_view: fpp_floating_point_protection_rollout_linux_only xaxis: submission_date - fx_accounts_ping_release_rollout_2: + full_page_translations_on_android_basic_translations_enabled_rollout: branches: *id154 dimensions: *id155 summaries: *id156 type: operational_monitoring_explore views: - base_view: fx_accounts_ping_release_rollout_2 + base_view: full_page_translations_on_android_basic_translations_enabled_rollout xaxis: submission_date - fx_view_discoverability_rollout: + fx_accounts_ping_release_rollout_2: branches: *id157 dimensions: *id158 summaries: *id159 type: operational_monitoring_explore views: - base_view: fx_view_discoverability_rollout + base_view: fx_accounts_ping_release_rollout_2 xaxis: submission_date - garbage_collection: + fx_view_discoverability_rollout: branches: *id160 dimensions: *id161 summaries: *id162 type: operational_monitoring_explore + views: + base_view: fx_view_discoverability_rollout + xaxis: submission_date + garbage_collection: + branches: *id163 + dimensions: *id164 + summaries: *id165 + type: operational_monitoring_explore views: base_view: garbage_collection xaxis: submission_date @@ -11948,562 +11994,562 @@ operational_monitoring: views: base_view: garbage_collection_alerts heartbeat_fx_desktop_sync_survey_q3_2024_en: - branches: *id163 - dimensions: *id164 - summaries: *id165 - type: operational_monitoring_explore - views: - base_view: heartbeat_fx_desktop_sync_survey_q3_2024_en - xaxis: submission_date - highlighting_in_pdfs_rollout: branches: *id166 dimensions: *id167 summaries: *id168 type: operational_monitoring_explore views: - base_view: highlighting_in_pdfs_rollout + base_view: heartbeat_fx_desktop_sync_survey_q3_2024_en xaxis: submission_date - home_and_newtab_wallpapers_v1_rollout_global: + highlighting_in_pdfs_rollout: branches: *id169 dimensions: *id170 summaries: *id171 type: operational_monitoring_explore views: - base_view: home_and_newtab_wallpapers_v1_rollout_global + base_view: highlighting_in_pdfs_rollout xaxis: submission_date - home_and_newtab_wallpapers_v1_rollout_us_and_ca: + home_and_newtab_wallpapers_v1_rollout_global: branches: *id172 dimensions: *id173 summaries: *id174 type: operational_monitoring_explore views: - base_view: home_and_newtab_wallpapers_v1_rollout_us_and_ca + base_view: home_and_newtab_wallpapers_v1_rollout_global xaxis: submission_date - home_and_newtab_wallpapers_v2_rollout_global_relaunch: + home_and_newtab_wallpapers_v1_rollout_us_and_ca: branches: *id175 dimensions: *id176 summaries: *id177 type: operational_monitoring_explore views: - base_view: home_and_newtab_wallpapers_v2_rollout_global_relaunch + base_view: home_and_newtab_wallpapers_v1_rollout_us_and_ca xaxis: submission_date - home_and_newtab_weather_with_location_selector: + home_and_newtab_wallpapers_v2_rollout_global_relaunch: branches: *id178 dimensions: *id179 summaries: *id180 type: operational_monitoring_explore views: - base_view: home_and_newtab_weather_with_location_selector + base_view: home_and_newtab_wallpapers_v2_rollout_global_relaunch xaxis: submission_date - home_and_newtab_weather_with_location_selector_relaunch: + home_and_newtab_weather_with_location_selector: branches: *id181 dimensions: *id182 summaries: *id183 type: operational_monitoring_explore views: - base_view: home_and_newtab_weather_with_location_selector_relaunch + base_view: home_and_newtab_weather_with_location_selector xaxis: submission_date - https_as_default_protocoll_in_address_bar: + home_and_newtab_weather_with_location_selector_relaunch: branches: *id184 dimensions: *id185 summaries: *id186 type: operational_monitoring_explore views: - base_view: https_as_default_protocoll_in_address_bar + base_view: home_and_newtab_weather_with_location_selector_relaunch xaxis: submission_date - ios_address_autofill_ios_beta_rollout: + https_as_default_protocoll_in_address_bar: branches: *id187 dimensions: *id188 summaries: *id189 type: operational_monitoring_explore views: - base_view: ios_address_autofill_ios_beta_rollout + base_view: https_as_default_protocoll_in_address_bar xaxis: submission_date - ios_address_autofill_ios_release_rollout: + ios_address_autofill_ios_beta_rollout: branches: *id190 dimensions: *id191 summaries: *id192 type: operational_monitoring_explore views: - base_view: ios_address_autofill_ios_release_rollout + base_view: ios_address_autofill_ios_beta_rollout xaxis: submission_date - ios_cc_autofill_rollout: + ios_address_autofill_ios_release_rollout: branches: *id193 dimensions: *id194 summaries: *id195 type: operational_monitoring_explore views: - base_view: ios_cc_autofill_rollout + base_view: ios_address_autofill_ios_release_rollout xaxis: submission_date - ios_dma_onboarding: + ios_cc_autofill_rollout: branches: *id196 dimensions: *id197 summaries: *id198 type: operational_monitoring_explore views: - base_view: ios_dma_onboarding + base_view: ios_cc_autofill_rollout xaxis: submission_date - ios_password_autofill_rollout: + ios_dma_onboarding: branches: *id199 dimensions: *id200 summaries: *id201 type: operational_monitoring_explore views: - base_view: ios_password_autofill_rollout + base_view: ios_dma_onboarding xaxis: submission_date - ios_password_autofill_rollout_v1240: + ios_password_autofill_rollout: branches: *id202 dimensions: *id203 summaries: *id204 type: operational_monitoring_explore views: - base_view: ios_password_autofill_rollout_v1240 + base_view: ios_password_autofill_rollout xaxis: submission_date - ios_search_bar_placement_v2_treatment_a_rollout: + ios_password_autofill_rollout_v1240: branches: *id205 dimensions: *id206 summaries: *id207 type: operational_monitoring_explore views: - base_view: ios_search_bar_placement_v2_treatment_a_rollout + base_view: ios_password_autofill_rollout_v1240 xaxis: submission_date - ios_sync_manager_integration_rust_sync_manager_rollout: + ios_search_bar_placement_v2_treatment_a_rollout: branches: *id208 dimensions: *id209 summaries: *id210 type: operational_monitoring_explore views: - base_view: ios_sync_manager_integration_rust_sync_manager_rollout + base_view: ios_search_bar_placement_v2_treatment_a_rollout xaxis: submission_date - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy: + ios_sync_manager_integration_rust_sync_manager_rollout: branches: *id211 dimensions: *id212 summaries: *id213 type: operational_monitoring_explore views: - base_view: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy + base_view: ios_sync_manager_integration_rust_sync_manager_rollout xaxis: submission_date - launch_firefox_on_os_restart_treatment_a_rollout: + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy: branches: *id214 dimensions: *id215 summaries: *id216 type: operational_monitoring_explore views: - base_view: launch_firefox_on_os_restart_treatment_a_rollout + base_view: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy xaxis: submission_date - microsurvey_android_homepage_csat_2024_v2: + launch_firefox_on_os_restart_treatment_a_rollout: branches: *id217 dimensions: *id218 summaries: *id219 type: operational_monitoring_explore views: - base_view: microsurvey_android_homepage_csat_2024_v2 + base_view: launch_firefox_on_os_restart_treatment_a_rollout xaxis: submission_date - microsurvey_ios_homepage_csat_2024_v2: + microsurvey_android_homepage_csat_2024_v2: branches: *id220 dimensions: *id221 summaries: *id222 type: operational_monitoring_explore views: - base_view: microsurvey_ios_homepage_csat_2024_v2 + base_view: microsurvey_android_homepage_csat_2024_v2 xaxis: submission_date - microsurvey_sync_csat_2024: + microsurvey_ios_homepage_csat_2024_v2: branches: *id223 dimensions: *id224 summaries: *id225 type: operational_monitoring_explore views: - base_view: microsurvey_sync_csat_2024 + base_view: microsurvey_ios_homepage_csat_2024_v2 xaxis: submission_date - monitor_customer_satisfaction: + microsurvey_sync_csat_2024: branches: *id226 dimensions: *id227 summaries: *id228 type: operational_monitoring_explore views: - base_view: monitor_customer_satisfaction + base_view: microsurvey_sync_csat_2024 xaxis: submission_date - monitor_optional_middle_name_and_suffix_v2: + monitor_customer_satisfaction: branches: *id229 dimensions: *id230 summaries: *id231 type: operational_monitoring_explore views: - base_view: monitor_optional_middle_name_and_suffix_v2 + base_view: monitor_customer_satisfaction xaxis: submission_date - mozilla_vpn: + monitor_optional_middle_name_and_suffix_v2: branches: *id232 dimensions: *id233 summaries: *id234 type: operational_monitoring_explore views: - base_view: mozilla_vpn + base_view: monitor_optional_middle_name_and_suffix_v2 xaxis: submission_date - network_performance_desktop_build_by_build: + mozilla_vpn: branches: *id235 dimensions: *id236 summaries: *id237 type: operational_monitoring_explore views: - base_view: network_performance_desktop_build_by_build - xaxis: build_id - newtab_recommendations_merino_migration: + base_view: mozilla_vpn + xaxis: submission_date + network_performance_desktop_build_by_build: branches: *id238 dimensions: *id239 summaries: *id240 type: operational_monitoring_explore views: - base_view: newtab_recommendations_merino_migration - xaxis: submission_date - newtab_recommendations_merino_migration_global: + base_view: network_performance_desktop_build_by_build + xaxis: build_id + newtab_recommendations_merino_migration: branches: *id241 dimensions: *id242 summaries: *id243 type: operational_monitoring_explore views: - base_view: newtab_recommendations_merino_migration_global + base_view: newtab_recommendations_merino_migration xaxis: submission_date - no_one_click_set_to_default_rollout_lth_holdback_branch: + newtab_recommendations_merino_migration_global: branches: *id244 dimensions: *id245 summaries: *id246 type: operational_monitoring_explore views: - base_view: no_one_click_set_to_default_rollout_lth_holdback_branch + base_view: newtab_recommendations_merino_migration_global xaxis: submission_date - one_click_set_to_default_new_users_rollout: + no_one_click_set_to_default_rollout_lth_holdback_branch: branches: *id247 dimensions: *id248 summaries: *id249 type: operational_monitoring_explore views: - base_view: one_click_set_to_default_new_users_rollout + base_view: no_one_click_set_to_default_rollout_lth_holdback_branch xaxis: submission_date - performance_desktop_build_by_build_beta: + one_click_set_to_default_new_users_rollout: branches: *id250 dimensions: *id251 summaries: *id252 type: operational_monitoring_explore views: - base_view: performance_desktop_build_by_build_beta - xaxis: build_id - performance_fenix_build_by_build_beta: + base_view: one_click_set_to_default_new_users_rollout + xaxis: submission_date + performance_desktop_build_by_build_beta: branches: *id253 dimensions: *id254 summaries: *id255 type: operational_monitoring_explore views: - base_view: performance_fenix_build_by_build_beta + base_view: performance_desktop_build_by_build_beta xaxis: build_id - performance_review_kenya: + performance_fenix_build_by_build_beta: branches: *id256 dimensions: *id257 summaries: *id258 type: operational_monitoring_explore views: - base_view: performance_review_kenya + base_view: performance_fenix_build_by_build_beta xaxis: build_id - performance_review_kenya_2: + performance_review_kenya: branches: *id259 dimensions: *id260 summaries: *id261 type: operational_monitoring_explore views: - base_view: performance_review_kenya_2 + base_view: performance_review_kenya xaxis: build_id - persist_search_term_rollout_phase_1: + performance_review_kenya_2: branches: *id262 dimensions: *id263 summaries: *id264 type: operational_monitoring_explore views: - base_view: persist_search_term_rollout_phase_1 - xaxis: submission_date - phc_rollout: + base_view: performance_review_kenya_2 + xaxis: build_id + persist_search_term_rollout_phase_1: branches: *id265 dimensions: *id266 summaries: *id267 type: operational_monitoring_explore views: - base_view: phc_rollout + base_view: persist_search_term_rollout_phase_1 xaxis: submission_date - pref_flip_experiment_nimbus_diagnostic_v129_beta: + phc_rollout: branches: *id268 dimensions: *id269 summaries: *id270 type: operational_monitoring_explore views: - base_view: pref_flip_experiment_nimbus_diagnostic_v129_beta + base_view: phc_rollout xaxis: submission_date - pref_flip_experiment_nimbus_diagnostic_v129_release: + pref_flip_experiment_nimbus_diagnostic_v129_beta: branches: *id271 dimensions: *id272 summaries: *id273 type: operational_monitoring_explore views: - base_view: pref_flip_experiment_nimbus_diagnostic_v129_release + base_view: pref_flip_experiment_nimbus_diagnostic_v129_beta xaxis: submission_date - pref_flip_experiment_nimbus_diagnostic_v130_release: + pref_flip_experiment_nimbus_diagnostic_v129_release: branches: *id274 dimensions: *id275 summaries: *id276 type: operational_monitoring_explore views: - base_view: pref_flip_experiment_nimbus_diagnostic_v130_release + base_view: pref_flip_experiment_nimbus_diagnostic_v129_release xaxis: submission_date - print_background_task_times: + pref_flip_experiment_nimbus_diagnostic_v130_release: branches: *id277 dimensions: *id278 summaries: *id279 type: operational_monitoring_explore views: - base_view: print_background_task_times + base_view: pref_flip_experiment_nimbus_diagnostic_v130_release xaxis: submission_date - print_background_task_times_by_build: + print_background_task_times: branches: *id280 dimensions: *id281 summaries: *id282 type: operational_monitoring_explore views: - base_view: print_background_task_times_by_build - xaxis: build_id - product_insight_telemetry_via_server_knobs_rollout_release: + base_view: print_background_task_times + xaxis: submission_date + print_background_task_times_by_build: branches: *id283 dimensions: *id284 summaries: *id285 type: operational_monitoring_explore views: - base_view: product_insight_telemetry_via_server_knobs_rollout_release - xaxis: submission_date - product_insight_telemetry_via_server_knobs_v123_and_earlier: + base_view: print_background_task_times_by_build + xaxis: build_id + product_insight_telemetry_via_server_knobs_rollout_release: branches: *id286 dimensions: *id287 summaries: *id288 type: operational_monitoring_explore views: - base_view: product_insight_telemetry_via_server_knobs_v123_and_earlier + base_view: product_insight_telemetry_via_server_knobs_rollout_release xaxis: submission_date - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout: + product_insight_telemetry_via_server_knobs_v123_and_earlier: branches: *id289 dimensions: *id290 summaries: *id291 type: operational_monitoring_explore views: - base_view: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout + base_view: product_insight_telemetry_via_server_knobs_v123_and_earlier xaxis: submission_date - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users: + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout: branches: *id292 dimensions: *id293 summaries: *id294 type: operational_monitoring_explore views: - base_view: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users + base_view: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout xaxis: submission_date - relay_integration_into_firefox_beta_for_all_fxa_users: + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users: branches: *id295 dimensions: *id296 summaries: *id297 type: operational_monitoring_explore views: - base_view: relay_integration_into_firefox_beta_for_all_fxa_users + base_view: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users xaxis: submission_date - relay_integration_into_firefox_nightly_for_all_fxa_users: + relay_integration_into_firefox_beta_for_all_fxa_users: branches: *id298 dimensions: *id299 summaries: *id300 type: operational_monitoring_explore views: - base_view: relay_integration_into_firefox_nightly_for_all_fxa_users + base_view: relay_integration_into_firefox_beta_for_all_fxa_users xaxis: submission_date - relay_integration_into_firefox_release_for_all_fxa_users: + relay_integration_into_firefox_nightly_for_all_fxa_users: branches: *id301 dimensions: *id302 summaries: *id303 type: operational_monitoring_explore views: - base_view: relay_integration_into_firefox_release_for_all_fxa_users + base_view: relay_integration_into_firefox_nightly_for_all_fxa_users xaxis: submission_date - release_experiment_for_additional_metrics_for_product_insights_rollout: + relay_integration_into_firefox_release_for_all_fxa_users: branches: *id304 dimensions: *id305 summaries: *id306 type: operational_monitoring_explore views: - base_view: release_experiment_for_additional_metrics_for_product_insights_rollout + base_view: relay_integration_into_firefox_release_for_all_fxa_users xaxis: submission_date - review_checker_continuity_rollout_post_119: + release_experiment_for_additional_metrics_for_product_insights_rollout: branches: *id307 dimensions: *id308 summaries: *id309 type: operational_monitoring_explore views: - base_view: review_checker_continuity_rollout_post_119 + base_view: release_experiment_for_additional_metrics_for_product_insights_rollout xaxis: submission_date - review_checker_staged_rollout_no_survey: + review_checker_continuity_rollout_post_119: branches: *id310 dimensions: *id311 summaries: *id312 type: operational_monitoring_explore views: - base_view: review_checker_staged_rollout_no_survey + base_view: review_checker_continuity_rollout_post_119 xaxis: submission_date - review_checker_staged_rollout_no_survey_beta: + review_checker_staged_rollout_no_survey: branches: *id313 dimensions: *id314 summaries: *id315 type: operational_monitoring_explore views: - base_view: review_checker_staged_rollout_no_survey_beta + base_view: review_checker_staged_rollout_no_survey xaxis: submission_date - rollout_100_experiment_for_additional_metrics_for_product_insights_new: + review_checker_staged_rollout_no_survey_beta: branches: *id316 dimensions: *id317 summaries: *id318 type: operational_monitoring_explore views: - base_view: rollout_100_experiment_for_additional_metrics_for_product_insights_new + base_view: review_checker_staged_rollout_no_survey_beta xaxis: submission_date - rollout_of_tab_tray_refactor_ios: + rollout_100_experiment_for_additional_metrics_for_product_insights_new: branches: *id319 dimensions: *id320 summaries: *id321 type: operational_monitoring_explore views: - base_view: rollout_of_tab_tray_refactor_ios + base_view: rollout_100_experiment_for_additional_metrics_for_product_insights_new xaxis: submission_date - rollout_sponsored_topsites_in_eu_regions: + rollout_of_tab_tray_refactor_ios: branches: *id322 dimensions: *id323 summaries: *id324 type: operational_monitoring_explore views: - base_view: rollout_sponsored_topsites_in_eu_regions + base_view: rollout_of_tab_tray_refactor_ios xaxis: submission_date - rollout_sponsored_topsites_in_se_and_sg: + rollout_sponsored_topsites_in_eu_regions: branches: *id325 dimensions: *id326 summaries: *id327 type: operational_monitoring_explore views: - base_view: rollout_sponsored_topsites_in_se_and_sg + base_view: rollout_sponsored_topsites_in_eu_regions xaxis: submission_date - round_2_post_choice_in_product_survey_ios_h1_2024: + rollout_sponsored_topsites_in_se_and_sg: branches: *id328 dimensions: *id329 summaries: *id330 type: operational_monitoring_explore views: - base_view: round_2_post_choice_in_product_survey_ios_h1_2024 + base_view: rollout_sponsored_topsites_in_se_and_sg xaxis: submission_date - serp_ad_telemetry_rollout_previous_to_118: + round_2_post_choice_in_product_survey_ios_h1_2024: branches: *id331 dimensions: *id332 summaries: *id333 type: operational_monitoring_explore views: - base_view: serp_ad_telemetry_rollout_previous_to_118 + base_view: round_2_post_choice_in_product_survey_ios_h1_2024 xaxis: submission_date - serp_categorization_and_consolidated_search_config_us_desktop_relaunch: + serp_ad_telemetry_rollout_previous_to_118: branches: *id334 dimensions: *id335 summaries: *id336 type: operational_monitoring_explore views: - base_view: serp_categorization_and_consolidated_search_config_us_desktop_relaunch + base_view: serp_ad_telemetry_rollout_previous_to_118 xaxis: submission_date - set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout: + serp_categorization_and_consolidated_search_config_us_desktop_relaunch: branches: *id337 dimensions: *id338 summaries: *id339 type: operational_monitoring_explore views: - base_view: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout + base_view: serp_categorization_and_consolidated_search_config_us_desktop_relaunch xaxis: submission_date - tab_hover_preview_beta_rollout: + set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout: branches: *id340 dimensions: *id341 summaries: *id342 type: operational_monitoring_explore views: - base_view: tab_hover_preview_beta_rollout + base_view: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout xaxis: submission_date - tab_hover_preview_release_rollout: + tab_hover_preview_beta_rollout: branches: *id343 dimensions: *id344 summaries: *id345 type: operational_monitoring_explore views: - base_view: tab_hover_preview_release_rollout + base_view: tab_hover_preview_beta_rollout xaxis: submission_date - tab_tray_refactor_rollout_ios: + tab_hover_preview_release_rollout: branches: *id346 dimensions: *id347 summaries: *id348 type: operational_monitoring_explore views: - base_view: tab_tray_refactor_rollout_ios + base_view: tab_hover_preview_release_rollout xaxis: submission_date - task_continuity_sync_after_tab_change_rollout_40: + tab_tray_refactor_rollout_ios: branches: *id349 dimensions: *id350 summaries: *id351 type: operational_monitoring_explore views: - base_view: task_continuity_sync_after_tab_change_rollout_40 + base_view: tab_tray_refactor_rollout_ios xaxis: submission_date - task_continuity_sync_after_tab_change_rollout_60: + task_continuity_sync_after_tab_change_rollout_40: branches: *id352 dimensions: *id353 summaries: *id354 type: operational_monitoring_explore views: - base_view: task_continuity_sync_after_tab_change_rollout_60 + base_view: task_continuity_sync_after_tab_change_rollout_40 xaxis: submission_date - tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles: + task_continuity_sync_after_tab_change_rollout_60: branches: *id355 dimensions: *id356 summaries: *id357 type: operational_monitoring_explore views: - base_view: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles + base_view: task_continuity_sync_after_tab_change_rollout_60 xaxis: submission_date - tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles: + tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles: branches: *id358 dimensions: *id359 summaries: *id360 type: operational_monitoring_explore views: - base_view: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles + base_view: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles xaxis: submission_date - tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles: + tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles: branches: *id361 dimensions: *id362 summaries: *id363 type: operational_monitoring_explore views: - base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles + base_view: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles xaxis: submission_date - tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles: + tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles: branches: *id364 dimensions: *id365 summaries: *id366 type: operational_monitoring_explore views: - base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles + base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles xaxis: submission_date - tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles: + tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles: branches: *id367 dimensions: *id368 summaries: *id369 type: operational_monitoring_explore views: - base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles + base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles xaxis: submission_date - telemetry_alerts_prototype: + tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles: branches: *id370 dimensions: *id371 summaries: *id372 type: operational_monitoring_explore + views: + base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles + xaxis: submission_date + telemetry_alerts_prototype: + branches: *id373 + dimensions: *id374 + summaries: *id375 + type: operational_monitoring_explore views: base_view: telemetry_alerts_prototype xaxis: build_id @@ -12512,114 +12558,114 @@ operational_monitoring: views: base_view: telemetry_alerts_prototype_alerts test_staging_data_privacy_petition_banner_from_prod_experimenter: - branches: *id373 - dimensions: *id374 - summaries: *id375 - type: operational_monitoring_explore - views: - base_view: test_staging_data_privacy_petition_banner_from_prod_experimenter - xaxis: submission_date - total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users: branches: *id376 dimensions: *id377 summaries: *id378 type: operational_monitoring_explore views: - base_view: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users + base_view: test_staging_data_privacy_petition_banner_from_prod_experimenter xaxis: submission_date - total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default: + total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users: branches: *id379 dimensions: *id380 summaries: *id381 type: operational_monitoring_explore views: - base_view: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default + base_view: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users xaxis: submission_date - translation_suggestions_potential_exposures: + total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default: branches: *id382 dimensions: *id383 summaries: *id384 type: operational_monitoring_explore views: - base_view: translation_suggestions_potential_exposures + base_view: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default xaxis: submission_date - upgrade_spotlight_rollout: + translation_suggestions_potential_exposures: branches: *id385 dimensions: *id386 summaries: *id387 type: operational_monitoring_explore views: - base_view: upgrade_spotlight_rollout + base_view: translation_suggestions_potential_exposures xaxis: submission_date - us_review_checker_rollout_v2: + upgrade_spotlight_rollout: branches: *id388 dimensions: *id389 summaries: *id390 type: operational_monitoring_explore views: - base_view: us_review_checker_rollout_v2 + base_view: upgrade_spotlight_rollout xaxis: submission_date - viewpoint_android_aug_2024_launch: + us_review_checker_rollout_v2: branches: *id391 dimensions: *id392 summaries: *id393 type: operational_monitoring_explore views: - base_view: viewpoint_android_aug_2024_launch + base_view: us_review_checker_rollout_v2 xaxis: submission_date - viewpoint_android_july_2024_launch: + viewpoint_android_aug_2024_launch: branches: *id394 dimensions: *id395 summaries: *id396 type: operational_monitoring_explore views: - base_view: viewpoint_android_july_2024_launch + base_view: viewpoint_android_aug_2024_launch xaxis: submission_date - viewpoint_android_sept_2024: + viewpoint_android_july_2024_launch: branches: *id397 dimensions: *id398 summaries: *id399 type: operational_monitoring_explore views: - base_view: viewpoint_android_sept_2024 + base_view: viewpoint_android_july_2024_launch xaxis: submission_date - viewpoint_desktop_2024: + viewpoint_android_sept_2024: branches: *id400 dimensions: *id401 summaries: *id402 type: operational_monitoring_explore views: - base_view: viewpoint_desktop_2024 + base_view: viewpoint_android_sept_2024 xaxis: submission_date - viewpoint_ios_aug_2024_launch: + viewpoint_desktop_2024: branches: *id403 dimensions: *id404 summaries: *id405 type: operational_monitoring_explore views: - base_view: viewpoint_ios_aug_2024_launch + base_view: viewpoint_desktop_2024 xaxis: submission_date - viewpoint_ios_july_2024_launch: + viewpoint_ios_aug_2024_launch: branches: *id406 dimensions: *id407 summaries: *id408 type: operational_monitoring_explore views: - base_view: viewpoint_ios_july_2024_launch + base_view: viewpoint_ios_aug_2024_launch xaxis: submission_date - viewpoint_ios_sept_2024: + viewpoint_ios_july_2024_launch: branches: *id409 dimensions: *id410 summaries: *id411 type: operational_monitoring_explore views: - base_view: viewpoint_ios_sept_2024 + base_view: viewpoint_ios_july_2024_launch xaxis: submission_date - yelp_suggestions_rollout: + viewpoint_ios_sept_2024: branches: *id412 dimensions: *id413 summaries: *id414 type: operational_monitoring_explore + views: + base_view: viewpoint_ios_sept_2024 + xaxis: submission_date + yelp_suggestions_rollout: + branches: *id415 + dimensions: *id416 + summaries: *id417 + type: operational_monitoring_explore views: base_view: yelp_suggestions_rollout xaxis: submission_date @@ -12809,81 +12855,87 @@ operational_monitoring: table: moz-fx-data-shared-prod.operational_monitoring.device_migration_q4_spotlights_remaining_population_esr_statistics xaxis: submission_date type: operational_monitoring_view - disable_redirects_for_authretries: + disable_ads_startup_cache: tables: - dimensions: *id092 + table: moz-fx-data-shared-prod.operational_monitoring.disable_ads_startup_cache_statistics + xaxis: submission_date + type: operational_monitoring_view + disable_redirects_for_authretries: + tables: + - dimensions: *id095 table: moz-fx-data-shared-prod.operational_monitoring.disable_redirects_for_authretries_statistics xaxis: submission_date type: operational_monitoring_view dual_browsers_q3_2024: tables: - - dimensions: *id095 + - dimensions: *id098 table: moz-fx-data-shared-prod.operational_monitoring.dual_browsers_q3_2024_statistics xaxis: submission_date type: operational_monitoring_view ech_roll_out: tables: - - dimensions: *id098 + - dimensions: *id101 table: moz-fx-data-shared-prod.operational_monitoring.ech_roll_out_statistics xaxis: submission_date type: operational_monitoring_view enable_activation_telemetry_android: tables: - - dimensions: *id101 + - dimensions: *id104 table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_statistics xaxis: submission_date type: operational_monitoring_view enable_activation_telemetry_android_beta: tables: - - dimensions: *id104 + - dimensions: *id107 table: moz-fx-data-shared-prod.operational_monitoring.enable_activation_telemetry_android_beta_statistics xaxis: submission_date type: operational_monitoring_view encrypted_client_hello_fallback_mechanism: tables: - - dimensions: *id107 + - dimensions: *id110 table: moz-fx-data-shared-prod.operational_monitoring.encrypted_client_hello_fallback_mechanism_statistics xaxis: submission_date type: operational_monitoring_view enhanced_cross_platform_suggest_android_relaunch_2_rollout: tables: - - dimensions: *id110 + - dimensions: *id113 table: moz-fx-data-shared-prod.operational_monitoring.enhanced_cross_platform_suggest_android_relaunch_2_rollout_statistics xaxis: submission_date type: operational_monitoring_view enhanced_cross_platform_suggest_android_relaunch_rollout: tables: - - dimensions: *id113 + - dimensions: *id116 table: moz-fx-data-shared-prod.operational_monitoring.enhanced_cross_platform_suggest_android_relaunch_rollout_statistics xaxis: submission_date type: operational_monitoring_view extensions_migration_in_import_wizard_116_rollout: tables: - - dimensions: *id116 + - dimensions: *id119 table: moz-fx-data-shared-prod.operational_monitoring.extensions_migration_in_import_wizard_116_rollout_statistics xaxis: submission_date type: operational_monitoring_view fenix_homescreen_activation_event_validation: tables: - - dimensions: *id119 + - dimensions: *id122 table: moz-fx-data-shared-prod.operational_monitoring.fenix_homescreen_activation_event_validation_statistics xaxis: submission_date type: operational_monitoring_view firefox_background_update: tables: - - dimensions: *id122 + - dimensions: *id125 table: moz-fx-data-shared-prod.operational_monitoring.firefox_background_update_statistics xaxis: submission_date type: operational_monitoring_view firefox_default_browser_agent: tables: - - dimensions: *id125 + - dimensions: *id128 table: moz-fx-data-shared-prod.operational_monitoring.firefox_default_browser_agent_statistics xaxis: submission_date type: operational_monitoring_view firefox_install_demo: tables: - - dimensions: *id128 + - dimensions: *id131 table: moz-fx-data-shared-prod.operational_monitoring.firefox_install_demo_statistics xaxis: submission_date type: operational_monitoring_view @@ -12893,19 +12945,19 @@ operational_monitoring: type: operational_monitoring_alerting_view firefox_ios_beta_health: tables: - - dimensions: *id131 + - dimensions: *id134 table: moz-fx-data-shared-prod.operational_monitoring.firefox_ios_beta_health_statistics xaxis: submission_date type: operational_monitoring_view firefox_ios_health: tables: - - dimensions: *id134 + - dimensions: *id137 table: moz-fx-data-shared-prod.operational_monitoring.firefox_ios_health_statistics xaxis: submission_date type: operational_monitoring_view firefox_messaging_system: tables: - - dimensions: *id137 + - dimensions: *id140 table: moz-fx-data-shared-prod.operational_monitoring.firefox_messaging_system_statistics xaxis: submission_date type: operational_monitoring_view @@ -12915,49 +12967,49 @@ operational_monitoring: type: operational_monitoring_alerting_view firefox_uninstalls: tables: - - dimensions: *id140 + - dimensions: *id143 table: moz-fx-data-shared-prod.operational_monitoring.firefox_uninstalls_statistics xaxis: submission_date type: operational_monitoring_view firefox_user_choice: tables: - - dimensions: *id143 + - dimensions: *id146 table: moz-fx-data-shared-prod.operational_monitoring.firefox_user_choice_statistics xaxis: submission_date type: operational_monitoring_view fpp_floating_point_protection_rollout: tables: - - dimensions: *id146 + - dimensions: *id149 table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_statistics xaxis: submission_date type: operational_monitoring_view fpp_floating_point_protection_rollout_linux_only: tables: - - dimensions: *id149 + - dimensions: *id152 table: moz-fx-data-shared-prod.operational_monitoring.fpp_floating_point_protection_rollout_linux_only_statistics xaxis: submission_date type: operational_monitoring_view full_page_translations_on_android_basic_translations_enabled_rollout: tables: - - dimensions: *id152 + - dimensions: *id155 table: moz-fx-data-shared-prod.operational_monitoring.full_page_translations_on_android_basic_translations_enabled_rollout_statistics xaxis: submission_date type: operational_monitoring_view fx_accounts_ping_release_rollout_2: tables: - - dimensions: *id155 + - dimensions: *id158 table: moz-fx-data-shared-prod.operational_monitoring.fx_accounts_ping_release_rollout_2_statistics xaxis: submission_date type: operational_monitoring_view fx_view_discoverability_rollout: tables: - - dimensions: *id158 + - dimensions: *id161 table: moz-fx-data-shared-prod.operational_monitoring.fx_view_discoverability_rollout_statistics xaxis: submission_date type: operational_monitoring_view garbage_collection: tables: - - dimensions: *id161 + - dimensions: *id164 table: moz-fx-data-shared-prod.operational_monitoring.garbage_collection_statistics xaxis: submission_date type: operational_monitoring_view @@ -12967,421 +13019,421 @@ operational_monitoring: type: operational_monitoring_alerting_view heartbeat_fx_desktop_sync_survey_q3_2024_en: tables: - - dimensions: *id164 + - dimensions: *id167 table: moz-fx-data-shared-prod.operational_monitoring.heartbeat_fx_desktop_sync_survey_q3_2024_en_statistics xaxis: submission_date type: operational_monitoring_view highlighting_in_pdfs_rollout: tables: - - dimensions: *id167 + - dimensions: *id170 table: moz-fx-data-shared-prod.operational_monitoring.highlighting_in_pdfs_rollout_statistics xaxis: submission_date type: operational_monitoring_view home_and_newtab_wallpapers_v1_rollout_global: tables: - - dimensions: *id170 + - dimensions: *id173 table: moz-fx-data-shared-prod.operational_monitoring.home_and_newtab_wallpapers_v1_rollout_global_statistics xaxis: submission_date type: operational_monitoring_view home_and_newtab_wallpapers_v1_rollout_us_and_ca: tables: - - dimensions: *id173 + - dimensions: *id176 table: moz-fx-data-shared-prod.operational_monitoring.home_and_newtab_wallpapers_v1_rollout_us_and_ca_statistics xaxis: submission_date type: operational_monitoring_view home_and_newtab_wallpapers_v2_rollout_global_relaunch: tables: - - dimensions: *id176 + - dimensions: *id179 table: moz-fx-data-shared-prod.operational_monitoring.home_and_newtab_wallpapers_v2_rollout_global_relaunch_statistics xaxis: submission_date type: operational_monitoring_view home_and_newtab_weather_with_location_selector: tables: - - dimensions: *id179 + - dimensions: *id182 table: moz-fx-data-shared-prod.operational_monitoring.home_and_newtab_weather_with_location_selector_statistics xaxis: submission_date type: operational_monitoring_view home_and_newtab_weather_with_location_selector_relaunch: tables: - - dimensions: *id182 + - dimensions: *id185 table: moz-fx-data-shared-prod.operational_monitoring.home_and_newtab_weather_with_location_selector_relaunch_statistics xaxis: submission_date type: operational_monitoring_view https_as_default_protocoll_in_address_bar: tables: - - dimensions: *id185 + - dimensions: *id188 table: moz-fx-data-shared-prod.operational_monitoring.https_as_default_protocoll_in_address_bar_statistics xaxis: submission_date type: operational_monitoring_view ios_address_autofill_ios_beta_rollout: tables: - - dimensions: *id188 + - dimensions: *id191 table: moz-fx-data-shared-prod.operational_monitoring.ios_address_autofill_ios_beta_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_address_autofill_ios_release_rollout: tables: - - dimensions: *id191 + - dimensions: *id194 table: moz-fx-data-shared-prod.operational_monitoring.ios_address_autofill_ios_release_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_cc_autofill_rollout: tables: - - dimensions: *id194 + - dimensions: *id197 table: moz-fx-data-shared-prod.operational_monitoring.ios_cc_autofill_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_dma_onboarding: tables: - - dimensions: *id197 + - dimensions: *id200 table: moz-fx-data-shared-prod.operational_monitoring.ios_dma_onboarding_statistics xaxis: submission_date type: operational_monitoring_view ios_password_autofill_rollout: tables: - - dimensions: *id200 + - dimensions: *id203 table: moz-fx-data-shared-prod.operational_monitoring.ios_password_autofill_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_password_autofill_rollout_v1240: tables: - - dimensions: *id203 + - dimensions: *id206 table: moz-fx-data-shared-prod.operational_monitoring.ios_password_autofill_rollout_v1240_statistics xaxis: submission_date type: operational_monitoring_view ios_search_bar_placement_v2_treatment_a_rollout: tables: - - dimensions: *id206 + - dimensions: *id209 table: moz-fx-data-shared-prod.operational_monitoring.ios_search_bar_placement_v2_treatment_a_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_sync_manager_integration_rust_sync_manager_rollout: tables: - - dimensions: *id209 + - dimensions: *id212 table: moz-fx-data-shared-prod.operational_monitoring.ios_sync_manager_integration_rust_sync_manager_rollout_statistics xaxis: submission_date type: operational_monitoring_view ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy: tables: - - dimensions: *id212 + - dimensions: *id215 table: moz-fx-data-shared-prod.operational_monitoring.ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy_statistics xaxis: submission_date type: operational_monitoring_view launch_firefox_on_os_restart_treatment_a_rollout: tables: - - dimensions: *id215 + - dimensions: *id218 table: moz-fx-data-shared-prod.operational_monitoring.launch_firefox_on_os_restart_treatment_a_rollout_statistics xaxis: submission_date type: operational_monitoring_view microsurvey_android_homepage_csat_2024_v2: tables: - - dimensions: *id218 + - dimensions: *id221 table: moz-fx-data-shared-prod.operational_monitoring.microsurvey_android_homepage_csat_2024_v2_statistics xaxis: submission_date type: operational_monitoring_view microsurvey_ios_homepage_csat_2024_v2: tables: - - dimensions: *id221 + - dimensions: *id224 table: moz-fx-data-shared-prod.operational_monitoring.microsurvey_ios_homepage_csat_2024_v2_statistics xaxis: submission_date type: operational_monitoring_view microsurvey_sync_csat_2024: tables: - - dimensions: *id224 + - dimensions: *id227 table: moz-fx-data-shared-prod.operational_monitoring.microsurvey_sync_csat_2024_statistics xaxis: submission_date type: operational_monitoring_view monitor_customer_satisfaction: tables: - - dimensions: *id227 + - dimensions: *id230 table: moz-fx-data-shared-prod.operational_monitoring.monitor_customer_satisfaction_statistics xaxis: submission_date type: operational_monitoring_view monitor_optional_middle_name_and_suffix_v2: tables: - - dimensions: *id230 + - dimensions: *id233 table: moz-fx-data-shared-prod.operational_monitoring.monitor_optional_middle_name_and_suffix_v2_statistics xaxis: submission_date type: operational_monitoring_view mozilla_vpn: tables: - - dimensions: *id233 + - dimensions: *id236 table: moz-fx-data-shared-prod.operational_monitoring.mozilla_vpn_statistics xaxis: submission_date type: operational_monitoring_view network_performance_desktop_build_by_build: tables: - - dimensions: *id236 + - dimensions: *id239 table: moz-fx-data-shared-prod.operational_monitoring.network_performance_desktop_build_by_build_statistics xaxis: build_id type: operational_monitoring_view newtab_recommendations_merino_migration: tables: - - dimensions: *id239 + - dimensions: *id242 table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_statistics xaxis: submission_date type: operational_monitoring_view newtab_recommendations_merino_migration_global: tables: - - dimensions: *id242 + - dimensions: *id245 table: moz-fx-data-shared-prod.operational_monitoring.newtab_recommendations_merino_migration_global_statistics xaxis: submission_date type: operational_monitoring_view no_one_click_set_to_default_rollout_lth_holdback_branch: tables: - - dimensions: *id245 + - dimensions: *id248 table: moz-fx-data-shared-prod.operational_monitoring.no_one_click_set_to_default_rollout_lth_holdback_branch_statistics xaxis: submission_date type: operational_monitoring_view one_click_set_to_default_new_users_rollout: tables: - - dimensions: *id248 + - dimensions: *id251 table: moz-fx-data-shared-prod.operational_monitoring.one_click_set_to_default_new_users_rollout_statistics xaxis: submission_date type: operational_monitoring_view performance_desktop_build_by_build_beta: tables: - - dimensions: *id251 + - dimensions: *id254 table: moz-fx-data-shared-prod.operational_monitoring.performance_desktop_build_by_build_beta_statistics xaxis: build_id type: operational_monitoring_view performance_fenix_build_by_build_beta: tables: - - dimensions: *id254 + - dimensions: *id257 table: moz-fx-data-shared-prod.operational_monitoring.performance_fenix_build_by_build_beta_statistics xaxis: build_id type: operational_monitoring_view performance_review_kenya: tables: - - dimensions: *id257 + - dimensions: *id260 table: moz-fx-data-shared-prod.operational_monitoring.performance_review_kenya_statistics xaxis: build_id type: operational_monitoring_view performance_review_kenya_2: tables: - - dimensions: *id260 + - dimensions: *id263 table: moz-fx-data-shared-prod.operational_monitoring.performance_review_kenya_2_statistics xaxis: build_id type: operational_monitoring_view persist_search_term_rollout_phase_1: tables: - - dimensions: *id263 + - dimensions: *id266 table: moz-fx-data-shared-prod.operational_monitoring.persist_search_term_rollout_phase_1_statistics xaxis: submission_date type: operational_monitoring_view phc_rollout: tables: - - dimensions: *id266 + - dimensions: *id269 table: moz-fx-data-shared-prod.operational_monitoring.phc_rollout_statistics xaxis: submission_date type: operational_monitoring_view pref_flip_experiment_nimbus_diagnostic_v129_beta: tables: - - dimensions: *id269 + - dimensions: *id272 table: moz-fx-data-shared-prod.operational_monitoring.pref_flip_experiment_nimbus_diagnostic_v129_beta_statistics xaxis: submission_date type: operational_monitoring_view pref_flip_experiment_nimbus_diagnostic_v129_release: tables: - - dimensions: *id272 + - dimensions: *id275 table: moz-fx-data-shared-prod.operational_monitoring.pref_flip_experiment_nimbus_diagnostic_v129_release_statistics xaxis: submission_date type: operational_monitoring_view pref_flip_experiment_nimbus_diagnostic_v130_release: tables: - - dimensions: *id275 + - dimensions: *id278 table: moz-fx-data-shared-prod.operational_monitoring.pref_flip_experiment_nimbus_diagnostic_v130_release_statistics xaxis: submission_date type: operational_monitoring_view print_background_task_times: tables: - - dimensions: *id278 + - dimensions: *id281 table: moz-fx-data-shared-prod.operational_monitoring.print_background_task_times_statistics xaxis: submission_date type: operational_monitoring_view print_background_task_times_by_build: tables: - - dimensions: *id281 + - dimensions: *id284 table: moz-fx-data-shared-prod.operational_monitoring.print_background_task_times_by_build_statistics xaxis: build_id type: operational_monitoring_view product_insight_telemetry_via_server_knobs_rollout_release: tables: - - dimensions: *id284 + - dimensions: *id287 table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_rollout_release_statistics xaxis: submission_date type: operational_monitoring_view product_insight_telemetry_via_server_knobs_v123_and_earlier: tables: - - dimensions: *id287 + - dimensions: *id290 table: moz-fx-data-shared-prod.operational_monitoring.product_insight_telemetry_via_server_knobs_v123_and_earlier_statistics xaxis: submission_date type: operational_monitoring_view recommend_add_ons_staff_pick_relaunch_treatment_a_rollout: tables: - - dimensions: *id290 + - dimensions: *id293 table: moz-fx-data-shared-prod.operational_monitoring.recommend_add_ons_staff_pick_relaunch_treatment_a_rollout_statistics xaxis: submission_date type: operational_monitoring_view relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users: tables: - - dimensions: *id293 + - dimensions: *id296 table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users_statistics xaxis: submission_date type: operational_monitoring_view relay_integration_into_firefox_beta_for_all_fxa_users: tables: - - dimensions: *id296 + - dimensions: *id299 table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_beta_for_all_fxa_users_statistics xaxis: submission_date type: operational_monitoring_view relay_integration_into_firefox_nightly_for_all_fxa_users: tables: - - dimensions: *id299 + - dimensions: *id302 table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_nightly_for_all_fxa_users_statistics xaxis: submission_date type: operational_monitoring_view relay_integration_into_firefox_release_for_all_fxa_users: tables: - - dimensions: *id302 + - dimensions: *id305 table: moz-fx-data-shared-prod.operational_monitoring.relay_integration_into_firefox_release_for_all_fxa_users_statistics xaxis: submission_date type: operational_monitoring_view release_experiment_for_additional_metrics_for_product_insights_rollout: tables: - - dimensions: *id305 + - dimensions: *id308 table: moz-fx-data-shared-prod.operational_monitoring.release_experiment_for_additional_metrics_for_product_insights_rollout_statistics xaxis: submission_date type: operational_monitoring_view review_checker_continuity_rollout_post_119: tables: - - dimensions: *id308 + - dimensions: *id311 table: moz-fx-data-shared-prod.operational_monitoring.review_checker_continuity_rollout_post_119_statistics xaxis: submission_date type: operational_monitoring_view review_checker_staged_rollout_no_survey: tables: - - dimensions: *id311 + - dimensions: *id314 table: moz-fx-data-shared-prod.operational_monitoring.review_checker_staged_rollout_no_survey_statistics xaxis: submission_date type: operational_monitoring_view review_checker_staged_rollout_no_survey_beta: tables: - - dimensions: *id314 + - dimensions: *id317 table: moz-fx-data-shared-prod.operational_monitoring.review_checker_staged_rollout_no_survey_beta_statistics xaxis: submission_date type: operational_monitoring_view rollout_100_experiment_for_additional_metrics_for_product_insights_new: tables: - - dimensions: *id317 + - dimensions: *id320 table: moz-fx-data-shared-prod.operational_monitoring.rollout_100_experiment_for_additional_metrics_for_product_insights_new_statistics xaxis: submission_date type: operational_monitoring_view rollout_of_tab_tray_refactor_ios: tables: - - dimensions: *id320 + - dimensions: *id323 table: moz-fx-data-shared-prod.operational_monitoring.rollout_of_tab_tray_refactor_ios_statistics xaxis: submission_date type: operational_monitoring_view rollout_sponsored_topsites_in_eu_regions: tables: - - dimensions: *id323 + - dimensions: *id326 table: moz-fx-data-shared-prod.operational_monitoring.rollout_sponsored_topsites_in_eu_regions_statistics xaxis: submission_date type: operational_monitoring_view rollout_sponsored_topsites_in_se_and_sg: tables: - - dimensions: *id326 + - dimensions: *id329 table: moz-fx-data-shared-prod.operational_monitoring.rollout_sponsored_topsites_in_se_and_sg_statistics xaxis: submission_date type: operational_monitoring_view round_2_post_choice_in_product_survey_ios_h1_2024: tables: - - dimensions: *id329 + - dimensions: *id332 table: moz-fx-data-shared-prod.operational_monitoring.round_2_post_choice_in_product_survey_ios_h1_2024_statistics xaxis: submission_date type: operational_monitoring_view serp_ad_telemetry_rollout_previous_to_118: tables: - - dimensions: *id332 + - dimensions: *id335 table: moz-fx-data-shared-prod.operational_monitoring.serp_ad_telemetry_rollout_previous_to_118_statistics xaxis: submission_date type: operational_monitoring_view serp_categorization_and_consolidated_search_config_us_desktop_relaunch: tables: - - dimensions: *id335 + - dimensions: *id338 table: moz-fx-data-shared-prod.operational_monitoring.serp_categorization_and_consolidated_search_config_us_desktop_relaunch_statistics xaxis: submission_date type: operational_monitoring_view set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout: tables: - - dimensions: *id338 + - dimensions: *id341 table: moz-fx-data-shared-prod.operational_monitoring.set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout_statistics xaxis: submission_date type: operational_monitoring_view tab_hover_preview_beta_rollout: tables: - - dimensions: *id341 + - dimensions: *id344 table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_beta_rollout_statistics xaxis: submission_date type: operational_monitoring_view tab_hover_preview_release_rollout: tables: - - dimensions: *id344 + - dimensions: *id347 table: moz-fx-data-shared-prod.operational_monitoring.tab_hover_preview_release_rollout_statistics xaxis: submission_date type: operational_monitoring_view tab_tray_refactor_rollout_ios: tables: - - dimensions: *id347 + - dimensions: *id350 table: moz-fx-data-shared-prod.operational_monitoring.tab_tray_refactor_rollout_ios_statistics xaxis: submission_date type: operational_monitoring_view task_continuity_sync_after_tab_change_rollout_40: tables: - - dimensions: *id350 + - dimensions: *id353 table: moz-fx-data-shared-prod.operational_monitoring.task_continuity_sync_after_tab_change_rollout_40_statistics xaxis: submission_date type: operational_monitoring_view task_continuity_sync_after_tab_change_rollout_60: tables: - - dimensions: *id353 + - dimensions: *id356 table: moz-fx-data-shared-prod.operational_monitoring.task_continuity_sync_after_tab_change_rollout_60_statistics xaxis: submission_date type: operational_monitoring_view tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles: tables: - - dimensions: *id356 + - dimensions: *id359 table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles_statistics xaxis: submission_date type: operational_monitoring_view tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles: tables: - - dimensions: *id359 + - dimensions: *id362 table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles_statistics xaxis: submission_date type: operational_monitoring_view tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles: tables: - - dimensions: *id362 + - dimensions: *id365 table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles_statistics xaxis: submission_date type: operational_monitoring_view tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles: tables: - - dimensions: *id365 + - dimensions: *id368 table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles_statistics xaxis: submission_date type: operational_monitoring_view tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles: tables: - - dimensions: *id368 + - dimensions: *id371 table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles_statistics xaxis: submission_date type: operational_monitoring_view telemetry_alerts_prototype: tables: - - dimensions: *id371 + - dimensions: *id374 table: moz-fx-data-shared-prod.operational_monitoring.telemetry_alerts_prototype_statistics xaxis: build_id type: operational_monitoring_view @@ -13391,85 +13443,85 @@ operational_monitoring: type: operational_monitoring_alerting_view test_staging_data_privacy_petition_banner_from_prod_experimenter: tables: - - dimensions: *id374 + - dimensions: *id377 table: moz-fx-data-shared-prod.operational_monitoring.test_staging_data_privacy_petition_banner_from_prod_experimenter_statistics xaxis: submission_date type: operational_monitoring_view total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users: tables: - - dimensions: *id377 + - dimensions: *id380 table: moz-fx-data-shared-prod.operational_monitoring.total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users_statistics xaxis: submission_date type: operational_monitoring_view total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default: tables: - - dimensions: *id380 + - dimensions: *id383 table: moz-fx-data-shared-prod.operational_monitoring.total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default_statistics xaxis: submission_date type: operational_monitoring_view translation_suggestions_potential_exposures: tables: - - dimensions: *id383 + - dimensions: *id386 table: moz-fx-data-shared-prod.operational_monitoring.translation_suggestions_potential_exposures_statistics xaxis: submission_date type: operational_monitoring_view upgrade_spotlight_rollout: tables: - - dimensions: *id386 + - dimensions: *id389 table: moz-fx-data-shared-prod.operational_monitoring.upgrade_spotlight_rollout_statistics xaxis: submission_date type: operational_monitoring_view us_review_checker_rollout_v2: tables: - - dimensions: *id389 + - dimensions: *id392 table: moz-fx-data-shared-prod.operational_monitoring.us_review_checker_rollout_v2_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_android_aug_2024_launch: tables: - - dimensions: *id392 + - dimensions: *id395 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_android_aug_2024_launch_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_android_july_2024_launch: tables: - - dimensions: *id395 + - dimensions: *id398 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_android_july_2024_launch_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_android_sept_2024: tables: - - dimensions: *id398 + - dimensions: *id401 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_android_sept_2024_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_desktop_2024: tables: - - dimensions: *id401 + - dimensions: *id404 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_desktop_2024_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_ios_aug_2024_launch: tables: - - dimensions: *id404 + - dimensions: *id407 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_ios_aug_2024_launch_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_ios_july_2024_launch: tables: - - dimensions: *id407 + - dimensions: *id410 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_ios_july_2024_launch_statistics xaxis: submission_date type: operational_monitoring_view viewpoint_ios_sept_2024: tables: - - dimensions: *id410 + - dimensions: *id413 table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_ios_sept_2024_statistics xaxis: submission_date type: operational_monitoring_view yelp_suggestions_rollout: tables: - - dimensions: *id413 + - dimensions: *id416 table: moz-fx-data-shared-prod.operational_monitoring.yelp_suggestions_rollout_statistics xaxis: submission_date type: operational_monitoring_view diff --git a/operational_monitoring/dashboards/add_an_image_to_pdf_with_alt_text_rollout.dashboard.lookml b/operational_monitoring/dashboards/add_an_image_to_pdf_with_alt_text_rollout.dashboard.lookml index 084edb00c..36afb96a3 100644 --- a/operational_monitoring/dashboards/add_an_image_to_pdf_with_alt_text_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/add_an_image_to_pdf_with_alt_text_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ add_an_image_to_pdf_with_alt_text_rollout.branch ] filters: - add_an_image_to_pdf_with_alt_text_rollout.metric: 'active_hours' + add_an_image_to_pdf_with_alt_text_rollout.metric: 'search_count' add_an_image_to_pdf_with_alt_text_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ add_an_image_to_pdf_with_alt_text_rollout.branch ] filters: - add_an_image_to_pdf_with_alt_text_rollout.metric: 'search_count' + add_an_image_to_pdf_with_alt_text_rollout.metric: 'active_hours' add_an_image_to_pdf_with_alt_text_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: add_an_image_to_pdf_with_alt_text_rollout - type: looker_line - fields: [ - add_an_image_to_pdf_with_alt_text_rollout.submission_date, - add_an_image_to_pdf_with_alt_text_rollout.branch, - add_an_image_to_pdf_with_alt_text_rollout.point - ] - pivots: [ - add_an_image_to_pdf_with_alt_text_rollout.branch - ] - filters: - add_an_image_to_pdf_with_alt_text_rollout.metric: 'days_of_use' - add_an_image_to_pdf_with_alt_text_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date - field_y: add_an_image_to_pdf_with_alt_text_rollout.point - log_scale: false - ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower - ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper - show_grid: true - listen: - Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ add_an_image_to_pdf_with_alt_text_rollout.metric: 'memory_total' add_an_image_to_pdf_with_alt_text_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: add_an_image_to_pdf_with_alt_text_rollout + type: looker_line + fields: [ + add_an_image_to_pdf_with_alt_text_rollout.submission_date, + add_an_image_to_pdf_with_alt_text_rollout.branch, + add_an_image_to_pdf_with_alt_text_rollout.point + ] + pivots: [ + add_an_image_to_pdf_with_alt_text_rollout.branch + ] + filters: + add_an_image_to_pdf_with_alt_text_rollout.metric: 'days_of_use' + add_an_image_to_pdf_with_alt_text_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date + field_y: add_an_image_to_pdf_with_alt_text_rollout.point + log_scale: false + ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower + ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper + show_grid: true + listen: + Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/address_autofill_desktop_pref_beta_rollout.dashboard.lookml b/operational_monitoring/dashboards/address_autofill_desktop_pref_beta_rollout.dashboard.lookml index 16765530e..d7f2156ef 100644 --- a/operational_monitoring/dashboards/address_autofill_desktop_pref_beta_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/address_autofill_desktop_pref_beta_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ address_autofill_desktop_pref_beta_rollout.branch ] filters: - address_autofill_desktop_pref_beta_rollout.metric: 'active_hours' + address_autofill_desktop_pref_beta_rollout.metric: 'search_count' address_autofill_desktop_pref_beta_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ address_autofill_desktop_pref_beta_rollout.branch ] filters: - address_autofill_desktop_pref_beta_rollout.metric: 'search_count' + address_autofill_desktop_pref_beta_rollout.metric: 'active_hours' address_autofill_desktop_pref_beta_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: address_autofill_desktop_pref_beta_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: address_autofill_desktop_pref_beta_rollout - type: looker_line - fields: [ - address_autofill_desktop_pref_beta_rollout.submission_date, - address_autofill_desktop_pref_beta_rollout.branch, - address_autofill_desktop_pref_beta_rollout.point - ] - pivots: [ - address_autofill_desktop_pref_beta_rollout.branch - ] - filters: - address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use' - address_autofill_desktop_pref_beta_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: address_autofill_desktop_pref_beta_rollout.submission_date - field_y: address_autofill_desktop_pref_beta_rollout.point - log_scale: false - ci_lower: address_autofill_desktop_pref_beta_rollout.lower - ci_upper: address_autofill_desktop_pref_beta_rollout.upper - show_grid: true - listen: - Date: address_autofill_desktop_pref_beta_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ address_autofill_desktop_pref_beta_rollout.metric: 'memory_total' address_autofill_desktop_pref_beta_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: address_autofill_desktop_pref_beta_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: address_autofill_desktop_pref_beta_rollout + type: looker_line + fields: [ + address_autofill_desktop_pref_beta_rollout.submission_date, + address_autofill_desktop_pref_beta_rollout.branch, + address_autofill_desktop_pref_beta_rollout.point + ] + pivots: [ + address_autofill_desktop_pref_beta_rollout.branch + ] + filters: + address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use' + address_autofill_desktop_pref_beta_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: address_autofill_desktop_pref_beta_rollout.submission_date + field_y: address_autofill_desktop_pref_beta_rollout.point + log_scale: false + ci_lower: address_autofill_desktop_pref_beta_rollout.lower + ci_upper: address_autofill_desktop_pref_beta_rollout.upper + show_grid: true + listen: + Date: address_autofill_desktop_pref_beta_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/address_autofill_desktop_pref_nightly_rollout.dashboard.lookml b/operational_monitoring/dashboards/address_autofill_desktop_pref_nightly_rollout.dashboard.lookml index 3e5d6be83..d6da03a09 100644 --- a/operational_monitoring/dashboards/address_autofill_desktop_pref_nightly_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/address_autofill_desktop_pref_nightly_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ address_autofill_desktop_pref_nightly_rollout.branch ] filters: - address_autofill_desktop_pref_nightly_rollout.metric: 'active_hours' + address_autofill_desktop_pref_nightly_rollout.metric: 'search_count' address_autofill_desktop_pref_nightly_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ address_autofill_desktop_pref_nightly_rollout.branch ] filters: - address_autofill_desktop_pref_nightly_rollout.metric: 'search_count' + address_autofill_desktop_pref_nightly_rollout.metric: 'active_hours' address_autofill_desktop_pref_nightly_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: address_autofill_desktop_pref_nightly_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: address_autofill_desktop_pref_nightly_rollout - type: looker_line - fields: [ - address_autofill_desktop_pref_nightly_rollout.submission_date, - address_autofill_desktop_pref_nightly_rollout.branch, - address_autofill_desktop_pref_nightly_rollout.point - ] - pivots: [ - address_autofill_desktop_pref_nightly_rollout.branch - ] - filters: - address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use' - address_autofill_desktop_pref_nightly_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: address_autofill_desktop_pref_nightly_rollout.submission_date - field_y: address_autofill_desktop_pref_nightly_rollout.point - log_scale: false - ci_lower: address_autofill_desktop_pref_nightly_rollout.lower - ci_upper: address_autofill_desktop_pref_nightly_rollout.upper - show_grid: true - listen: - Date: address_autofill_desktop_pref_nightly_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ address_autofill_desktop_pref_nightly_rollout.metric: 'memory_total' address_autofill_desktop_pref_nightly_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: address_autofill_desktop_pref_nightly_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: address_autofill_desktop_pref_nightly_rollout + type: looker_line + fields: [ + address_autofill_desktop_pref_nightly_rollout.submission_date, + address_autofill_desktop_pref_nightly_rollout.branch, + address_autofill_desktop_pref_nightly_rollout.point + ] + pivots: [ + address_autofill_desktop_pref_nightly_rollout.branch + ] + filters: + address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use' + address_autofill_desktop_pref_nightly_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: address_autofill_desktop_pref_nightly_rollout.submission_date + field_y: address_autofill_desktop_pref_nightly_rollout.point + log_scale: false + ci_lower: address_autofill_desktop_pref_nightly_rollout.lower + ci_upper: address_autofill_desktop_pref_nightly_rollout.upper + show_grid: true + listen: + Date: address_autofill_desktop_pref_nightly_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/address_autofill_desktop_pref_release_rollout.dashboard.lookml b/operational_monitoring/dashboards/address_autofill_desktop_pref_release_rollout.dashboard.lookml index a079d3f40..904139630 100644 --- a/operational_monitoring/dashboards/address_autofill_desktop_pref_release_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/address_autofill_desktop_pref_release_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ address_autofill_desktop_pref_release_rollout.branch ] filters: - address_autofill_desktop_pref_release_rollout.metric: 'active_hours' + address_autofill_desktop_pref_release_rollout.metric: 'search_count' address_autofill_desktop_pref_release_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ address_autofill_desktop_pref_release_rollout.branch ] filters: - address_autofill_desktop_pref_release_rollout.metric: 'search_count' + address_autofill_desktop_pref_release_rollout.metric: 'active_hours' address_autofill_desktop_pref_release_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: address_autofill_desktop_pref_release_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: address_autofill_desktop_pref_release_rollout - type: looker_line - fields: [ - address_autofill_desktop_pref_release_rollout.submission_date, - address_autofill_desktop_pref_release_rollout.branch, - address_autofill_desktop_pref_release_rollout.point - ] - pivots: [ - address_autofill_desktop_pref_release_rollout.branch - ] - filters: - address_autofill_desktop_pref_release_rollout.metric: 'days_of_use' - address_autofill_desktop_pref_release_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: address_autofill_desktop_pref_release_rollout.submission_date - field_y: address_autofill_desktop_pref_release_rollout.point - log_scale: false - ci_lower: address_autofill_desktop_pref_release_rollout.lower - ci_upper: address_autofill_desktop_pref_release_rollout.upper - show_grid: true - listen: - Date: address_autofill_desktop_pref_release_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ address_autofill_desktop_pref_release_rollout.metric: 'memory_total' address_autofill_desktop_pref_release_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: address_autofill_desktop_pref_release_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: address_autofill_desktop_pref_release_rollout + type: looker_line + fields: [ + address_autofill_desktop_pref_release_rollout.submission_date, + address_autofill_desktop_pref_release_rollout.branch, + address_autofill_desktop_pref_release_rollout.point + ] + pivots: [ + address_autofill_desktop_pref_release_rollout.branch + ] + filters: + address_autofill_desktop_pref_release_rollout.metric: 'days_of_use' + address_autofill_desktop_pref_release_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: address_autofill_desktop_pref_release_rollout.submission_date + field_y: address_autofill_desktop_pref_release_rollout.point + log_scale: false + ci_lower: address_autofill_desktop_pref_release_rollout.lower + ci_upper: address_autofill_desktop_pref_release_rollout.upper + show_grid: true + listen: + Date: address_autofill_desktop_pref_release_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/address_autofill_phase_2_rollout_copy_beta_rollout.dashboard.lookml b/operational_monitoring/dashboards/address_autofill_phase_2_rollout_copy_beta_rollout.dashboard.lookml index 33ccae456..09c2ae1ab 100644 --- a/operational_monitoring/dashboards/address_autofill_phase_2_rollout_copy_beta_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/address_autofill_phase_2_rollout_copy_beta_rollout.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: address_autofill_phase_2_rollout_copy_beta_rollout - type: looker_line - fields: [ - address_autofill_phase_2_rollout_copy_beta_rollout.submission_date, - address_autofill_phase_2_rollout_copy_beta_rollout.branch, - address_autofill_phase_2_rollout_copy_beta_rollout.point - ] - pivots: [ - address_autofill_phase_2_rollout_copy_beta_rollout.branch - ] - filters: - address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'active_hours' - address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date - field_y: address_autofill_phase_2_rollout_copy_beta_rollout.point - log_scale: false - ci_lower: address_autofill_phase_2_rollout_copy_beta_rollout.lower - ci_upper: address_autofill_phase_2_rollout_copy_beta_rollout.upper - show_grid: true - listen: - Date: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'search_count' address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date + field_y: address_autofill_phase_2_rollout_copy_beta_rollout.point + log_scale: false + ci_lower: address_autofill_phase_2_rollout_copy_beta_rollout.lower + ci_upper: address_autofill_phase_2_rollout_copy_beta_rollout.upper + show_grid: true + listen: + Date: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: address_autofill_phase_2_rollout_copy_beta_rollout + type: looker_line + fields: [ + address_autofill_phase_2_rollout_copy_beta_rollout.submission_date, + address_autofill_phase_2_rollout_copy_beta_rollout.branch, + address_autofill_phase_2_rollout_copy_beta_rollout.point + ] + pivots: [ + address_autofill_phase_2_rollout_copy_beta_rollout.branch + ] + filters: + address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'active_hours' + address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/all_browsers_dau.dashboard.lookml b/operational_monitoring/dashboards/all_browsers_dau.dashboard.lookml index 44729e9b0..c0b68b94b 100644 --- a/operational_monitoring/dashboards/all_browsers_dau.dashboard.lookml +++ b/operational_monitoring/dashboards/all_browsers_dau.dashboard.lookml @@ -10,39 +10,6 @@ preferred_viewer: dashboards-next elements: - - title: Focus Android Daily Active Users V2 - name: Focus Android Daily Active Users V2_sum - note_state: expanded - note_display: above - note_text: Sum - explore: all_browsers_dau - type: looker_line - fields: [ - all_browsers_dau.submission_date, - all_browsers_dau.branch, - all_browsers_dau.point - ] - pivots: [ - all_browsers_dau.branch - ] - filters: - all_browsers_dau.metric: 'focus_android_daily_active_users_v2' - all_browsers_dau.statistic: sum - row: 0 - col: 0 - width: 12 - height: 8 - field_x: all_browsers_dau.submission_date - field_y: all_browsers_dau.point - log_scale: false - ci_lower: all_browsers_dau.lower - ci_upper: all_browsers_dau.upper - show_grid: true - listen: - Date: all_browsers_dau.submission_date - - active: "#3FE1B0" - defaults_version: 0 - title: Focus Ios Daily Active Users V2 name: Focus Ios Daily Active Users V2_sum note_state: expanded @@ -62,7 +29,7 @@ all_browsers_dau.metric: 'focus_ios_daily_active_users_v2' all_browsers_dau.statistic: sum row: 0 - col: 12 + col: 0 width: 12 height: 8 field_x: all_browsers_dau.submission_date @@ -76,8 +43,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Firefox Desktop Daily Active Users V2 - name: Firefox Desktop Daily Active Users V2_sum + - title: Focus Android Daily Active Users V2 + name: Focus Android Daily Active Users V2_sum note_state: expanded note_display: above note_text: Sum @@ -92,10 +59,10 @@ all_browsers_dau.branch ] filters: - all_browsers_dau.metric: 'firefox_desktop_daily_active_users_v2' + all_browsers_dau.metric: 'focus_android_daily_active_users_v2' all_browsers_dau.statistic: sum - row: 10 - col: 0 + row: 0 + col: 12 width: 12 height: 8 field_x: all_browsers_dau.submission_date @@ -128,7 +95,7 @@ all_browsers_dau.metric: 'fenix_daily_active_users_v2' all_browsers_dau.statistic: sum row: 10 - col: 12 + col: 0 width: 12 height: 8 field_x: all_browsers_dau.submission_date @@ -160,6 +127,39 @@ filters: all_browsers_dau.metric: 'firefox_ios_daily_active_users_v2' all_browsers_dau.statistic: sum + row: 10 + col: 12 + width: 12 + height: 8 + field_x: all_browsers_dau.submission_date + field_y: all_browsers_dau.point + log_scale: false + ci_lower: all_browsers_dau.lower + ci_upper: all_browsers_dau.upper + show_grid: true + listen: + Date: all_browsers_dau.submission_date + + active: "#3FE1B0" + defaults_version: 0 + - title: Firefox Desktop Daily Active Users V2 + name: Firefox Desktop Daily Active Users V2_sum + note_state: expanded + note_display: above + note_text: Sum + explore: all_browsers_dau + type: looker_line + fields: [ + all_browsers_dau.submission_date, + all_browsers_dau.branch, + all_browsers_dau.point + ] + pivots: [ + all_browsers_dau.branch + ] + filters: + all_browsers_dau.metric: 'firefox_desktop_daily_active_users_v2' + all_browsers_dau.statistic: sum row: 20 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/android_default_toolbar_placement_treatment_a_rollout.dashboard.lookml b/operational_monitoring/dashboards/android_default_toolbar_placement_treatment_a_rollout.dashboard.lookml index b804cfcb4..d60a9018d 100644 --- a/operational_monitoring/dashboards/android_default_toolbar_placement_treatment_a_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/android_default_toolbar_placement_treatment_a_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ android_default_toolbar_placement_treatment_a_rollout.branch ] filters: - android_default_toolbar_placement_treatment_a_rollout.metric: 'active_hours' + android_default_toolbar_placement_treatment_a_rollout.metric: 'search_count' android_default_toolbar_placement_treatment_a_rollout.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: android_default_toolbar_placement_treatment_a_rollout.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: android_default_toolbar_placement_treatment_a_rollout + type: looker_line + fields: [ + android_default_toolbar_placement_treatment_a_rollout.submission_date, + android_default_toolbar_placement_treatment_a_rollout.branch, + android_default_toolbar_placement_treatment_a_rollout.point + ] + pivots: [ + android_default_toolbar_placement_treatment_a_rollout.branch + ] + filters: + android_default_toolbar_placement_treatment_a_rollout.metric: 'tagged_sap_searches' + android_default_toolbar_placement_treatment_a_rollout.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date + field_y: android_default_toolbar_placement_treatment_a_rollout.point + log_scale: false + ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower + ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper + show_grid: true + listen: + Date: android_default_toolbar_placement_treatment_a_rollout.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: android_default_toolbar_placement_treatment_a_rollout.metric: 'uri_count' android_default_toolbar_placement_treatment_a_rollout.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ android_default_toolbar_placement_treatment_a_rollout.branch ] filters: - android_default_toolbar_placement_treatment_a_rollout.metric: 'search_count' + android_default_toolbar_placement_treatment_a_rollout.metric: 'active_hours' android_default_toolbar_placement_treatment_a_rollout.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date @@ -198,40 +232,6 @@ filters: android_default_toolbar_placement_treatment_a_rollout.metric: 'days_of_use' android_default_toolbar_placement_treatment_a_rollout.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date - field_y: android_default_toolbar_placement_treatment_a_rollout.point - log_scale: false - ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower - ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper - show_grid: true - listen: - Date: android_default_toolbar_placement_treatment_a_rollout.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: android_default_toolbar_placement_treatment_a_rollout - type: looker_line - fields: [ - android_default_toolbar_placement_treatment_a_rollout.submission_date, - android_default_toolbar_placement_treatment_a_rollout.branch, - android_default_toolbar_placement_treatment_a_rollout.point - ] - pivots: [ - android_default_toolbar_placement_treatment_a_rollout.branch - ] - filters: - android_default_toolbar_placement_treatment_a_rollout.metric: 'tagged_sap_searches' - android_default_toolbar_placement_treatment_a_rollout.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/android_navbar_nightly_experiment.dashboard.lookml b/operational_monitoring/dashboards/android_navbar_nightly_experiment.dashboard.lookml index c1f81a3b3..4812e4a77 100644 --- a/operational_monitoring/dashboards/android_navbar_nightly_experiment.dashboard.lookml +++ b/operational_monitoring/dashboards/android_navbar_nightly_experiment.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ android_navbar_nightly_experiment.branch ] filters: - android_navbar_nightly_experiment.metric: 'active_hours' + android_navbar_nightly_experiment.metric: 'search_count' android_navbar_nightly_experiment.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: android_navbar_nightly_experiment.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: android_navbar_nightly_experiment + type: looker_line + fields: [ + android_navbar_nightly_experiment.submission_date, + android_navbar_nightly_experiment.branch, + android_navbar_nightly_experiment.point + ] + pivots: [ + android_navbar_nightly_experiment.branch + ] + filters: + android_navbar_nightly_experiment.metric: 'tagged_sap_searches' + android_navbar_nightly_experiment.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: android_navbar_nightly_experiment.submission_date + field_y: android_navbar_nightly_experiment.point + log_scale: false + ci_lower: android_navbar_nightly_experiment.lower + ci_upper: android_navbar_nightly_experiment.upper + show_grid: true + listen: + Date: android_navbar_nightly_experiment.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: android_navbar_nightly_experiment.metric: 'uri_count' android_navbar_nightly_experiment.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: android_navbar_nightly_experiment.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ android_navbar_nightly_experiment.branch ] filters: - android_navbar_nightly_experiment.metric: 'search_count' + android_navbar_nightly_experiment.metric: 'active_hours' android_navbar_nightly_experiment.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: android_navbar_nightly_experiment.submission_date @@ -198,40 +232,6 @@ filters: android_navbar_nightly_experiment.metric: 'days_of_use' android_navbar_nightly_experiment.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: android_navbar_nightly_experiment.submission_date - field_y: android_navbar_nightly_experiment.point - log_scale: false - ci_lower: android_navbar_nightly_experiment.lower - ci_upper: android_navbar_nightly_experiment.upper - show_grid: true - listen: - Date: android_navbar_nightly_experiment.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: android_navbar_nightly_experiment - type: looker_line - fields: [ - android_navbar_nightly_experiment.submission_date, - android_navbar_nightly_experiment.branch, - android_navbar_nightly_experiment.point - ] - pivots: [ - android_navbar_nightly_experiment.branch - ] - filters: - android_navbar_nightly_experiment.metric: 'tagged_sap_searches' - android_navbar_nightly_experiment.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/android_ship_nightly_rollout.dashboard.lookml b/operational_monitoring/dashboards/android_ship_nightly_rollout.dashboard.lookml index db2ab16d6..d6f823ac4 100644 --- a/operational_monitoring/dashboards/android_ship_nightly_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/android_ship_nightly_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ android_ship_nightly_rollout.branch ] filters: - android_ship_nightly_rollout.metric: 'active_hours' + android_ship_nightly_rollout.metric: 'search_count' android_ship_nightly_rollout.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: android_ship_nightly_rollout.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: android_ship_nightly_rollout + type: looker_line + fields: [ + android_ship_nightly_rollout.submission_date, + android_ship_nightly_rollout.branch, + android_ship_nightly_rollout.point + ] + pivots: [ + android_ship_nightly_rollout.branch + ] + filters: + android_ship_nightly_rollout.metric: 'tagged_sap_searches' + android_ship_nightly_rollout.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: android_ship_nightly_rollout.submission_date + field_y: android_ship_nightly_rollout.point + log_scale: false + ci_lower: android_ship_nightly_rollout.lower + ci_upper: android_ship_nightly_rollout.upper + show_grid: true + listen: + Date: android_ship_nightly_rollout.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: android_ship_nightly_rollout.metric: 'uri_count' android_ship_nightly_rollout.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: android_ship_nightly_rollout.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ android_ship_nightly_rollout.branch ] filters: - android_ship_nightly_rollout.metric: 'search_count' + android_ship_nightly_rollout.metric: 'active_hours' android_ship_nightly_rollout.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: android_ship_nightly_rollout.submission_date @@ -198,40 +232,6 @@ filters: android_ship_nightly_rollout.metric: 'days_of_use' android_ship_nightly_rollout.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: android_ship_nightly_rollout.submission_date - field_y: android_ship_nightly_rollout.point - log_scale: false - ci_lower: android_ship_nightly_rollout.lower - ci_upper: android_ship_nightly_rollout.upper - show_grid: true - listen: - Date: android_ship_nightly_rollout.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: android_ship_nightly_rollout - type: looker_line - fields: [ - android_ship_nightly_rollout.submission_date, - android_ship_nightly_rollout.branch, - android_ship_nightly_rollout.point - ] - pivots: [ - android_ship_nightly_rollout.branch - ] - filters: - android_ship_nightly_rollout.metric: 'tagged_sap_searches' - android_ship_nightly_rollout.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3.dashboard.lookml b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3.dashboard.lookml index 712e5b22c..217babb8d 100644 --- a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3.dashboard.lookml +++ b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'active_hours' + backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'search_count' backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'search_count' + backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'active_hours' backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: backgroundupdate_enable_unelevated_installations_rollout_3 - type: looker_line - fields: [ - backgroundupdate_enable_unelevated_installations_rollout_3.submission_date, - backgroundupdate_enable_unelevated_installations_rollout_3.branch, - backgroundupdate_enable_unelevated_installations_rollout_3.point - ] - pivots: [ - backgroundupdate_enable_unelevated_installations_rollout_3.branch - ] - filters: - backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use' - backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date - field_y: backgroundupdate_enable_unelevated_installations_rollout_3.point - log_scale: false - ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3.lower - ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3.upper - show_grid: true - listen: - Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'memory_total' backgroundupdate_enable_unelevated_installations_rollout_3.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: backgroundupdate_enable_unelevated_installations_rollout_3 + type: looker_line + fields: [ + backgroundupdate_enable_unelevated_installations_rollout_3.submission_date, + backgroundupdate_enable_unelevated_installations_rollout_3.branch, + backgroundupdate_enable_unelevated_installations_rollout_3.point + ] + pivots: [ + backgroundupdate_enable_unelevated_installations_rollout_3.branch + ] + filters: + backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use' + backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date + field_y: backgroundupdate_enable_unelevated_installations_rollout_3.point + log_scale: false + ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3.lower + ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3.upper + show_grid: true + listen: + Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_nightly.dashboard.lookml b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_nightly.dashboard.lookml index 8bc2c4161..c66c124ee 100644 --- a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_nightly.dashboard.lookml +++ b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_nightly.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'active_hours' + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'search_count' backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'search_count' + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'active_hours' backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly - type: looker_line - fields: [ - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date, - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch, - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point - ] - pivots: [ - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch - ] - filters: - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use' - backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date - field_y: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point - log_scale: false - ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower - ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.upper - show_grid: true - listen: - Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'memory_total' backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly + type: looker_line + fields: [ + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date, + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch, + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point + ] + pivots: [ + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch + ] + filters: + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use' + backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date + field_y: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point + log_scale: false + ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower + ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.upper + show_grid: true + listen: + Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_release.dashboard.lookml b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_release.dashboard.lookml index 9fc599c74..1fbe43cb9 100644 --- a/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_release.dashboard.lookml +++ b/operational_monitoring/dashboards/backgroundupdate_enable_unelevated_installations_rollout_3_release.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_release.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'active_hours' + backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'search_count' backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_release.branch ] filters: - backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'search_count' + backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'active_hours' backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: backgroundupdate_enable_unelevated_installations_rollout_3_release - type: looker_line - fields: [ - backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date, - backgroundupdate_enable_unelevated_installations_rollout_3_release.branch, - backgroundupdate_enable_unelevated_installations_rollout_3_release.point - ] - pivots: [ - backgroundupdate_enable_unelevated_installations_rollout_3_release.branch - ] - filters: - backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use' - backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date - field_y: backgroundupdate_enable_unelevated_installations_rollout_3_release.point - log_scale: false - ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_release.lower - ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_release.upper - show_grid: true - listen: - Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'memory_total' backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: backgroundupdate_enable_unelevated_installations_rollout_3_release + type: looker_line + fields: [ + backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date, + backgroundupdate_enable_unelevated_installations_rollout_3_release.branch, + backgroundupdate_enable_unelevated_installations_rollout_3_release.point + ] + pivots: [ + backgroundupdate_enable_unelevated_installations_rollout_3_release.branch + ] + filters: + backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use' + backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date + field_y: backgroundupdate_enable_unelevated_installations_rollout_3_release.point + log_scale: false + ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_release.lower + ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_release.upper + show_grid: true + listen: + Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/consolidated_search_configuration_row_desktop_relaunch.dashboard.lookml b/operational_monitoring/dashboards/consolidated_search_configuration_row_desktop_relaunch.dashboard.lookml index b7316fa7e..c8a9aace1 100644 --- a/operational_monitoring/dashboards/consolidated_search_configuration_row_desktop_relaunch.dashboard.lookml +++ b/operational_monitoring/dashboards/consolidated_search_configuration_row_desktop_relaunch.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ consolidated_search_configuration_row_desktop_relaunch.branch ] filters: - consolidated_search_configuration_row_desktop_relaunch.metric: 'active_hours' + consolidated_search_configuration_row_desktop_relaunch.metric: 'search_count' consolidated_search_configuration_row_desktop_relaunch.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ consolidated_search_configuration_row_desktop_relaunch.branch ] filters: - consolidated_search_configuration_row_desktop_relaunch.metric: 'search_count' + consolidated_search_configuration_row_desktop_relaunch.metric: 'active_hours' consolidated_search_configuration_row_desktop_relaunch.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: consolidated_search_configuration_row_desktop_relaunch.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: consolidated_search_configuration_row_desktop_relaunch - type: looker_line - fields: [ - consolidated_search_configuration_row_desktop_relaunch.submission_date, - consolidated_search_configuration_row_desktop_relaunch.branch, - consolidated_search_configuration_row_desktop_relaunch.point - ] - pivots: [ - consolidated_search_configuration_row_desktop_relaunch.branch - ] - filters: - consolidated_search_configuration_row_desktop_relaunch.metric: 'days_of_use' - consolidated_search_configuration_row_desktop_relaunch.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date - field_y: consolidated_search_configuration_row_desktop_relaunch.point - log_scale: false - ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower - ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper - show_grid: true - listen: - Date: consolidated_search_configuration_row_desktop_relaunch.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ consolidated_search_configuration_row_desktop_relaunch.metric: 'memory_total' consolidated_search_configuration_row_desktop_relaunch.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: consolidated_search_configuration_row_desktop_relaunch + type: looker_line + fields: [ + consolidated_search_configuration_row_desktop_relaunch.submission_date, + consolidated_search_configuration_row_desktop_relaunch.branch, + consolidated_search_configuration_row_desktop_relaunch.point + ] + pivots: [ + consolidated_search_configuration_row_desktop_relaunch.branch + ] + filters: + consolidated_search_configuration_row_desktop_relaunch.metric: 'days_of_use' + consolidated_search_configuration_row_desktop_relaunch.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date + field_y: consolidated_search_configuration_row_desktop_relaunch.point + log_scale: false + ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower + ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper + show_grid: true + listen: + Date: consolidated_search_configuration_row_desktop_relaunch.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/deprecate_ipaddrany_rollout.dashboard.lookml b/operational_monitoring/dashboards/deprecate_ipaddrany_rollout.dashboard.lookml index 7631996ea..962bd21a4 100644 --- a/operational_monitoring/dashboards/deprecate_ipaddrany_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/deprecate_ipaddrany_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ deprecate_ipaddrany_rollout.branch ] filters: - deprecate_ipaddrany_rollout.metric: 'active_hours' + deprecate_ipaddrany_rollout.metric: 'search_count' deprecate_ipaddrany_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ deprecate_ipaddrany_rollout.branch ] filters: - deprecate_ipaddrany_rollout.metric: 'search_count' + deprecate_ipaddrany_rollout.metric: 'active_hours' deprecate_ipaddrany_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: deprecate_ipaddrany_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: deprecate_ipaddrany_rollout - type: looker_line - fields: [ - deprecate_ipaddrany_rollout.submission_date, - deprecate_ipaddrany_rollout.branch, - deprecate_ipaddrany_rollout.point - ] - pivots: [ - deprecate_ipaddrany_rollout.branch - ] - filters: - deprecate_ipaddrany_rollout.metric: 'days_of_use' - deprecate_ipaddrany_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: deprecate_ipaddrany_rollout.submission_date - field_y: deprecate_ipaddrany_rollout.point - log_scale: false - ci_lower: deprecate_ipaddrany_rollout.lower - ci_upper: deprecate_ipaddrany_rollout.upper - show_grid: true - listen: - Date: deprecate_ipaddrany_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ deprecate_ipaddrany_rollout.metric: 'memory_total' deprecate_ipaddrany_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: deprecate_ipaddrany_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: deprecate_ipaddrany_rollout + type: looker_line + fields: [ + deprecate_ipaddrany_rollout.submission_date, + deprecate_ipaddrany_rollout.branch, + deprecate_ipaddrany_rollout.point + ] + pivots: [ + deprecate_ipaddrany_rollout.branch + ] + filters: + deprecate_ipaddrany_rollout.metric: 'days_of_use' + deprecate_ipaddrany_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: deprecate_ipaddrany_rollout.submission_date + field_y: deprecate_ipaddrany_rollout.point + log_scale: false + ci_lower: deprecate_ipaddrany_rollout.lower + ci_upper: deprecate_ipaddrany_rollout.upper + show_grid: true + listen: + Date: deprecate_ipaddrany_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/desktop_dau.dashboard.lookml b/operational_monitoring/dashboards/desktop_dau.dashboard.lookml index 846001b2a..d77e65808 100644 --- a/operational_monitoring/dashboards/desktop_dau.dashboard.lookml +++ b/operational_monitoring/dashboards/desktop_dau.dashboard.lookml @@ -10,39 +10,6 @@ preferred_viewer: dashboards-next elements: - - title: Kpi Forecast - name: Kpi Forecast_mean - note_state: expanded - note_display: above - note_text: Mean - explore: desktop_dau - type: looker_line - fields: [ - desktop_dau.submission_date, - desktop_dau.branch, - desktop_dau.point - ] - pivots: [ - desktop_dau.branch - ] - filters: - desktop_dau.metric: 'kpi_forecast' - desktop_dau.statistic: mean - row: 0 - col: 0 - width: 12 - height: 8 - field_x: desktop_dau.submission_date - field_y: desktop_dau.point - log_scale: false - ci_lower: desktop_dau.lower - ci_upper: desktop_dau.upper - show_grid: true - listen: - Date: desktop_dau.submission_date - - active: "#3FE1B0" - defaults_version: 0 - title: Daily Active Users V2 name: Daily Active Users V2_sum note_state: expanded @@ -62,6 +29,39 @@ desktop_dau.metric: 'daily_active_users_v2' desktop_dau.statistic: sum row: 0 + col: 0 + width: 12 + height: 8 + field_x: desktop_dau.submission_date + field_y: desktop_dau.point + log_scale: false + ci_lower: desktop_dau.lower + ci_upper: desktop_dau.upper + show_grid: true + listen: + Date: desktop_dau.submission_date + + active: "#3FE1B0" + defaults_version: 0 + - title: Kpi Forecast + name: Kpi Forecast_mean + note_state: expanded + note_display: above + note_text: Mean + explore: desktop_dau + type: looker_line + fields: [ + desktop_dau.submission_date, + desktop_dau.branch, + desktop_dau.point + ] + pivots: [ + desktop_dau.branch + ] + filters: + desktop_dau.metric: 'kpi_forecast' + desktop_dau.statistic: mean + row: 0 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/disable_ads_startup_cache.dashboard.lookml b/operational_monitoring/dashboards/disable_ads_startup_cache.dashboard.lookml new file mode 100644 index 000000000..899fbba1a --- /dev/null +++ b/operational_monitoring/dashboards/disable_ads_startup_cache.dashboard.lookml @@ -0,0 +1,316 @@ + +# *Do not manually modify this file* +# +# This file has been generated via https://github.com/mozilla/lookml-generator +# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default) + +- dashboard: disable_ads_startup_cache + title: Disable Ads Startup Cache + layout: newspaper + preferred_viewer: dashboards-next + + elements: + - title: Retained + name: Retained_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'retained' + disable_ads_startup_cache.statistic: mean + row: 0 + col: 0 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Ad Clicks + name: Ad Clicks_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'ad_clicks' + disable_ads_startup_cache.statistic: mean + row: 0 + col: 12 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Search Count + name: Search Count_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'search_count' + disable_ads_startup_cache.statistic: mean + row: 10 + col: 0 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Uri Count + name: Uri Count_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'uri_count' + disable_ads_startup_cache.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'active_hours' + disable_ads_startup_cache.statistic: mean + row: 20 + col: 0 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Qualified Cumulative Days Of Use + name: Qualified Cumulative Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'qualified_cumulative_days_of_use' + disable_ads_startup_cache.statistic: mean + row: 20 + col: 12 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Memory Total + name: Memory Total_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: disable_ads_startup_cache + type: "ci-line-chart" + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.upper, + disable_ads_startup_cache.lower, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'memory_total' + disable_ads_startup_cache.statistic: percentile + row: 30 + col: 0 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + Percentile: disable_ads_startup_cache.parameter + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_ads_startup_cache + type: looker_line + fields: [ + disable_ads_startup_cache.submission_date, + disable_ads_startup_cache.branch, + disable_ads_startup_cache.point + ] + pivots: [ + disable_ads_startup_cache.branch + ] + filters: + disable_ads_startup_cache.metric: 'days_of_use' + disable_ads_startup_cache.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: disable_ads_startup_cache.submission_date + field_y: disable_ads_startup_cache.point + log_scale: false + ci_lower: disable_ads_startup_cache.lower + ci_upper: disable_ads_startup_cache.upper + show_grid: true + listen: + Date: disable_ads_startup_cache.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + + filters: + - name: Date + title: Date + type: field_filter + allow_multiple_values: true + required: false + ui_config: + type: advanced + display: popover + model: operational_monitoring + explore: disable_ads_startup_cache + listens_to_filters: [] + field: disable_ads_startup_cache.submission_date + + - name: Percentile + title: Percentile + type: field_filter + default_value: '50' + allow_multiple_values: false + required: true + ui_config: + type: advanced + display: popover + model: operational_monitoring + explore: disable_ads_startup_cache + listens_to_filters: [] + field: disable_ads_startup_cache.parameter + \ No newline at end of file diff --git a/operational_monitoring/dashboards/disable_redirects_for_authretries.dashboard.lookml b/operational_monitoring/dashboards/disable_redirects_for_authretries.dashboard.lookml index 20a1e66c9..298e2d151 100644 --- a/operational_monitoring/dashboards/disable_redirects_for_authretries.dashboard.lookml +++ b/operational_monitoring/dashboards/disable_redirects_for_authretries.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ disable_redirects_for_authretries.branch ] filters: - disable_redirects_for_authretries.metric: 'active_hours' + disable_redirects_for_authretries.metric: 'search_count' disable_redirects_for_authretries.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ disable_redirects_for_authretries.branch ] filters: - disable_redirects_for_authretries.metric: 'search_count' + disable_redirects_for_authretries.metric: 'active_hours' disable_redirects_for_authretries.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: disable_redirects_for_authretries.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: disable_redirects_for_authretries - type: looker_line - fields: [ - disable_redirects_for_authretries.submission_date, - disable_redirects_for_authretries.branch, - disable_redirects_for_authretries.point - ] - pivots: [ - disable_redirects_for_authretries.branch - ] - filters: - disable_redirects_for_authretries.metric: 'days_of_use' - disable_redirects_for_authretries.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: disable_redirects_for_authretries.submission_date - field_y: disable_redirects_for_authretries.point - log_scale: false - ci_lower: disable_redirects_for_authretries.lower - ci_upper: disable_redirects_for_authretries.upper - show_grid: true - listen: - Date: disable_redirects_for_authretries.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ disable_redirects_for_authretries.metric: 'memory_total' disable_redirects_for_authretries.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: disable_redirects_for_authretries.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: disable_redirects_for_authretries + type: looker_line + fields: [ + disable_redirects_for_authretries.submission_date, + disable_redirects_for_authretries.branch, + disable_redirects_for_authretries.point + ] + pivots: [ + disable_redirects_for_authretries.branch + ] + filters: + disable_redirects_for_authretries.metric: 'days_of_use' + disable_redirects_for_authretries.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: disable_redirects_for_authretries.submission_date + field_y: disable_redirects_for_authretries.point + log_scale: false + ci_lower: disable_redirects_for_authretries.lower + ci_upper: disable_redirects_for_authretries.upper + show_grid: true + listen: + Date: disable_redirects_for_authretries.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/enable_activation_telemetry_android.dashboard.lookml b/operational_monitoring/dashboards/enable_activation_telemetry_android.dashboard.lookml index 155f3411c..7c225eb53 100644 --- a/operational_monitoring/dashboards/enable_activation_telemetry_android.dashboard.lookml +++ b/operational_monitoring/dashboards/enable_activation_telemetry_android.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ enable_activation_telemetry_android.branch ] filters: - enable_activation_telemetry_android.metric: 'active_hours' + enable_activation_telemetry_android.metric: 'search_count' enable_activation_telemetry_android.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: enable_activation_telemetry_android.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: enable_activation_telemetry_android + type: looker_line + fields: [ + enable_activation_telemetry_android.submission_date, + enable_activation_telemetry_android.branch, + enable_activation_telemetry_android.point + ] + pivots: [ + enable_activation_telemetry_android.branch + ] + filters: + enable_activation_telemetry_android.metric: 'tagged_sap_searches' + enable_activation_telemetry_android.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: enable_activation_telemetry_android.submission_date + field_y: enable_activation_telemetry_android.point + log_scale: false + ci_lower: enable_activation_telemetry_android.lower + ci_upper: enable_activation_telemetry_android.upper + show_grid: true + listen: + Date: enable_activation_telemetry_android.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: enable_activation_telemetry_android.metric: 'uri_count' enable_activation_telemetry_android.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: enable_activation_telemetry_android.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ enable_activation_telemetry_android.branch ] filters: - enable_activation_telemetry_android.metric: 'search_count' + enable_activation_telemetry_android.metric: 'active_hours' enable_activation_telemetry_android.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: enable_activation_telemetry_android.submission_date @@ -198,40 +232,6 @@ filters: enable_activation_telemetry_android.metric: 'days_of_use' enable_activation_telemetry_android.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: enable_activation_telemetry_android.submission_date - field_y: enable_activation_telemetry_android.point - log_scale: false - ci_lower: enable_activation_telemetry_android.lower - ci_upper: enable_activation_telemetry_android.upper - show_grid: true - listen: - Date: enable_activation_telemetry_android.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: enable_activation_telemetry_android - type: looker_line - fields: [ - enable_activation_telemetry_android.submission_date, - enable_activation_telemetry_android.branch, - enable_activation_telemetry_android.point - ] - pivots: [ - enable_activation_telemetry_android.branch - ] - filters: - enable_activation_telemetry_android.metric: 'tagged_sap_searches' - enable_activation_telemetry_android.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/enable_activation_telemetry_android_beta.dashboard.lookml b/operational_monitoring/dashboards/enable_activation_telemetry_android_beta.dashboard.lookml index 09effbfb0..c1be85af3 100644 --- a/operational_monitoring/dashboards/enable_activation_telemetry_android_beta.dashboard.lookml +++ b/operational_monitoring/dashboards/enable_activation_telemetry_android_beta.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ enable_activation_telemetry_android_beta.branch ] filters: - enable_activation_telemetry_android_beta.metric: 'active_hours' + enable_activation_telemetry_android_beta.metric: 'search_count' enable_activation_telemetry_android_beta.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: enable_activation_telemetry_android_beta.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: enable_activation_telemetry_android_beta + type: looker_line + fields: [ + enable_activation_telemetry_android_beta.submission_date, + enable_activation_telemetry_android_beta.branch, + enable_activation_telemetry_android_beta.point + ] + pivots: [ + enable_activation_telemetry_android_beta.branch + ] + filters: + enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches' + enable_activation_telemetry_android_beta.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: enable_activation_telemetry_android_beta.submission_date + field_y: enable_activation_telemetry_android_beta.point + log_scale: false + ci_lower: enable_activation_telemetry_android_beta.lower + ci_upper: enable_activation_telemetry_android_beta.upper + show_grid: true + listen: + Date: enable_activation_telemetry_android_beta.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: enable_activation_telemetry_android_beta.metric: 'uri_count' enable_activation_telemetry_android_beta.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: enable_activation_telemetry_android_beta.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ enable_activation_telemetry_android_beta.branch ] filters: - enable_activation_telemetry_android_beta.metric: 'search_count' + enable_activation_telemetry_android_beta.metric: 'active_hours' enable_activation_telemetry_android_beta.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: enable_activation_telemetry_android_beta.submission_date @@ -198,40 +232,6 @@ filters: enable_activation_telemetry_android_beta.metric: 'days_of_use' enable_activation_telemetry_android_beta.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: enable_activation_telemetry_android_beta.submission_date - field_y: enable_activation_telemetry_android_beta.point - log_scale: false - ci_lower: enable_activation_telemetry_android_beta.lower - ci_upper: enable_activation_telemetry_android_beta.upper - show_grid: true - listen: - Date: enable_activation_telemetry_android_beta.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: enable_activation_telemetry_android_beta - type: looker_line - fields: [ - enable_activation_telemetry_android_beta.submission_date, - enable_activation_telemetry_android_beta.branch, - enable_activation_telemetry_android_beta.point - ] - pivots: [ - enable_activation_telemetry_android_beta.branch - ] - filters: - enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches' - enable_activation_telemetry_android_beta.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/encrypted_client_hello_fallback_mechanism.dashboard.lookml b/operational_monitoring/dashboards/encrypted_client_hello_fallback_mechanism.dashboard.lookml index d3ab82a06..2364eccf5 100644 --- a/operational_monitoring/dashboards/encrypted_client_hello_fallback_mechanism.dashboard.lookml +++ b/operational_monitoring/dashboards/encrypted_client_hello_fallback_mechanism.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ encrypted_client_hello_fallback_mechanism.branch ] filters: - encrypted_client_hello_fallback_mechanism.metric: 'active_hours' + encrypted_client_hello_fallback_mechanism.metric: 'search_count' encrypted_client_hello_fallback_mechanism.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ encrypted_client_hello_fallback_mechanism.branch ] filters: - encrypted_client_hello_fallback_mechanism.metric: 'search_count' + encrypted_client_hello_fallback_mechanism.metric: 'active_hours' encrypted_client_hello_fallback_mechanism.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: encrypted_client_hello_fallback_mechanism.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: encrypted_client_hello_fallback_mechanism - type: looker_line - fields: [ - encrypted_client_hello_fallback_mechanism.submission_date, - encrypted_client_hello_fallback_mechanism.branch, - encrypted_client_hello_fallback_mechanism.point - ] - pivots: [ - encrypted_client_hello_fallback_mechanism.branch - ] - filters: - encrypted_client_hello_fallback_mechanism.metric: 'days_of_use' - encrypted_client_hello_fallback_mechanism.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: encrypted_client_hello_fallback_mechanism.submission_date - field_y: encrypted_client_hello_fallback_mechanism.point - log_scale: false - ci_lower: encrypted_client_hello_fallback_mechanism.lower - ci_upper: encrypted_client_hello_fallback_mechanism.upper - show_grid: true - listen: - Date: encrypted_client_hello_fallback_mechanism.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ encrypted_client_hello_fallback_mechanism.metric: 'memory_total' encrypted_client_hello_fallback_mechanism.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: encrypted_client_hello_fallback_mechanism.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: encrypted_client_hello_fallback_mechanism + type: looker_line + fields: [ + encrypted_client_hello_fallback_mechanism.submission_date, + encrypted_client_hello_fallback_mechanism.branch, + encrypted_client_hello_fallback_mechanism.point + ] + pivots: [ + encrypted_client_hello_fallback_mechanism.branch + ] + filters: + encrypted_client_hello_fallback_mechanism.metric: 'days_of_use' + encrypted_client_hello_fallback_mechanism.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: encrypted_client_hello_fallback_mechanism.submission_date + field_y: encrypted_client_hello_fallback_mechanism.point + log_scale: false + ci_lower: encrypted_client_hello_fallback_mechanism.lower + ci_upper: encrypted_client_hello_fallback_mechanism.upper + show_grid: true + listen: + Date: encrypted_client_hello_fallback_mechanism.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/enhanced_cross_platform_suggest_android_relaunch_2_rollout.dashboard.lookml b/operational_monitoring/dashboards/enhanced_cross_platform_suggest_android_relaunch_2_rollout.dashboard.lookml index 5359acb40..14afd17a7 100644 --- a/operational_monitoring/dashboards/enhanced_cross_platform_suggest_android_relaunch_2_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/enhanced_cross_platform_suggest_android_relaunch_2_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch ] filters: - enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'active_hours' + enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'search_count' enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: enhanced_cross_platform_suggest_android_relaunch_2_rollout + type: looker_line + fields: [ + enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date, + enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch, + enhanced_cross_platform_suggest_android_relaunch_2_rollout.point + ] + pivots: [ + enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch + ] + filters: + enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'tagged_sap_searches' + enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date + field_y: enhanced_cross_platform_suggest_android_relaunch_2_rollout.point + log_scale: false + ci_lower: enhanced_cross_platform_suggest_android_relaunch_2_rollout.lower + ci_upper: enhanced_cross_platform_suggest_android_relaunch_2_rollout.upper + show_grid: true + listen: + Date: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'uri_count' enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch ] filters: - enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'search_count' + enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'active_hours' enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date @@ -198,40 +232,6 @@ filters: enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'days_of_use' enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date - field_y: enhanced_cross_platform_suggest_android_relaunch_2_rollout.point - log_scale: false - ci_lower: enhanced_cross_platform_suggest_android_relaunch_2_rollout.lower - ci_upper: enhanced_cross_platform_suggest_android_relaunch_2_rollout.upper - show_grid: true - listen: - Date: enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: enhanced_cross_platform_suggest_android_relaunch_2_rollout - type: looker_line - fields: [ - enhanced_cross_platform_suggest_android_relaunch_2_rollout.submission_date, - enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch, - enhanced_cross_platform_suggest_android_relaunch_2_rollout.point - ] - pivots: [ - enhanced_cross_platform_suggest_android_relaunch_2_rollout.branch - ] - filters: - enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'tagged_sap_searches' - enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/extensions_migration_in_import_wizard_116_rollout.dashboard.lookml b/operational_monitoring/dashboards/extensions_migration_in_import_wizard_116_rollout.dashboard.lookml index ccee6713f..bfd63d868 100644 --- a/operational_monitoring/dashboards/extensions_migration_in_import_wizard_116_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/extensions_migration_in_import_wizard_116_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ extensions_migration_in_import_wizard_116_rollout.branch ] filters: - extensions_migration_in_import_wizard_116_rollout.metric: 'active_hours' + extensions_migration_in_import_wizard_116_rollout.metric: 'search_count' extensions_migration_in_import_wizard_116_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ extensions_migration_in_import_wizard_116_rollout.branch ] filters: - extensions_migration_in_import_wizard_116_rollout.metric: 'search_count' + extensions_migration_in_import_wizard_116_rollout.metric: 'active_hours' extensions_migration_in_import_wizard_116_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: extensions_migration_in_import_wizard_116_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: extensions_migration_in_import_wizard_116_rollout - type: looker_line - fields: [ - extensions_migration_in_import_wizard_116_rollout.submission_date, - extensions_migration_in_import_wizard_116_rollout.branch, - extensions_migration_in_import_wizard_116_rollout.point - ] - pivots: [ - extensions_migration_in_import_wizard_116_rollout.branch - ] - filters: - extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use' - extensions_migration_in_import_wizard_116_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: extensions_migration_in_import_wizard_116_rollout.submission_date - field_y: extensions_migration_in_import_wizard_116_rollout.point - log_scale: false - ci_lower: extensions_migration_in_import_wizard_116_rollout.lower - ci_upper: extensions_migration_in_import_wizard_116_rollout.upper - show_grid: true - listen: - Date: extensions_migration_in_import_wizard_116_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ extensions_migration_in_import_wizard_116_rollout.metric: 'memory_total' extensions_migration_in_import_wizard_116_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: extensions_migration_in_import_wizard_116_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: extensions_migration_in_import_wizard_116_rollout + type: looker_line + fields: [ + extensions_migration_in_import_wizard_116_rollout.submission_date, + extensions_migration_in_import_wizard_116_rollout.branch, + extensions_migration_in_import_wizard_116_rollout.point + ] + pivots: [ + extensions_migration_in_import_wizard_116_rollout.branch + ] + filters: + extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use' + extensions_migration_in_import_wizard_116_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: extensions_migration_in_import_wizard_116_rollout.submission_date + field_y: extensions_migration_in_import_wizard_116_rollout.point + log_scale: false + ci_lower: extensions_migration_in_import_wizard_116_rollout.lower + ci_upper: extensions_migration_in_import_wizard_116_rollout.upper + show_grid: true + listen: + Date: extensions_migration_in_import_wizard_116_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/fenix_homescreen_activation_event_validation.dashboard.lookml b/operational_monitoring/dashboards/fenix_homescreen_activation_event_validation.dashboard.lookml index be608b086..a4bbc442e 100644 --- a/operational_monitoring/dashboards/fenix_homescreen_activation_event_validation.dashboard.lookml +++ b/operational_monitoring/dashboards/fenix_homescreen_activation_event_validation.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ fenix_homescreen_activation_event_validation.branch ] filters: - fenix_homescreen_activation_event_validation.metric: 'active_hours' + fenix_homescreen_activation_event_validation.metric: 'search_count' fenix_homescreen_activation_event_validation.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: fenix_homescreen_activation_event_validation.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: fenix_homescreen_activation_event_validation + type: looker_line + fields: [ + fenix_homescreen_activation_event_validation.submission_date, + fenix_homescreen_activation_event_validation.branch, + fenix_homescreen_activation_event_validation.point + ] + pivots: [ + fenix_homescreen_activation_event_validation.branch + ] + filters: + fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches' + fenix_homescreen_activation_event_validation.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: fenix_homescreen_activation_event_validation.submission_date + field_y: fenix_homescreen_activation_event_validation.point + log_scale: false + ci_lower: fenix_homescreen_activation_event_validation.lower + ci_upper: fenix_homescreen_activation_event_validation.upper + show_grid: true + listen: + Date: fenix_homescreen_activation_event_validation.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: fenix_homescreen_activation_event_validation.metric: 'uri_count' fenix_homescreen_activation_event_validation.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: fenix_homescreen_activation_event_validation.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ fenix_homescreen_activation_event_validation.branch ] filters: - fenix_homescreen_activation_event_validation.metric: 'search_count' + fenix_homescreen_activation_event_validation.metric: 'active_hours' fenix_homescreen_activation_event_validation.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: fenix_homescreen_activation_event_validation.submission_date @@ -198,40 +232,6 @@ filters: fenix_homescreen_activation_event_validation.metric: 'days_of_use' fenix_homescreen_activation_event_validation.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: fenix_homescreen_activation_event_validation.submission_date - field_y: fenix_homescreen_activation_event_validation.point - log_scale: false - ci_lower: fenix_homescreen_activation_event_validation.lower - ci_upper: fenix_homescreen_activation_event_validation.upper - show_grid: true - listen: - Date: fenix_homescreen_activation_event_validation.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: fenix_homescreen_activation_event_validation - type: looker_line - fields: [ - fenix_homescreen_activation_event_validation.submission_date, - fenix_homescreen_activation_event_validation.branch, - fenix_homescreen_activation_event_validation.point - ] - pivots: [ - fenix_homescreen_activation_event_validation.branch - ] - filters: - fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches' - fenix_homescreen_activation_event_validation.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/firefox_background_update.dashboard.lookml b/operational_monitoring/dashboards/firefox_background_update.dashboard.lookml index c8945f4e6..e392ac9fe 100644 --- a/operational_monitoring/dashboards/firefox_background_update.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_background_update.dashboard.lookml @@ -10,6 +10,41 @@ preferred_viewer: dashboards-next elements: + - title: Exception Rate + name: Exception Rate_mean + note_state: expanded + note_display: above + note_text: Mean + explore: firefox_background_update + type: looker_line + fields: [ + firefox_background_update.submission_date, + firefox_background_update.branch, + firefox_background_update.point + ] + pivots: [ + firefox_background_update.branch + ] + filters: + firefox_background_update.metric: 'exception_rate' + firefox_background_update.statistic: mean + row: 0 + col: 0 + width: 12 + height: 8 + field_x: firefox_background_update.submission_date + field_y: firefox_background_update.point + log_scale: false + ci_lower: firefox_background_update.lower + ci_upper: firefox_background_update.upper + show_grid: true + listen: + Date: firefox_background_update.submission_date + Normalized Channel: firefox_background_update.normalized_channel + Windows Version: firefox_background_update.windows_version + + active: "#3FE1B0" + defaults_version: 0 - title: Ping Volume name: Ping Volume_sum note_state: expanded @@ -29,41 +64,6 @@ firefox_background_update.metric: 'ping_volume' firefox_background_update.statistic: sum row: 0 - col: 0 - width: 12 - height: 8 - field_x: firefox_background_update.submission_date - field_y: firefox_background_update.point - log_scale: false - ci_lower: firefox_background_update.lower - ci_upper: firefox_background_update.upper - show_grid: true - listen: - Date: firefox_background_update.submission_date - Normalized Channel: firefox_background_update.normalized_channel - Windows Version: firefox_background_update.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Client Volume - name: Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_background_update - type: looker_line - fields: [ - firefox_background_update.submission_date, - firefox_background_update.branch, - firefox_background_update.point - ] - pivots: [ - firefox_background_update.branch - ] - filters: - firefox_background_update.metric: 'client_volume' - firefox_background_update.statistic: sum - row: 0 col: 12 width: 12 height: 8 @@ -78,41 +78,6 @@ Normalized Channel: firefox_background_update.normalized_channel Windows Version: firefox_background_update.windows_version - active: "#3FE1B0" - defaults_version: 0 - - title: Exception Volume - name: Exception Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_background_update - type: looker_line - fields: [ - firefox_background_update.submission_date, - firefox_background_update.branch, - firefox_background_update.point - ] - pivots: [ - firefox_background_update.branch - ] - filters: - firefox_background_update.metric: 'exception_volume' - firefox_background_update.statistic: sum - row: 10 - col: 0 - width: 12 - height: 8 - field_x: firefox_background_update.submission_date - field_y: firefox_background_update.point - log_scale: false - ci_lower: firefox_background_update.lower - ci_upper: firefox_background_update.upper - show_grid: true - listen: - Date: firefox_background_update.submission_date - Normalized Channel: firefox_background_update.normalized_channel - Windows Version: firefox_background_update.windows_version - active: "#3FE1B0" defaults_version: 0 - title: Success Rate @@ -134,7 +99,7 @@ firefox_background_update.metric: 'success_rate' firefox_background_update.statistic: mean row: 10 - col: 12 + col: 0 width: 12 height: 8 field_x: firefox_background_update.submission_date @@ -150,11 +115,11 @@ active: "#3FE1B0" defaults_version: 0 - - title: Exception Rate - name: Exception Rate_mean + - title: Exception Volume + name: Exception Volume_sum note_state: expanded note_display: above - note_text: Mean + note_text: Sum explore: firefox_background_update type: looker_line fields: [ @@ -166,10 +131,10 @@ firefox_background_update.branch ] filters: - firefox_background_update.metric: 'exception_rate' - firefox_background_update.statistic: mean - row: 20 - col: 0 + firefox_background_update.metric: 'exception_volume' + firefox_background_update.statistic: sum + row: 10 + col: 12 width: 12 height: 8 field_x: firefox_background_update.submission_date @@ -204,6 +169,41 @@ firefox_background_update.metric: 'crash_volume' firefox_background_update.statistic: sum row: 20 + col: 0 + width: 12 + height: 8 + field_x: firefox_background_update.submission_date + field_y: firefox_background_update.point + log_scale: false + ci_lower: firefox_background_update.lower + ci_upper: firefox_background_update.upper + show_grid: true + listen: + Date: firefox_background_update.submission_date + Normalized Channel: firefox_background_update.normalized_channel + Windows Version: firefox_background_update.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Client Volume + name: Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_background_update + type: looker_line + fields: [ + firefox_background_update.submission_date, + firefox_background_update.branch, + firefox_background_update.point + ] + pivots: [ + firefox_background_update.branch + ] + filters: + firefox_background_update.metric: 'client_volume' + firefox_background_update.statistic: sum + row: 20 col: 12 width: 12 height: 8 @@ -271,15 +271,15 @@ - title: Windows Version name: Windows Version type: string_filter - default_value: 'Windows 10' + default_value: 'Windows 7' allow_multiple_values: false required: true ui_config: type: dropdown_menu display: inline options: - - 'Windows 10' - 'Windows 7' + - 'Windows 10' - 'Windows 8' - 'Windows 8.1' - 'Windows 11' diff --git a/operational_monitoring/dashboards/firefox_default_browser_agent.dashboard.lookml b/operational_monitoring/dashboards/firefox_default_browser_agent.dashboard.lookml index 517e228e2..70fdb317b 100644 --- a/operational_monitoring/dashboards/firefox_default_browser_agent.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_default_browser_agent.dashboard.lookml @@ -10,111 +10,6 @@ preferred_viewer: dashboards-next elements: - - title: Ping Volume - name: Ping Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_default_browser_agent - type: looker_line - fields: [ - firefox_default_browser_agent.submission_date, - firefox_default_browser_agent.branch, - firefox_default_browser_agent.point - ] - pivots: [ - firefox_default_browser_agent.branch - ] - filters: - firefox_default_browser_agent.metric: 'ping_volume' - firefox_default_browser_agent.statistic: sum - row: 0 - col: 0 - width: 12 - height: 8 - field_x: firefox_default_browser_agent.submission_date - field_y: firefox_default_browser_agent.point - log_scale: false - ci_lower: firefox_default_browser_agent.lower - ci_upper: firefox_default_browser_agent.upper - show_grid: true - listen: - Date: firefox_default_browser_agent.submission_date - Normalized Channel: firefox_default_browser_agent.normalized_channel - Windows Version: firefox_default_browser_agent.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Firefox Default Changed Volume - name: Firefox Default Changed Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_default_browser_agent - type: looker_line - fields: [ - firefox_default_browser_agent.submission_date, - firefox_default_browser_agent.branch, - firefox_default_browser_agent.point - ] - pivots: [ - firefox_default_browser_agent.branch - ] - filters: - firefox_default_browser_agent.metric: 'firefox_default_changed_volume' - firefox_default_browser_agent.statistic: sum - row: 0 - col: 12 - width: 12 - height: 8 - field_x: firefox_default_browser_agent.submission_date - field_y: firefox_default_browser_agent.point - log_scale: false - ci_lower: firefox_default_browser_agent.lower - ci_upper: firefox_default_browser_agent.upper - show_grid: true - listen: - Date: firefox_default_browser_agent.submission_date - Normalized Channel: firefox_default_browser_agent.normalized_channel - Windows Version: firefox_default_browser_agent.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Firefox Default Changed Volume - name: Firefox Default Changed Volume_mean - note_state: expanded - note_display: above - note_text: Mean - explore: firefox_default_browser_agent - type: looker_line - fields: [ - firefox_default_browser_agent.submission_date, - firefox_default_browser_agent.branch, - firefox_default_browser_agent.point - ] - pivots: [ - firefox_default_browser_agent.branch - ] - filters: - firefox_default_browser_agent.metric: 'firefox_default_changed_volume' - firefox_default_browser_agent.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: firefox_default_browser_agent.submission_date - field_y: firefox_default_browser_agent.point - log_scale: false - ci_lower: firefox_default_browser_agent.lower - ci_upper: firefox_default_browser_agent.upper - show_grid: true - listen: - Date: firefox_default_browser_agent.submission_date - Normalized Channel: firefox_default_browser_agent.normalized_channel - Windows Version: firefox_default_browser_agent.windows_version - - active: "#3FE1B0" - defaults_version: 0 - title: Firefox Won Default Volume name: Firefox Won Default Volume_sum note_state: expanded @@ -133,8 +28,8 @@ filters: firefox_default_browser_agent.metric: 'firefox_won_default_volume' firefox_default_browser_agent.statistic: sum - row: 10 - col: 12 + row: 0 + col: 0 width: 12 height: 8 field_x: firefox_default_browser_agent.submission_date @@ -168,42 +63,7 @@ filters: firefox_default_browser_agent.metric: 'firefox_won_default_volume' firefox_default_browser_agent.statistic: mean - row: 20 - col: 0 - width: 12 - height: 8 - field_x: firefox_default_browser_agent.submission_date - field_y: firefox_default_browser_agent.point - log_scale: false - ci_lower: firefox_default_browser_agent.lower - ci_upper: firefox_default_browser_agent.upper - show_grid: true - listen: - Date: firefox_default_browser_agent.submission_date - Normalized Channel: firefox_default_browser_agent.normalized_channel - Windows Version: firefox_default_browser_agent.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Firefox Is Default Volume - name: Firefox Is Default Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_default_browser_agent - type: looker_line - fields: [ - firefox_default_browser_agent.submission_date, - firefox_default_browser_agent.branch, - firefox_default_browser_agent.point - ] - pivots: [ - firefox_default_browser_agent.branch - ] - filters: - firefox_default_browser_agent.metric: 'firefox_is_default_volume' - firefox_default_browser_agent.statistic: sum - row: 20 + row: 0 col: 12 width: 12 height: 8 @@ -220,11 +80,11 @@ active: "#3FE1B0" defaults_version: 0 - - title: Firefox Is Default Volume - name: Firefox Is Default Volume_mean + - title: Ping Volume + name: Ping Volume_sum note_state: expanded note_display: above - note_text: Mean + note_text: Sum explore: firefox_default_browser_agent type: looker_line fields: [ @@ -236,9 +96,9 @@ firefox_default_browser_agent.branch ] filters: - firefox_default_browser_agent.metric: 'firefox_is_default_volume' - firefox_default_browser_agent.statistic: mean - row: 30 + firefox_default_browser_agent.metric: 'ping_volume' + firefox_default_browser_agent.statistic: sum + row: 10 col: 0 width: 12 height: 8 @@ -273,7 +133,7 @@ filters: firefox_default_browser_agent.metric: 'firefox_lost_default_volume' firefox_default_browser_agent.statistic: sum - row: 30 + row: 10 col: 12 width: 12 height: 8 @@ -308,6 +168,146 @@ filters: firefox_default_browser_agent.metric: 'firefox_lost_default_volume' firefox_default_browser_agent.statistic: mean + row: 20 + col: 0 + width: 12 + height: 8 + field_x: firefox_default_browser_agent.submission_date + field_y: firefox_default_browser_agent.point + log_scale: false + ci_lower: firefox_default_browser_agent.lower + ci_upper: firefox_default_browser_agent.upper + show_grid: true + listen: + Date: firefox_default_browser_agent.submission_date + Normalized Channel: firefox_default_browser_agent.normalized_channel + Windows Version: firefox_default_browser_agent.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Firefox Default Changed Volume + name: Firefox Default Changed Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_default_browser_agent + type: looker_line + fields: [ + firefox_default_browser_agent.submission_date, + firefox_default_browser_agent.branch, + firefox_default_browser_agent.point + ] + pivots: [ + firefox_default_browser_agent.branch + ] + filters: + firefox_default_browser_agent.metric: 'firefox_default_changed_volume' + firefox_default_browser_agent.statistic: sum + row: 20 + col: 12 + width: 12 + height: 8 + field_x: firefox_default_browser_agent.submission_date + field_y: firefox_default_browser_agent.point + log_scale: false + ci_lower: firefox_default_browser_agent.lower + ci_upper: firefox_default_browser_agent.upper + show_grid: true + listen: + Date: firefox_default_browser_agent.submission_date + Normalized Channel: firefox_default_browser_agent.normalized_channel + Windows Version: firefox_default_browser_agent.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Firefox Default Changed Volume + name: Firefox Default Changed Volume_mean + note_state: expanded + note_display: above + note_text: Mean + explore: firefox_default_browser_agent + type: looker_line + fields: [ + firefox_default_browser_agent.submission_date, + firefox_default_browser_agent.branch, + firefox_default_browser_agent.point + ] + pivots: [ + firefox_default_browser_agent.branch + ] + filters: + firefox_default_browser_agent.metric: 'firefox_default_changed_volume' + firefox_default_browser_agent.statistic: mean + row: 30 + col: 0 + width: 12 + height: 8 + field_x: firefox_default_browser_agent.submission_date + field_y: firefox_default_browser_agent.point + log_scale: false + ci_lower: firefox_default_browser_agent.lower + ci_upper: firefox_default_browser_agent.upper + show_grid: true + listen: + Date: firefox_default_browser_agent.submission_date + Normalized Channel: firefox_default_browser_agent.normalized_channel + Windows Version: firefox_default_browser_agent.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Firefox Is Default Volume + name: Firefox Is Default Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_default_browser_agent + type: looker_line + fields: [ + firefox_default_browser_agent.submission_date, + firefox_default_browser_agent.branch, + firefox_default_browser_agent.point + ] + pivots: [ + firefox_default_browser_agent.branch + ] + filters: + firefox_default_browser_agent.metric: 'firefox_is_default_volume' + firefox_default_browser_agent.statistic: sum + row: 30 + col: 12 + width: 12 + height: 8 + field_x: firefox_default_browser_agent.submission_date + field_y: firefox_default_browser_agent.point + log_scale: false + ci_lower: firefox_default_browser_agent.lower + ci_upper: firefox_default_browser_agent.upper + show_grid: true + listen: + Date: firefox_default_browser_agent.submission_date + Normalized Channel: firefox_default_browser_agent.normalized_channel + Windows Version: firefox_default_browser_agent.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Firefox Is Default Volume + name: Firefox Is Default Volume_mean + note_state: expanded + note_display: above + note_text: Mean + explore: firefox_default_browser_agent + type: looker_line + fields: [ + firefox_default_browser_agent.submission_date, + firefox_default_browser_agent.branch, + firefox_default_browser_agent.point + ] + pivots: [ + firefox_default_browser_agent.branch + ] + filters: + firefox_default_browser_agent.metric: 'firefox_is_default_volume' + firefox_default_browser_agent.statistic: mean row: 40 col: 0 width: 12 @@ -357,18 +357,18 @@ - title: Normalized Channel name: Normalized Channel type: string_filter - default_value: 'nightly' + default_value: 'release' allow_multiple_values: false required: true ui_config: type: dropdown_menu display: inline options: - - 'nightly' - 'release' - - 'esr' - - 'aurora' - 'beta' + - 'nightly' + - 'aurora' + - 'esr' - 'default' - 'nightly-pine' - 'nightly-oak' diff --git a/operational_monitoring/dashboards/firefox_install_demo.dashboard.lookml b/operational_monitoring/dashboards/firefox_install_demo.dashboard.lookml index df3222098..5a34bc36c 100644 --- a/operational_monitoring/dashboards/firefox_install_demo.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_install_demo.dashboard.lookml @@ -10,6 +10,72 @@ preferred_viewer: dashboards-next elements: + - title: Installs By Os + name: Installs By Os_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_install_demo + type: looker_line + fields: [ + firefox_install_demo.submission_date, + firefox_install_demo.branch, + firefox_install_demo.point + ] + pivots: [ + firefox_install_demo.branch, firefox_install_demo.metric + ] + filters: + firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win8", "install_volume_win10", "install_volume_win7"' + firefox_install_demo.statistic: sum + row: 0 + col: 0 + width: 12 + height: 8 + field_x: firefox_install_demo.submission_date + field_y: firefox_install_demo.point + log_scale: false + ci_lower: firefox_install_demo.lower + ci_upper: firefox_install_demo.upper + show_grid: true + listen: + Date: firefox_install_demo.submission_date + + active: "#3FE1B0" + defaults_version: 0 + - title: Installs By Os + name: Installs By Os_mean + note_state: expanded + note_display: above + note_text: Mean + explore: firefox_install_demo + type: looker_line + fields: [ + firefox_install_demo.submission_date, + firefox_install_demo.branch, + firefox_install_demo.point + ] + pivots: [ + firefox_install_demo.branch, firefox_install_demo.metric + ] + filters: + firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win8", "install_volume_win10", "install_volume_win7"' + firefox_install_demo.statistic: mean + row: 0 + col: 12 + width: 12 + height: 8 + field_x: firefox_install_demo.submission_date + field_y: firefox_install_demo.point + log_scale: false + ci_lower: firefox_install_demo.lower + ci_upper: firefox_install_demo.upper + show_grid: true + listen: + Date: firefox_install_demo.submission_date + + active: "#3FE1B0" + defaults_version: 0 - title: Install Volume Total name: Install Volume Total_sum note_state: expanded @@ -28,7 +94,7 @@ filters: firefox_install_demo.metric: 'install_volume_total' firefox_install_demo.statistic: sum - row: 0 + row: 10 col: 0 width: 12 height: 8 @@ -61,72 +127,6 @@ filters: firefox_install_demo.metric: 'install_volume_total' firefox_install_demo.statistic: mean - row: 0 - col: 12 - width: 12 - height: 8 - field_x: firefox_install_demo.submission_date - field_y: firefox_install_demo.point - log_scale: false - ci_lower: firefox_install_demo.lower - ci_upper: firefox_install_demo.upper - show_grid: true - listen: - Date: firefox_install_demo.submission_date - - active: "#3FE1B0" - defaults_version: 0 - - title: Installs By Os - name: Installs By Os_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_install_demo - type: looker_line - fields: [ - firefox_install_demo.submission_date, - firefox_install_demo.branch, - firefox_install_demo.point - ] - pivots: [ - firefox_install_demo.branch, firefox_install_demo.metric - ] - filters: - firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win7", "install_volume_win8"' - firefox_install_demo.statistic: sum - row: 10 - col: 0 - width: 12 - height: 8 - field_x: firefox_install_demo.submission_date - field_y: firefox_install_demo.point - log_scale: false - ci_lower: firefox_install_demo.lower - ci_upper: firefox_install_demo.upper - show_grid: true - listen: - Date: firefox_install_demo.submission_date - - active: "#3FE1B0" - defaults_version: 0 - - title: Installs By Os - name: Installs By Os_mean - note_state: expanded - note_display: above - note_text: Mean - explore: firefox_install_demo - type: looker_line - fields: [ - firefox_install_demo.submission_date, - firefox_install_demo.branch, - firefox_install_demo.point - ] - pivots: [ - firefox_install_demo.branch, firefox_install_demo.metric - ] - filters: - firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win7", "install_volume_win8"' - firefox_install_demo.statistic: mean row: 10 col: 12 width: 12 diff --git a/operational_monitoring/dashboards/firefox_ios_beta_health.dashboard.lookml b/operational_monitoring/dashboards/firefox_ios_beta_health.dashboard.lookml index 6d2509d3c..35accb759 100644 --- a/operational_monitoring/dashboards/firefox_ios_beta_health.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_ios_beta_health.dashboard.lookml @@ -10,6 +10,76 @@ preferred_viewer: dashboards-next elements: + - title: Large File Write + name: Large File Write_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_ios_beta_health + type: looker_line + fields: [ + firefox_ios_beta_health.submission_date, + firefox_ios_beta_health.branch, + firefox_ios_beta_health.point + ] + pivots: [ + firefox_ios_beta_health.branch + ] + filters: + firefox_ios_beta_health.metric: 'large_file_write' + firefox_ios_beta_health.statistic: total_ratio + row: 0 + col: 0 + width: 12 + height: 8 + field_x: firefox_ios_beta_health.submission_date + field_y: firefox_ios_beta_health.point + log_scale: false + ci_lower: firefox_ios_beta_health.lower + ci_upper: firefox_ios_beta_health.upper + show_grid: true + listen: + Date: firefox_ios_beta_health.submission_date + Channel: firefox_ios_beta_health.channel + Release: firefox_ios_beta_health.release + + active: "#3FE1B0" + defaults_version: 0 + - title: Cpu Exception + name: Cpu Exception_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_ios_beta_health + type: looker_line + fields: [ + firefox_ios_beta_health.submission_date, + firefox_ios_beta_health.branch, + firefox_ios_beta_health.point + ] + pivots: [ + firefox_ios_beta_health.branch + ] + filters: + firefox_ios_beta_health.metric: 'cpu_exception' + firefox_ios_beta_health.statistic: total_ratio + row: 0 + col: 12 + width: 12 + height: 8 + field_x: firefox_ios_beta_health.submission_date + field_y: firefox_ios_beta_health.point + log_scale: false + ci_lower: firefox_ios_beta_health.lower + ci_upper: firefox_ios_beta_health.upper + show_grid: true + listen: + Date: firefox_ios_beta_health.submission_date + Channel: firefox_ios_beta_health.channel + Release: firefox_ios_beta_health.release + + active: "#3FE1B0" + defaults_version: 0 - title: Dirty Startup name: Dirty Startup_total_ratio note_state: expanded @@ -28,7 +98,7 @@ filters: firefox_ios_beta_health.metric: 'dirty_startup' firefox_ios_beta_health.statistic: total_ratio - row: 0 + row: 10 col: 0 width: 12 height: 8 @@ -63,43 +133,8 @@ filters: firefox_ios_beta_health.metric: 'hang_exception' firefox_ios_beta_health.statistic: total_ratio - row: 0 - col: 12 - width: 12 - height: 8 - field_x: firefox_ios_beta_health.submission_date - field_y: firefox_ios_beta_health.point - log_scale: false - ci_lower: firefox_ios_beta_health.lower - ci_upper: firefox_ios_beta_health.upper - show_grid: true - listen: - Date: firefox_ios_beta_health.submission_date - Channel: firefox_ios_beta_health.channel - Release: firefox_ios_beta_health.release - - active: "#3FE1B0" - defaults_version: 0 - - title: Cpu Exception - name: Cpu Exception_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_ios_beta_health - type: looker_line - fields: [ - firefox_ios_beta_health.submission_date, - firefox_ios_beta_health.branch, - firefox_ios_beta_health.point - ] - pivots: [ - firefox_ios_beta_health.branch - ] - filters: - firefox_ios_beta_health.metric: 'cpu_exception' - firefox_ios_beta_health.statistic: total_ratio row: 10 - col: 0 + col: 12 width: 12 height: 8 field_x: firefox_ios_beta_health.submission_date @@ -133,41 +168,6 @@ filters: firefox_ios_beta_health.metric: 'total_baseline_pings' firefox_ios_beta_health.statistic: sum - row: 10 - col: 12 - width: 12 - height: 8 - field_x: firefox_ios_beta_health.submission_date - field_y: firefox_ios_beta_health.point - log_scale: false - ci_lower: firefox_ios_beta_health.lower - ci_upper: firefox_ios_beta_health.upper - show_grid: true - listen: - Date: firefox_ios_beta_health.submission_date - Channel: firefox_ios_beta_health.channel - Release: firefox_ios_beta_health.release - - active: "#3FE1B0" - defaults_version: 0 - - title: Large File Write - name: Large File Write_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_ios_beta_health - type: looker_line - fields: [ - firefox_ios_beta_health.submission_date, - firefox_ios_beta_health.branch, - firefox_ios_beta_health.point - ] - pivots: [ - firefox_ios_beta_health.branch - ] - filters: - firefox_ios_beta_health.metric: 'large_file_write' - firefox_ios_beta_health.statistic: total_ratio row: 20 col: 0 width: 12 @@ -247,8 +247,8 @@ - '117.0' - '125.0' - '121.0' - - '119.0' - '126.0' + - '119.0' - '115.0' diff --git a/operational_monitoring/dashboards/firefox_ios_health.dashboard.lookml b/operational_monitoring/dashboards/firefox_ios_health.dashboard.lookml index d91e841ff..864945cdd 100644 --- a/operational_monitoring/dashboards/firefox_ios_health.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_ios_health.dashboard.lookml @@ -10,6 +10,72 @@ preferred_viewer: dashboards-next elements: + - title: Large File Write + name: Large File Write_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_ios_health + type: looker_line + fields: [ + firefox_ios_health.submission_date, + firefox_ios_health.branch, + firefox_ios_health.point + ] + pivots: [ + firefox_ios_health.branch + ] + filters: + firefox_ios_health.metric: 'large_file_write' + firefox_ios_health.statistic: total_ratio + row: 0 + col: 0 + width: 12 + height: 8 + field_x: firefox_ios_health.submission_date + field_y: firefox_ios_health.point + log_scale: false + ci_lower: firefox_ios_health.lower + ci_upper: firefox_ios_health.upper + show_grid: true + listen: + Date: firefox_ios_health.submission_date + + active: "#3FE1B0" + defaults_version: 0 + - title: Cpu Exception + name: Cpu Exception_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_ios_health + type: looker_line + fields: [ + firefox_ios_health.submission_date, + firefox_ios_health.branch, + firefox_ios_health.point + ] + pivots: [ + firefox_ios_health.branch + ] + filters: + firefox_ios_health.metric: 'cpu_exception' + firefox_ios_health.statistic: total_ratio + row: 0 + col: 12 + width: 12 + height: 8 + field_x: firefox_ios_health.submission_date + field_y: firefox_ios_health.point + log_scale: false + ci_lower: firefox_ios_health.lower + ci_upper: firefox_ios_health.upper + show_grid: true + listen: + Date: firefox_ios_health.submission_date + + active: "#3FE1B0" + defaults_version: 0 - title: Dirty Startup name: Dirty Startup_total_ratio note_state: expanded @@ -28,7 +94,7 @@ filters: firefox_ios_health.metric: 'dirty_startup' firefox_ios_health.statistic: total_ratio - row: 0 + row: 10 col: 0 width: 12 height: 8 @@ -61,41 +127,8 @@ filters: firefox_ios_health.metric: 'hang_exception' firefox_ios_health.statistic: total_ratio - row: 0 - col: 12 - width: 12 - height: 8 - field_x: firefox_ios_health.submission_date - field_y: firefox_ios_health.point - log_scale: false - ci_lower: firefox_ios_health.lower - ci_upper: firefox_ios_health.upper - show_grid: true - listen: - Date: firefox_ios_health.submission_date - - active: "#3FE1B0" - defaults_version: 0 - - title: Cpu Exception - name: Cpu Exception_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_ios_health - type: looker_line - fields: [ - firefox_ios_health.submission_date, - firefox_ios_health.branch, - firefox_ios_health.point - ] - pivots: [ - firefox_ios_health.branch - ] - filters: - firefox_ios_health.metric: 'cpu_exception' - firefox_ios_health.statistic: total_ratio row: 10 - col: 0 + col: 12 width: 12 height: 8 field_x: firefox_ios_health.submission_date @@ -127,39 +160,6 @@ filters: firefox_ios_health.metric: 'total_baseline_pings' firefox_ios_health.statistic: sum - row: 10 - col: 12 - width: 12 - height: 8 - field_x: firefox_ios_health.submission_date - field_y: firefox_ios_health.point - log_scale: false - ci_lower: firefox_ios_health.lower - ci_upper: firefox_ios_health.upper - show_grid: true - listen: - Date: firefox_ios_health.submission_date - - active: "#3FE1B0" - defaults_version: 0 - - title: Large File Write - name: Large File Write_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_ios_health - type: looker_line - fields: [ - firefox_ios_health.submission_date, - firefox_ios_health.branch, - firefox_ios_health.point - ] - pivots: [ - firefox_ios_health.branch - ] - filters: - firefox_ios_health.metric: 'large_file_write' - firefox_ios_health.statistic: total_ratio row: 20 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/firefox_messaging_system.dashboard.lookml b/operational_monitoring/dashboards/firefox_messaging_system.dashboard.lookml index c6c513036..f5a655e96 100644 --- a/operational_monitoring/dashboards/firefox_messaging_system.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_messaging_system.dashboard.lookml @@ -10,8 +10,8 @@ preferred_viewer: dashboards-next elements: - - title: Ping Volume - name: Ping Volume_sum + - title: Undesired Events Ping Volume + name: Undesired Events Ping Volume_sum note_state: expanded note_display: above note_text: Sum @@ -26,7 +26,7 @@ firefox_messaging_system.branch ] filters: - firefox_messaging_system.metric: 'ping_volume' + firefox_messaging_system.metric: 'undesired_events_ping_volume' firefox_messaging_system.statistic: sum row: 0 col: 0 @@ -45,8 +45,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Client Volume - name: Client Volume_sum + - title: Unexpected Data + name: Unexpected Data_sum note_state: expanded note_display: above note_text: Sum @@ -58,10 +58,10 @@ firefox_messaging_system.point ] pivots: [ - firefox_messaging_system.branch + firefox_messaging_system.branch, firefox_messaging_system.metric ] filters: - firefox_messaging_system.metric: 'client_volume' + firefox_messaging_system.metric: '"unknown_keys_volume", "invalid_nested_data_volume"' firefox_messaging_system.statistic: sum row: 0 col: 12 @@ -96,7 +96,7 @@ firefox_messaging_system.branch, firefox_messaging_system.metric ] filters: - firefox_messaging_system.metric: '"spotlight_ping_volume", "infobar_ping_volume", "moments_ping_volume", "cfr_ping_volume", "toolbar_badge_ping_volume", "toast_notification_ping_volume", "whats_new_panel_ping_volume", "null_ping_volume", "other_ping_volume"' + firefox_messaging_system.metric: '"moments_ping_volume", "spotlight_ping_volume", "other_ping_volume", "infobar_ping_volume", "cfr_ping_volume", "toast_notification_ping_volume", "null_ping_volume", "toolbar_badge_ping_volume", "whats_new_panel_ping_volume"' firefox_messaging_system.statistic: sum row: 10 col: 0 @@ -115,8 +115,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Unexpected Data - name: Unexpected Data_sum + - title: Ping Volume + name: Ping Volume_sum note_state: expanded note_display: above note_text: Sum @@ -128,10 +128,10 @@ firefox_messaging_system.point ] pivots: [ - firefox_messaging_system.branch, firefox_messaging_system.metric + firefox_messaging_system.branch ] filters: - firefox_messaging_system.metric: '"invalid_nested_data_volume", "unknown_keys_volume"' + firefox_messaging_system.metric: 'ping_volume' firefox_messaging_system.statistic: sum row: 10 col: 12 @@ -150,8 +150,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Undesired Events Ping Volume - name: Undesired Events Ping Volume_sum + - title: Client Volume + name: Client Volume_sum note_state: expanded note_display: above note_text: Sum @@ -166,7 +166,7 @@ firefox_messaging_system.branch ] filters: - firefox_messaging_system.metric: 'undesired_events_ping_volume' + firefox_messaging_system.metric: 'client_volume' firefox_messaging_system.statistic: sum row: 20 col: 0 @@ -276,15 +276,15 @@ - title: Normalized Channel name: Normalized Channel type: string_filter - default_value: 'aurora' + default_value: 'beta' allow_multiple_values: false required: true ui_config: type: dropdown_menu display: inline options: - - 'aurora' - 'beta' + - 'aurora' - 'nightly' - 'release' - 'esr' diff --git a/operational_monitoring/dashboards/firefox_user_choice.dashboard.lookml b/operational_monitoring/dashboards/firefox_user_choice.dashboard.lookml index 9e5de892f..a130c7e75 100644 --- a/operational_monitoring/dashboards/firefox_user_choice.dashboard.lookml +++ b/operational_monitoring/dashboards/firefox_user_choice.dashboard.lookml @@ -10,6 +10,438 @@ preferred_viewer: dashboards-next elements: + - title: Errexeprogid Client Volume + name: Errexeprogid Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeProgID_client_volume' + firefox_user_choice.statistic: sum + row: 0 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexeprogid Client Volume + name: Errexeprogid Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeProgID_client_volume' + firefox_user_choice.statistic: total_ratio + row: 0 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexerejected Client Volume + name: Errexerejected Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeRejected_client_volume' + firefox_user_choice.statistic: sum + row: 10 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexerejected Client Volume + name: Errexerejected Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeRejected_client_volume' + firefox_user_choice.statistic: total_ratio + row: 10 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errhash Event Volume + name: Errhash Event Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrHash_event_volume' + firefox_user_choice.statistic: sum + row: 20 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errhash Event Volume + name: Errhash Event Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrHash_event_volume' + firefox_user_choice.statistic: total_ratio + row: 20 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexeother Client Volume + name: Errexeother Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeOther_client_volume' + firefox_user_choice.statistic: sum + row: 30 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexeother Client Volume + name: Errexeother Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeOther_client_volume' + firefox_user_choice.statistic: total_ratio + row: 30 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Success Client Volume + name: Success Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'Success_client_volume' + firefox_user_choice.statistic: sum + row: 40 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Success Client Volume + name: Success Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'Success_client_volume' + firefox_user_choice.statistic: total_ratio + row: 40 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errlaunchexe Client Volume + name: Errlaunchexe Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrLaunchExe_client_volume' + firefox_user_choice.statistic: sum + row: 50 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errlaunchexe Client Volume + name: Errlaunchexe Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrLaunchExe_client_volume' + firefox_user_choice.statistic: total_ratio + row: 50 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 - title: Errother Client Volume name: Errother Client Volume_sum note_state: expanded @@ -28,7 +460,7 @@ filters: firefox_user_choice.metric: 'ErrOther_client_volume' firefox_user_choice.statistic: sum - row: 0 + row: 60 col: 0 width: 12 height: 8 @@ -64,438 +496,6 @@ filters: firefox_user_choice.metric: 'ErrOther_client_volume' firefox_user_choice.statistic: total_ratio - row: 0 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errprogid Event Volume - name: Errprogid Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrProgID_event_volume' - firefox_user_choice.statistic: sum - row: 10 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errprogid Event Volume - name: Errprogid Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrProgID_event_volume' - firefox_user_choice.statistic: total_ratio - row: 10 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errother Event Volume - name: Errother Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrOther_event_volume' - firefox_user_choice.statistic: sum - row: 20 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errother Event Volume - name: Errother Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrOther_event_volume' - firefox_user_choice.statistic: total_ratio - row: 20 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errbuild Client Volume - name: Errbuild Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrBuild_client_volume' - firefox_user_choice.statistic: sum - row: 30 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errbuild Client Volume - name: Errbuild Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrBuild_client_volume' - firefox_user_choice.statistic: total_ratio - row: 30 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Success Event Volume - name: Success Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'Success_event_volume' - firefox_user_choice.statistic: sum - row: 40 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Success Event Volume - name: Success Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'Success_event_volume' - firefox_user_choice.statistic: total_ratio - row: 40 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexehash Client Volume - name: Errexehash Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeHash_client_volume' - firefox_user_choice.statistic: sum - row: 50 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexehash Client Volume - name: Errexehash Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeHash_client_volume' - firefox_user_choice.statistic: total_ratio - row: 50 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Not Success Event Volume - name: Not Success Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'not_Success_event_volume' - firefox_user_choice.statistic: sum - row: 60 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Not Success Event Volume - name: Not Success Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'not_Success_event_volume' - firefox_user_choice.statistic: total_ratio row: 60 col: 12 width: 12 @@ -514,8 +514,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Not Success Client Volume - name: Not Success Client Volume_sum + - title: Errexetimeout Client Volume + name: Errexetimeout Client Volume_sum note_state: expanded note_display: above note_text: Sum @@ -530,7 +530,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'not_Success_client_volume' + firefox_user_choice.metric: 'ErrExeTimeout_client_volume' firefox_user_choice.statistic: sum row: 70 col: 0 @@ -550,8 +550,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Not Success Client Volume - name: Not Success Client Volume_total_ratio + - title: Errexetimeout Client Volume + name: Errexetimeout Client Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -566,7 +566,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'not_Success_client_volume' + firefox_user_choice.metric: 'ErrExeTimeout_client_volume' firefox_user_choice.statistic: total_ratio row: 70 col: 12 @@ -658,8 +658,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexeprogid Client Volume - name: Errexeprogid Client Volume_sum + - title: Success Event Volume + name: Success Event Volume_sum note_state: expanded note_display: above note_text: Sum @@ -674,7 +674,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeProgID_client_volume' + firefox_user_choice.metric: 'Success_event_volume' firefox_user_choice.statistic: sum row: 90 col: 0 @@ -694,8 +694,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexeprogid Client Volume - name: Errexeprogid Client Volume_total_ratio + - title: Success Event Volume + name: Success Event Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -710,7 +710,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeProgID_client_volume' + firefox_user_choice.metric: 'Success_event_volume' firefox_user_choice.statistic: total_ratio row: 90 col: 12 @@ -730,8 +730,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexerejected Client Volume - name: Errexerejected Client Volume_sum + - title: Errexeother Event Volume + name: Errexeother Event Volume_sum note_state: expanded note_display: above note_text: Sum @@ -746,7 +746,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeRejected_client_volume' + firefox_user_choice.metric: 'ErrExeOther_event_volume' firefox_user_choice.statistic: sum row: 100 col: 0 @@ -766,8 +766,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexerejected Client Volume - name: Errexerejected Client Volume_total_ratio + - title: Errexeother Event Volume + name: Errexeother Event Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -782,7 +782,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeRejected_client_volume' + firefox_user_choice.metric: 'ErrExeOther_event_volume' firefox_user_choice.statistic: total_ratio row: 100 col: 12 @@ -800,150 +800,6 @@ Normalized Channel: firefox_user_choice.normalized_channel Windows Version: firefox_user_choice.windows_version - active: "#3FE1B0" - defaults_version: 0 - - title: Errprogid Client Volume - name: Errprogid Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrProgID_client_volume' - firefox_user_choice.statistic: sum - row: 110 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errprogid Client Volume - name: Errprogid Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrProgID_client_volume' - firefox_user_choice.statistic: total_ratio - row: 110 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexeother Client Volume - name: Errexeother Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeOther_client_volume' - firefox_user_choice.statistic: sum - row: 120 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexeother Client Volume - name: Errexeother Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeOther_client_volume' - firefox_user_choice.statistic: total_ratio - row: 120 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - active: "#3FE1B0" defaults_version: 0 - title: Errhash Client Volume @@ -964,7 +820,7 @@ filters: firefox_user_choice.metric: 'ErrHash_client_volume' firefox_user_choice.statistic: sum - row: 130 + row: 110 col: 0 width: 12 height: 8 @@ -1000,6 +856,150 @@ filters: firefox_user_choice.metric: 'ErrHash_client_volume' firefox_user_choice.statistic: total_ratio + row: 110 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errprogid Client Volume + name: Errprogid Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrProgID_client_volume' + firefox_user_choice.statistic: sum + row: 120 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errprogid Client Volume + name: Errprogid Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrProgID_client_volume' + firefox_user_choice.statistic: total_ratio + row: 120 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errbuild Client Volume + name: Errbuild Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrBuild_client_volume' + firefox_user_choice.statistic: sum + row: 130 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errbuild Client Volume + name: Errbuild Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrBuild_client_volume' + firefox_user_choice.statistic: total_ratio row: 130 col: 12 width: 12 @@ -1018,8 +1018,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Total Client Volume - name: Total Client Volume_sum + - title: Errother Event Volume + name: Errother Event Volume_sum note_state: expanded note_display: above note_text: Sum @@ -1034,7 +1034,7 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'total_client_volume' + firefox_user_choice.metric: 'ErrOther_event_volume' firefox_user_choice.statistic: sum row: 140 col: 0 @@ -1054,44 +1054,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexeother Event Volume - name: Errexeother Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeOther_event_volume' - firefox_user_choice.statistic: sum - row: 140 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexeother Event Volume - name: Errexeother Event Volume_total_ratio + - title: Errother Event Volume + name: Errother Event Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -1106,10 +1070,10 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeOther_event_volume' + firefox_user_choice.metric: 'ErrOther_event_volume' firefox_user_choice.statistic: total_ratio - row: 150 - col: 0 + row: 140 + col: 12 width: 12 height: 8 field_x: firefox_user_choice.submission_date @@ -1145,7 +1109,7 @@ firefox_user_choice.metric: 'ErrBuild_event_volume' firefox_user_choice.statistic: sum row: 150 - col: 12 + col: 0 width: 12 height: 8 field_x: firefox_user_choice.submission_date @@ -1180,8 +1144,8 @@ filters: firefox_user_choice.metric: 'ErrBuild_event_volume' firefox_user_choice.statistic: total_ratio - row: 160 - col: 0 + row: 150 + col: 12 width: 12 height: 8 field_x: firefox_user_choice.submission_date @@ -1198,8 +1162,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errhash Event Volume - name: Errhash Event Volume_sum + - title: Not Success Event Volume + name: Not Success Event Volume_sum note_state: expanded note_display: above note_text: Sum @@ -1214,45 +1178,9 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrHash_event_volume' + firefox_user_choice.metric: 'not_Success_event_volume' firefox_user_choice.statistic: sum row: 160 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errhash Event Volume - name: Errhash Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrHash_event_volume' - firefox_user_choice.statistic: total_ratio - row: 170 col: 0 width: 12 height: 8 @@ -1270,44 +1198,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Errexerejected Event Volume - name: Errexerejected Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeRejected_event_volume' - firefox_user_choice.statistic: sum - row: 170 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexerejected Event Volume - name: Errexerejected Event Volume_total_ratio + - title: Not Success Event Volume + name: Not Success Event Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -1322,45 +1214,9 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'ErrExeRejected_event_volume' + firefox_user_choice.metric: 'not_Success_event_volume' firefox_user_choice.statistic: total_ratio - row: 180 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errlaunchexe Client Volume - name: Errlaunchexe Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrLaunchExe_client_volume' - firefox_user_choice.statistic: sum - row: 180 + row: 160 col: 12 width: 12 height: 8 @@ -1376,186 +1232,6 @@ Normalized Channel: firefox_user_choice.normalized_channel Windows Version: firefox_user_choice.windows_version - active: "#3FE1B0" - defaults_version: 0 - - title: Errlaunchexe Client Volume - name: Errlaunchexe Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrLaunchExe_client_volume' - firefox_user_choice.statistic: total_ratio - row: 190 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexetimeout Event Volume - name: Errexetimeout Event Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeTimeout_event_volume' - firefox_user_choice.statistic: sum - row: 190 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexetimeout Event Volume - name: Errexetimeout Event Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeTimeout_event_volume' - firefox_user_choice.statistic: total_ratio - row: 200 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexetimeout Client Volume - name: Errexetimeout Client Volume_sum - note_state: expanded - note_display: above - note_text: Sum - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeTimeout_client_volume' - firefox_user_choice.statistic: sum - row: 200 - col: 12 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - - active: "#3FE1B0" - defaults_version: 0 - - title: Errexetimeout Client Volume - name: Errexetimeout Client Volume_total_ratio - note_state: expanded - note_display: above - note_text: Total_Ratio - explore: firefox_user_choice - type: looker_line - fields: [ - firefox_user_choice.submission_date, - firefox_user_choice.branch, - firefox_user_choice.point - ] - pivots: [ - firefox_user_choice.branch - ] - filters: - firefox_user_choice.metric: 'ErrExeTimeout_client_volume' - firefox_user_choice.statistic: total_ratio - row: 210 - col: 0 - width: 12 - height: 8 - field_x: firefox_user_choice.submission_date - field_y: firefox_user_choice.point - log_scale: false - ci_lower: firefox_user_choice.lower - ci_upper: firefox_user_choice.upper - show_grid: true - listen: - Date: firefox_user_choice.submission_date - Is Msix: firefox_user_choice.is_msix - Normalized Channel: firefox_user_choice.normalized_channel - Windows Version: firefox_user_choice.windows_version - active: "#3FE1B0" defaults_version: 0 - title: Total Event Volume @@ -1576,7 +1252,115 @@ filters: firefox_user_choice.metric: 'total_event_volume' firefox_user_choice.statistic: sum - row: 210 + row: 170 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Total Client Volume + name: Total Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'total_client_volume' + firefox_user_choice.statistic: sum + row: 170 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexetimeout Event Volume + name: Errexetimeout Event Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeTimeout_event_volume' + firefox_user_choice.statistic: sum + row: 180 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexetimeout Event Volume + name: Errexetimeout Event Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeTimeout_event_volume' + firefox_user_choice.statistic: total_ratio + row: 180 col: 12 width: 12 height: 8 @@ -1612,7 +1396,7 @@ filters: firefox_user_choice.metric: 'ErrLaunchExe_event_volume' firefox_user_choice.statistic: sum - row: 220 + row: 190 col: 0 width: 12 height: 8 @@ -1648,7 +1432,7 @@ filters: firefox_user_choice.metric: 'ErrLaunchExe_event_volume' firefox_user_choice.statistic: total_ratio - row: 220 + row: 190 col: 12 width: 12 height: 8 @@ -1666,8 +1450,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Success Client Volume - name: Success Client Volume_sum + - title: Errexerejected Event Volume + name: Errexerejected Event Volume_sum note_state: expanded note_display: above note_text: Sum @@ -1682,9 +1466,9 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'Success_client_volume' + firefox_user_choice.metric: 'ErrExeRejected_event_volume' firefox_user_choice.statistic: sum - row: 230 + row: 200 col: 0 width: 12 height: 8 @@ -1702,8 +1486,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Success Client Volume - name: Success Client Volume_total_ratio + - title: Errexerejected Event Volume + name: Errexerejected Event Volume_total_ratio note_state: expanded note_display: above note_text: Total_Ratio @@ -1718,9 +1502,81 @@ firefox_user_choice.branch ] filters: - firefox_user_choice.metric: 'Success_client_volume' + firefox_user_choice.metric: 'ErrExeRejected_event_volume' firefox_user_choice.statistic: total_ratio - row: 230 + row: 200 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Not Success Client Volume + name: Not Success Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'not_Success_client_volume' + firefox_user_choice.statistic: sum + row: 210 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Not Success Client Volume + name: Not Success Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'not_Success_client_volume' + firefox_user_choice.statistic: total_ratio + row: 210 col: 12 width: 12 height: 8 @@ -1756,7 +1612,7 @@ filters: firefox_user_choice.metric: 'ErrExeProgID_event_volume' firefox_user_choice.statistic: sum - row: 240 + row: 220 col: 0 width: 12 height: 8 @@ -1792,6 +1648,150 @@ filters: firefox_user_choice.metric: 'ErrExeProgID_event_volume' firefox_user_choice.statistic: total_ratio + row: 220 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errprogid Event Volume + name: Errprogid Event Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrProgID_event_volume' + firefox_user_choice.statistic: sum + row: 230 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errprogid Event Volume + name: Errprogid Event Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrProgID_event_volume' + firefox_user_choice.statistic: total_ratio + row: 230 + col: 12 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexehash Client Volume + name: Errexehash Client Volume_sum + note_state: expanded + note_display: above + note_text: Sum + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeHash_client_volume' + firefox_user_choice.statistic: sum + row: 240 + col: 0 + width: 12 + height: 8 + field_x: firefox_user_choice.submission_date + field_y: firefox_user_choice.point + log_scale: false + ci_lower: firefox_user_choice.lower + ci_upper: firefox_user_choice.upper + show_grid: true + listen: + Date: firefox_user_choice.submission_date + Is Msix: firefox_user_choice.is_msix + Normalized Channel: firefox_user_choice.normalized_channel + Windows Version: firefox_user_choice.windows_version + + active: "#3FE1B0" + defaults_version: 0 + - title: Errexehash Client Volume + name: Errexehash Client Volume_total_ratio + note_state: expanded + note_display: above + note_text: Total_Ratio + explore: firefox_user_choice + type: looker_line + fields: [ + firefox_user_choice.submission_date, + firefox_user_choice.branch, + firefox_user_choice.point + ] + pivots: [ + firefox_user_choice.branch + ] + filters: + firefox_user_choice.metric: 'ErrExeHash_client_volume' + firefox_user_choice.statistic: total_ratio row: 240 col: 12 width: 12 diff --git a/operational_monitoring/dashboards/fpp_floating_point_protection_rollout.dashboard.lookml b/operational_monitoring/dashboards/fpp_floating_point_protection_rollout.dashboard.lookml index eb1f54df5..851b6043a 100644 --- a/operational_monitoring/dashboards/fpp_floating_point_protection_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/fpp_floating_point_protection_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ fpp_floating_point_protection_rollout.branch ] filters: - fpp_floating_point_protection_rollout.metric: 'active_hours' + fpp_floating_point_protection_rollout.metric: 'search_count' fpp_floating_point_protection_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ fpp_floating_point_protection_rollout.branch ] filters: - fpp_floating_point_protection_rollout.metric: 'search_count' + fpp_floating_point_protection_rollout.metric: 'active_hours' fpp_floating_point_protection_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: fpp_floating_point_protection_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: fpp_floating_point_protection_rollout - type: looker_line - fields: [ - fpp_floating_point_protection_rollout.submission_date, - fpp_floating_point_protection_rollout.branch, - fpp_floating_point_protection_rollout.point - ] - pivots: [ - fpp_floating_point_protection_rollout.branch - ] - filters: - fpp_floating_point_protection_rollout.metric: 'days_of_use' - fpp_floating_point_protection_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: fpp_floating_point_protection_rollout.submission_date - field_y: fpp_floating_point_protection_rollout.point - log_scale: false - ci_lower: fpp_floating_point_protection_rollout.lower - ci_upper: fpp_floating_point_protection_rollout.upper - show_grid: true - listen: - Date: fpp_floating_point_protection_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ fpp_floating_point_protection_rollout.metric: 'memory_total' fpp_floating_point_protection_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: fpp_floating_point_protection_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: fpp_floating_point_protection_rollout + type: looker_line + fields: [ + fpp_floating_point_protection_rollout.submission_date, + fpp_floating_point_protection_rollout.branch, + fpp_floating_point_protection_rollout.point + ] + pivots: [ + fpp_floating_point_protection_rollout.branch + ] + filters: + fpp_floating_point_protection_rollout.metric: 'days_of_use' + fpp_floating_point_protection_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: fpp_floating_point_protection_rollout.submission_date + field_y: fpp_floating_point_protection_rollout.point + log_scale: false + ci_lower: fpp_floating_point_protection_rollout.lower + ci_upper: fpp_floating_point_protection_rollout.upper + show_grid: true + listen: + Date: fpp_floating_point_protection_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/fpp_floating_point_protection_rollout_linux_only.dashboard.lookml b/operational_monitoring/dashboards/fpp_floating_point_protection_rollout_linux_only.dashboard.lookml index 0772baf4b..44e3cd3ae 100644 --- a/operational_monitoring/dashboards/fpp_floating_point_protection_rollout_linux_only.dashboard.lookml +++ b/operational_monitoring/dashboards/fpp_floating_point_protection_rollout_linux_only.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ fpp_floating_point_protection_rollout_linux_only.branch ] filters: - fpp_floating_point_protection_rollout_linux_only.metric: 'active_hours' + fpp_floating_point_protection_rollout_linux_only.metric: 'search_count' fpp_floating_point_protection_rollout_linux_only.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ fpp_floating_point_protection_rollout_linux_only.branch ] filters: - fpp_floating_point_protection_rollout_linux_only.metric: 'search_count' + fpp_floating_point_protection_rollout_linux_only.metric: 'active_hours' fpp_floating_point_protection_rollout_linux_only.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: fpp_floating_point_protection_rollout_linux_only.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: fpp_floating_point_protection_rollout_linux_only - type: looker_line - fields: [ - fpp_floating_point_protection_rollout_linux_only.submission_date, - fpp_floating_point_protection_rollout_linux_only.branch, - fpp_floating_point_protection_rollout_linux_only.point - ] - pivots: [ - fpp_floating_point_protection_rollout_linux_only.branch - ] - filters: - fpp_floating_point_protection_rollout_linux_only.metric: 'days_of_use' - fpp_floating_point_protection_rollout_linux_only.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: fpp_floating_point_protection_rollout_linux_only.submission_date - field_y: fpp_floating_point_protection_rollout_linux_only.point - log_scale: false - ci_lower: fpp_floating_point_protection_rollout_linux_only.lower - ci_upper: fpp_floating_point_protection_rollout_linux_only.upper - show_grid: true - listen: - Date: fpp_floating_point_protection_rollout_linux_only.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ fpp_floating_point_protection_rollout_linux_only.metric: 'memory_total' fpp_floating_point_protection_rollout_linux_only.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: fpp_floating_point_protection_rollout_linux_only.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: fpp_floating_point_protection_rollout_linux_only + type: looker_line + fields: [ + fpp_floating_point_protection_rollout_linux_only.submission_date, + fpp_floating_point_protection_rollout_linux_only.branch, + fpp_floating_point_protection_rollout_linux_only.point + ] + pivots: [ + fpp_floating_point_protection_rollout_linux_only.branch + ] + filters: + fpp_floating_point_protection_rollout_linux_only.metric: 'days_of_use' + fpp_floating_point_protection_rollout_linux_only.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: fpp_floating_point_protection_rollout_linux_only.submission_date + field_y: fpp_floating_point_protection_rollout_linux_only.point + log_scale: false + ci_lower: fpp_floating_point_protection_rollout_linux_only.lower + ci_upper: fpp_floating_point_protection_rollout_linux_only.upper + show_grid: true + listen: + Date: fpp_floating_point_protection_rollout_linux_only.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/full_page_translations_on_android_basic_translations_enabled_rollout.dashboard.lookml b/operational_monitoring/dashboards/full_page_translations_on_android_basic_translations_enabled_rollout.dashboard.lookml index 378cb92ab..37aeabd89 100644 --- a/operational_monitoring/dashboards/full_page_translations_on_android_basic_translations_enabled_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/full_page_translations_on_android_basic_translations_enabled_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ full_page_translations_on_android_basic_translations_enabled_rollout.branch ] filters: - full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'active_hours' + full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'search_count' full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean row: 10 col: 0 @@ -109,6 +109,40 @@ listen: Date: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Tagged Sap Searches + name: Tagged Sap Searches_mean + note_state: expanded + note_display: above + note_text: Mean + explore: full_page_translations_on_android_basic_translations_enabled_rollout + type: looker_line + fields: [ + full_page_translations_on_android_basic_translations_enabled_rollout.submission_date, + full_page_translations_on_android_basic_translations_enabled_rollout.branch, + full_page_translations_on_android_basic_translations_enabled_rollout.point + ] + pivots: [ + full_page_translations_on_android_basic_translations_enabled_rollout.branch + ] + filters: + full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'tagged_sap_searches' + full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean + row: 10 + col: 12 + width: 12 + height: 8 + field_x: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date + field_y: full_page_translations_on_android_basic_translations_enabled_rollout.point + log_scale: false + ci_lower: full_page_translations_on_android_basic_translations_enabled_rollout.lower + ci_upper: full_page_translations_on_android_basic_translations_enabled_rollout.upper + show_grid: true + listen: + Date: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date + enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -130,8 +164,8 @@ filters: full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'uri_count' full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean - row: 10 - col: 12 + row: 20 + col: 0 width: 12 height: 8 field_x: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date @@ -146,8 +180,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,10 +196,10 @@ full_page_translations_on_android_basic_translations_enabled_rollout.branch ] filters: - full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'search_count' + full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'active_hours' full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean row: 20 - col: 0 + col: 12 width: 12 height: 8 field_x: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date @@ -198,40 +232,6 @@ filters: full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'days_of_use' full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean - row: 20 - col: 12 - width: 12 - height: 8 - field_x: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date - field_y: full_page_translations_on_android_basic_translations_enabled_rollout.point - log_scale: false - ci_lower: full_page_translations_on_android_basic_translations_enabled_rollout.lower - ci_upper: full_page_translations_on_android_basic_translations_enabled_rollout.upper - show_grid: true - listen: - Date: full_page_translations_on_android_basic_translations_enabled_rollout.submission_date - - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Tagged Sap Searches - name: Tagged Sap Searches_mean - note_state: expanded - note_display: above - note_text: Mean - explore: full_page_translations_on_android_basic_translations_enabled_rollout - type: looker_line - fields: [ - full_page_translations_on_android_basic_translations_enabled_rollout.submission_date, - full_page_translations_on_android_basic_translations_enabled_rollout.branch, - full_page_translations_on_android_basic_translations_enabled_rollout.point - ] - pivots: [ - full_page_translations_on_android_basic_translations_enabled_rollout.branch - ] - filters: - full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'tagged_sap_searches' - full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean row: 30 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/fx_accounts_ping_release_rollout_2.dashboard.lookml b/operational_monitoring/dashboards/fx_accounts_ping_release_rollout_2.dashboard.lookml index c93ad24be..e8544a3f8 100644 --- a/operational_monitoring/dashboards/fx_accounts_ping_release_rollout_2.dashboard.lookml +++ b/operational_monitoring/dashboards/fx_accounts_ping_release_rollout_2.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ fx_accounts_ping_release_rollout_2.branch ] filters: - fx_accounts_ping_release_rollout_2.metric: 'active_hours' + fx_accounts_ping_release_rollout_2.metric: 'search_count' fx_accounts_ping_release_rollout_2.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ fx_accounts_ping_release_rollout_2.branch ] filters: - fx_accounts_ping_release_rollout_2.metric: 'search_count' + fx_accounts_ping_release_rollout_2.metric: 'active_hours' fx_accounts_ping_release_rollout_2.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: fx_accounts_ping_release_rollout_2.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: fx_accounts_ping_release_rollout_2 - type: looker_line - fields: [ - fx_accounts_ping_release_rollout_2.submission_date, - fx_accounts_ping_release_rollout_2.branch, - fx_accounts_ping_release_rollout_2.point - ] - pivots: [ - fx_accounts_ping_release_rollout_2.branch - ] - filters: - fx_accounts_ping_release_rollout_2.metric: 'days_of_use' - fx_accounts_ping_release_rollout_2.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: fx_accounts_ping_release_rollout_2.submission_date - field_y: fx_accounts_ping_release_rollout_2.point - log_scale: false - ci_lower: fx_accounts_ping_release_rollout_2.lower - ci_upper: fx_accounts_ping_release_rollout_2.upper - show_grid: true - listen: - Date: fx_accounts_ping_release_rollout_2.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ fx_accounts_ping_release_rollout_2.metric: 'memory_total' fx_accounts_ping_release_rollout_2.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: fx_accounts_ping_release_rollout_2.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: fx_accounts_ping_release_rollout_2 + type: looker_line + fields: [ + fx_accounts_ping_release_rollout_2.submission_date, + fx_accounts_ping_release_rollout_2.branch, + fx_accounts_ping_release_rollout_2.point + ] + pivots: [ + fx_accounts_ping_release_rollout_2.branch + ] + filters: + fx_accounts_ping_release_rollout_2.metric: 'days_of_use' + fx_accounts_ping_release_rollout_2.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: fx_accounts_ping_release_rollout_2.submission_date + field_y: fx_accounts_ping_release_rollout_2.point + log_scale: false + ci_lower: fx_accounts_ping_release_rollout_2.lower + ci_upper: fx_accounts_ping_release_rollout_2.upper + show_grid: true + listen: + Date: fx_accounts_ping_release_rollout_2.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/fx_view_discoverability_rollout.dashboard.lookml b/operational_monitoring/dashboards/fx_view_discoverability_rollout.dashboard.lookml index f07b879a9..6b4df92d5 100644 --- a/operational_monitoring/dashboards/fx_view_discoverability_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/fx_view_discoverability_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ fx_view_discoverability_rollout.branch ] filters: - fx_view_discoverability_rollout.metric: 'active_hours' + fx_view_discoverability_rollout.metric: 'search_count' fx_view_discoverability_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ fx_view_discoverability_rollout.branch ] filters: - fx_view_discoverability_rollout.metric: 'search_count' + fx_view_discoverability_rollout.metric: 'active_hours' fx_view_discoverability_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: fx_view_discoverability_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: fx_view_discoverability_rollout - type: looker_line - fields: [ - fx_view_discoverability_rollout.submission_date, - fx_view_discoverability_rollout.branch, - fx_view_discoverability_rollout.point - ] - pivots: [ - fx_view_discoverability_rollout.branch - ] - filters: - fx_view_discoverability_rollout.metric: 'days_of_use' - fx_view_discoverability_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: fx_view_discoverability_rollout.submission_date - field_y: fx_view_discoverability_rollout.point - log_scale: false - ci_lower: fx_view_discoverability_rollout.lower - ci_upper: fx_view_discoverability_rollout.upper - show_grid: true - listen: - Date: fx_view_discoverability_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ fx_view_discoverability_rollout.metric: 'memory_total' fx_view_discoverability_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: fx_view_discoverability_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: fx_view_discoverability_rollout + type: looker_line + fields: [ + fx_view_discoverability_rollout.submission_date, + fx_view_discoverability_rollout.branch, + fx_view_discoverability_rollout.point + ] + pivots: [ + fx_view_discoverability_rollout.branch + ] + filters: + fx_view_discoverability_rollout.metric: 'days_of_use' + fx_view_discoverability_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: fx_view_discoverability_rollout.submission_date + field_y: fx_view_discoverability_rollout.point + log_scale: false + ci_lower: fx_view_discoverability_rollout.lower + ci_upper: fx_view_discoverability_rollout.upper + show_grid: true + listen: + Date: fx_view_discoverability_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/highlighting_in_pdfs_rollout.dashboard.lookml b/operational_monitoring/dashboards/highlighting_in_pdfs_rollout.dashboard.lookml index ac30c4a7f..ce97269f1 100644 --- a/operational_monitoring/dashboards/highlighting_in_pdfs_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/highlighting_in_pdfs_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ highlighting_in_pdfs_rollout.branch ] filters: - highlighting_in_pdfs_rollout.metric: 'active_hours' + highlighting_in_pdfs_rollout.metric: 'search_count' highlighting_in_pdfs_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ highlighting_in_pdfs_rollout.branch ] filters: - highlighting_in_pdfs_rollout.metric: 'search_count' + highlighting_in_pdfs_rollout.metric: 'active_hours' highlighting_in_pdfs_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: highlighting_in_pdfs_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: highlighting_in_pdfs_rollout - type: looker_line - fields: [ - highlighting_in_pdfs_rollout.submission_date, - highlighting_in_pdfs_rollout.branch, - highlighting_in_pdfs_rollout.point - ] - pivots: [ - highlighting_in_pdfs_rollout.branch - ] - filters: - highlighting_in_pdfs_rollout.metric: 'days_of_use' - highlighting_in_pdfs_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: highlighting_in_pdfs_rollout.submission_date - field_y: highlighting_in_pdfs_rollout.point - log_scale: false - ci_lower: highlighting_in_pdfs_rollout.lower - ci_upper: highlighting_in_pdfs_rollout.upper - show_grid: true - listen: - Date: highlighting_in_pdfs_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ highlighting_in_pdfs_rollout.metric: 'memory_total' highlighting_in_pdfs_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: highlighting_in_pdfs_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: highlighting_in_pdfs_rollout + type: looker_line + fields: [ + highlighting_in_pdfs_rollout.submission_date, + highlighting_in_pdfs_rollout.branch, + highlighting_in_pdfs_rollout.point + ] + pivots: [ + highlighting_in_pdfs_rollout.branch + ] + filters: + highlighting_in_pdfs_rollout.metric: 'days_of_use' + highlighting_in_pdfs_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: highlighting_in_pdfs_rollout.submission_date + field_y: highlighting_in_pdfs_rollout.point + log_scale: false + ci_lower: highlighting_in_pdfs_rollout.lower + ci_upper: highlighting_in_pdfs_rollout.upper + show_grid: true + listen: + Date: highlighting_in_pdfs_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/ios_address_autofill_ios_release_rollout.dashboard.lookml b/operational_monitoring/dashboards/ios_address_autofill_ios_release_rollout.dashboard.lookml index 438f294a9..d61b11ee2 100644 --- a/operational_monitoring/dashboards/ios_address_autofill_ios_release_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_address_autofill_ios_release_rollout.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_address_autofill_ios_release_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_address_autofill_ios_release_rollout - type: looker_line - fields: [ - ios_address_autofill_ios_release_rollout.submission_date, - ios_address_autofill_ios_release_rollout.branch, - ios_address_autofill_ios_release_rollout.point - ] - pivots: [ - ios_address_autofill_ios_release_rollout.branch - ] - filters: - ios_address_autofill_ios_release_rollout.metric: 'active_hours' - ios_address_autofill_ios_release_rollout.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_address_autofill_ios_release_rollout.submission_date - field_y: ios_address_autofill_ios_release_rollout.point - log_scale: false - ci_lower: ios_address_autofill_ios_release_rollout.lower - ci_upper: ios_address_autofill_ios_release_rollout.upper - show_grid: true - listen: - Date: ios_address_autofill_ios_release_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_address_autofill_ios_release_rollout.metric: 'search_count' ios_address_autofill_ios_release_rollout.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_address_autofill_ios_release_rollout.submission_date + field_y: ios_address_autofill_ios_release_rollout.point + log_scale: false + ci_lower: ios_address_autofill_ios_release_rollout.lower + ci_upper: ios_address_autofill_ios_release_rollout.upper + show_grid: true + listen: + Date: ios_address_autofill_ios_release_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_address_autofill_ios_release_rollout + type: looker_line + fields: [ + ios_address_autofill_ios_release_rollout.submission_date, + ios_address_autofill_ios_release_rollout.branch, + ios_address_autofill_ios_release_rollout.point + ] + pivots: [ + ios_address_autofill_ios_release_rollout.branch + ] + filters: + ios_address_autofill_ios_release_rollout.metric: 'active_hours' + ios_address_autofill_ios_release_rollout.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/ios_cc_autofill_rollout.dashboard.lookml b/operational_monitoring/dashboards/ios_cc_autofill_rollout.dashboard.lookml index 430f581bf..3f3f25b03 100644 --- a/operational_monitoring/dashboards/ios_cc_autofill_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_cc_autofill_rollout.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_cc_autofill_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_cc_autofill_rollout - type: looker_line - fields: [ - ios_cc_autofill_rollout.submission_date, - ios_cc_autofill_rollout.branch, - ios_cc_autofill_rollout.point - ] - pivots: [ - ios_cc_autofill_rollout.branch - ] - filters: - ios_cc_autofill_rollout.metric: 'active_hours' - ios_cc_autofill_rollout.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_cc_autofill_rollout.submission_date - field_y: ios_cc_autofill_rollout.point - log_scale: false - ci_lower: ios_cc_autofill_rollout.lower - ci_upper: ios_cc_autofill_rollout.upper - show_grid: true - listen: - Date: ios_cc_autofill_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_cc_autofill_rollout.metric: 'search_count' ios_cc_autofill_rollout.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_cc_autofill_rollout.submission_date + field_y: ios_cc_autofill_rollout.point + log_scale: false + ci_lower: ios_cc_autofill_rollout.lower + ci_upper: ios_cc_autofill_rollout.upper + show_grid: true + listen: + Date: ios_cc_autofill_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_cc_autofill_rollout + type: looker_line + fields: [ + ios_cc_autofill_rollout.submission_date, + ios_cc_autofill_rollout.branch, + ios_cc_autofill_rollout.point + ] + pivots: [ + ios_cc_autofill_rollout.branch + ] + filters: + ios_cc_autofill_rollout.metric: 'active_hours' + ios_cc_autofill_rollout.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/ios_dma_onboarding.dashboard.lookml b/operational_monitoring/dashboards/ios_dma_onboarding.dashboard.lookml index 5a203f6b0..3a8893e69 100644 --- a/operational_monitoring/dashboards/ios_dma_onboarding.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_dma_onboarding.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_dma_onboarding.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_dma_onboarding - type: looker_line - fields: [ - ios_dma_onboarding.submission_date, - ios_dma_onboarding.branch, - ios_dma_onboarding.point - ] - pivots: [ - ios_dma_onboarding.branch - ] - filters: - ios_dma_onboarding.metric: 'active_hours' - ios_dma_onboarding.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_dma_onboarding.submission_date - field_y: ios_dma_onboarding.point - log_scale: false - ci_lower: ios_dma_onboarding.lower - ci_upper: ios_dma_onboarding.upper - show_grid: true - listen: - Date: ios_dma_onboarding.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_dma_onboarding.metric: 'search_count' ios_dma_onboarding.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_dma_onboarding.submission_date + field_y: ios_dma_onboarding.point + log_scale: false + ci_lower: ios_dma_onboarding.lower + ci_upper: ios_dma_onboarding.upper + show_grid: true + listen: + Date: ios_dma_onboarding.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_dma_onboarding + type: looker_line + fields: [ + ios_dma_onboarding.submission_date, + ios_dma_onboarding.branch, + ios_dma_onboarding.point + ] + pivots: [ + ios_dma_onboarding.branch + ] + filters: + ios_dma_onboarding.metric: 'active_hours' + ios_dma_onboarding.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/ios_password_autofill_rollout.dashboard.lookml b/operational_monitoring/dashboards/ios_password_autofill_rollout.dashboard.lookml index 22a0afac3..1aa706c86 100644 --- a/operational_monitoring/dashboards/ios_password_autofill_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_password_autofill_rollout.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_password_autofill_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_password_autofill_rollout - type: looker_line - fields: [ - ios_password_autofill_rollout.submission_date, - ios_password_autofill_rollout.branch, - ios_password_autofill_rollout.point - ] - pivots: [ - ios_password_autofill_rollout.branch - ] - filters: - ios_password_autofill_rollout.metric: 'active_hours' - ios_password_autofill_rollout.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_password_autofill_rollout.submission_date - field_y: ios_password_autofill_rollout.point - log_scale: false - ci_lower: ios_password_autofill_rollout.lower - ci_upper: ios_password_autofill_rollout.upper - show_grid: true - listen: - Date: ios_password_autofill_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_password_autofill_rollout.metric: 'search_count' ios_password_autofill_rollout.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_password_autofill_rollout.submission_date + field_y: ios_password_autofill_rollout.point + log_scale: false + ci_lower: ios_password_autofill_rollout.lower + ci_upper: ios_password_autofill_rollout.upper + show_grid: true + listen: + Date: ios_password_autofill_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_password_autofill_rollout + type: looker_line + fields: [ + ios_password_autofill_rollout.submission_date, + ios_password_autofill_rollout.branch, + ios_password_autofill_rollout.point + ] + pivots: [ + ios_password_autofill_rollout.branch + ] + filters: + ios_password_autofill_rollout.metric: 'active_hours' + ios_password_autofill_rollout.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/ios_search_bar_placement_v2_treatment_a_rollout.dashboard.lookml b/operational_monitoring/dashboards/ios_search_bar_placement_v2_treatment_a_rollout.dashboard.lookml index d91b2df17..ba61709b0 100644 --- a/operational_monitoring/dashboards/ios_search_bar_placement_v2_treatment_a_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_search_bar_placement_v2_treatment_a_rollout.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_search_bar_placement_v2_treatment_a_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_search_bar_placement_v2_treatment_a_rollout - type: looker_line - fields: [ - ios_search_bar_placement_v2_treatment_a_rollout.submission_date, - ios_search_bar_placement_v2_treatment_a_rollout.branch, - ios_search_bar_placement_v2_treatment_a_rollout.point - ] - pivots: [ - ios_search_bar_placement_v2_treatment_a_rollout.branch - ] - filters: - ios_search_bar_placement_v2_treatment_a_rollout.metric: 'active_hours' - ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_search_bar_placement_v2_treatment_a_rollout.submission_date - field_y: ios_search_bar_placement_v2_treatment_a_rollout.point - log_scale: false - ci_lower: ios_search_bar_placement_v2_treatment_a_rollout.lower - ci_upper: ios_search_bar_placement_v2_treatment_a_rollout.upper - show_grid: true - listen: - Date: ios_search_bar_placement_v2_treatment_a_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_search_bar_placement_v2_treatment_a_rollout.metric: 'search_count' ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_search_bar_placement_v2_treatment_a_rollout.submission_date + field_y: ios_search_bar_placement_v2_treatment_a_rollout.point + log_scale: false + ci_lower: ios_search_bar_placement_v2_treatment_a_rollout.lower + ci_upper: ios_search_bar_placement_v2_treatment_a_rollout.upper + show_grid: true + listen: + Date: ios_search_bar_placement_v2_treatment_a_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_search_bar_placement_v2_treatment_a_rollout + type: looker_line + fields: [ + ios_search_bar_placement_v2_treatment_a_rollout.submission_date, + ios_search_bar_placement_v2_treatment_a_rollout.branch, + ios_search_bar_placement_v2_treatment_a_rollout.point + ] + pivots: [ + ios_search_bar_placement_v2_treatment_a_rollout.branch + ] + filters: + ios_search_bar_placement_v2_treatment_a_rollout.metric: 'active_hours' + ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.dashboard.lookml b/operational_monitoring/dashboards/ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.dashboard.lookml index 0e732e1cd..88d629e61 100644 --- a/operational_monitoring/dashboards/ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.dashboard.lookml +++ b/operational_monitoring/dashboards/ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy - type: looker_line - fields: [ - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date, - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch, - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point - ] - pivots: [ - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch - ] - filters: - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'active_hours' - ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date - field_y: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point - log_scale: false - ci_lower: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.lower - ci_upper: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.upper - show_grid: true - listen: - Date: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'search_count' ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date + field_y: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point + log_scale: false + ci_lower: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.lower + ci_upper: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.upper + show_grid: true + listen: + Date: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy + type: looker_line + fields: [ + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date, + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch, + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point + ] + pivots: [ + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch + ] + filters: + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'active_hours' + ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/launch_firefox_on_os_restart_treatment_a_rollout.dashboard.lookml b/operational_monitoring/dashboards/launch_firefox_on_os_restart_treatment_a_rollout.dashboard.lookml index 1df12fd2f..0b8ae8a9d 100644 --- a/operational_monitoring/dashboards/launch_firefox_on_os_restart_treatment_a_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/launch_firefox_on_os_restart_treatment_a_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ launch_firefox_on_os_restart_treatment_a_rollout.branch ] filters: - launch_firefox_on_os_restart_treatment_a_rollout.metric: 'active_hours' + launch_firefox_on_os_restart_treatment_a_rollout.metric: 'search_count' launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ launch_firefox_on_os_restart_treatment_a_rollout.branch ] filters: - launch_firefox_on_os_restart_treatment_a_rollout.metric: 'search_count' + launch_firefox_on_os_restart_treatment_a_rollout.metric: 'active_hours' launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: launch_firefox_on_os_restart_treatment_a_rollout - type: looker_line - fields: [ - launch_firefox_on_os_restart_treatment_a_rollout.submission_date, - launch_firefox_on_os_restart_treatment_a_rollout.branch, - launch_firefox_on_os_restart_treatment_a_rollout.point - ] - pivots: [ - launch_firefox_on_os_restart_treatment_a_rollout.branch - ] - filters: - launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use' - launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date - field_y: launch_firefox_on_os_restart_treatment_a_rollout.point - log_scale: false - ci_lower: launch_firefox_on_os_restart_treatment_a_rollout.lower - ci_upper: launch_firefox_on_os_restart_treatment_a_rollout.upper - show_grid: true - listen: - Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ launch_firefox_on_os_restart_treatment_a_rollout.metric: 'memory_total' launch_firefox_on_os_restart_treatment_a_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: launch_firefox_on_os_restart_treatment_a_rollout + type: looker_line + fields: [ + launch_firefox_on_os_restart_treatment_a_rollout.submission_date, + launch_firefox_on_os_restart_treatment_a_rollout.branch, + launch_firefox_on_os_restart_treatment_a_rollout.point + ] + pivots: [ + launch_firefox_on_os_restart_treatment_a_rollout.branch + ] + filters: + launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use' + launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date + field_y: launch_firefox_on_os_restart_treatment_a_rollout.point + log_scale: false + ci_lower: launch_firefox_on_os_restart_treatment_a_rollout.lower + ci_upper: launch_firefox_on_os_restart_treatment_a_rollout.upper + show_grid: true + listen: + Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/microsurvey_sync_csat_2024.dashboard.lookml b/operational_monitoring/dashboards/microsurvey_sync_csat_2024.dashboard.lookml index 49f63f735..deea86d5a 100644 --- a/operational_monitoring/dashboards/microsurvey_sync_csat_2024.dashboard.lookml +++ b/operational_monitoring/dashboards/microsurvey_sync_csat_2024.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ microsurvey_sync_csat_2024.branch ] filters: - microsurvey_sync_csat_2024.metric: 'active_hours' + microsurvey_sync_csat_2024.metric: 'search_count' microsurvey_sync_csat_2024.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ microsurvey_sync_csat_2024.branch ] filters: - microsurvey_sync_csat_2024.metric: 'search_count' + microsurvey_sync_csat_2024.metric: 'active_hours' microsurvey_sync_csat_2024.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: microsurvey_sync_csat_2024.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: microsurvey_sync_csat_2024 - type: looker_line - fields: [ - microsurvey_sync_csat_2024.submission_date, - microsurvey_sync_csat_2024.branch, - microsurvey_sync_csat_2024.point - ] - pivots: [ - microsurvey_sync_csat_2024.branch - ] - filters: - microsurvey_sync_csat_2024.metric: 'days_of_use' - microsurvey_sync_csat_2024.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: microsurvey_sync_csat_2024.submission_date - field_y: microsurvey_sync_csat_2024.point - log_scale: false - ci_lower: microsurvey_sync_csat_2024.lower - ci_upper: microsurvey_sync_csat_2024.upper - show_grid: true - listen: - Date: microsurvey_sync_csat_2024.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ microsurvey_sync_csat_2024.metric: 'memory_total' microsurvey_sync_csat_2024.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: microsurvey_sync_csat_2024.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: microsurvey_sync_csat_2024 + type: looker_line + fields: [ + microsurvey_sync_csat_2024.submission_date, + microsurvey_sync_csat_2024.branch, + microsurvey_sync_csat_2024.point + ] + pivots: [ + microsurvey_sync_csat_2024.branch + ] + filters: + microsurvey_sync_csat_2024.metric: 'days_of_use' + microsurvey_sync_csat_2024.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: microsurvey_sync_csat_2024.submission_date + field_y: microsurvey_sync_csat_2024.point + log_scale: false + ci_lower: microsurvey_sync_csat_2024.lower + ci_upper: microsurvey_sync_csat_2024.upper + show_grid: true + listen: + Date: microsurvey_sync_csat_2024.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/mozilla_vpn.dashboard.lookml b/operational_monitoring/dashboards/mozilla_vpn.dashboard.lookml index 93d1b0770..e7243788f 100644 --- a/operational_monitoring/dashboards/mozilla_vpn.dashboard.lookml +++ b/operational_monitoring/dashboards/mozilla_vpn.dashboard.lookml @@ -42,6 +42,74 @@ Date: mozilla_vpn.submission_date App: mozilla_vpn.app + active: "#3FE1B0" + defaults_version: 0 + - title: Session Count - By app + name: Session Count - By app_sum + note_state: expanded + note_display: above + note_text: Sum + explore: mozilla_vpn + type: looker_line + fields: [ + mozilla_vpn.submission_date, + mozilla_vpn.branch, + mozilla_vpn.point + ] + pivots: [ + mozilla_vpn.branch, mozilla_vpn.app + ] + filters: + mozilla_vpn.metric: 'session_count' + mozilla_vpn.statistic: sum + row: 0 + col: 12 + width: 12 + height: 8 + field_x: mozilla_vpn.submission_date + field_y: mozilla_vpn.point + log_scale: false + ci_lower: mozilla_vpn.lower + ci_upper: mozilla_vpn.upper + show_grid: true + listen: + Date: mozilla_vpn.submission_date + App: mozilla_vpn.app + + active: "#3FE1B0" + defaults_version: 0 + - title: Cnt Session Starts - By app + name: Cnt Session Starts - By app_sum + note_state: expanded + note_display: above + note_text: Sum + explore: mozilla_vpn + type: looker_line + fields: [ + mozilla_vpn.submission_date, + mozilla_vpn.branch, + mozilla_vpn.point + ] + pivots: [ + mozilla_vpn.branch, mozilla_vpn.app + ] + filters: + mozilla_vpn.metric: 'cnt_session_starts' + mozilla_vpn.statistic: sum + row: 10 + col: 0 + width: 12 + height: 8 + field_x: mozilla_vpn.submission_date + field_y: mozilla_vpn.point + log_scale: false + ci_lower: mozilla_vpn.lower + ci_upper: mozilla_vpn.upper + show_grid: true + listen: + Date: mozilla_vpn.submission_date + App: mozilla_vpn.app + active: "#3FE1B0" defaults_version: 0 - title: Avg Sum Session Duration - By app @@ -62,7 +130,7 @@ filters: mozilla_vpn.metric: 'avg_sum_session_duration' mozilla_vpn.statistic: mean - row: 0 + row: 10 col: 12 width: 12 height: 8 @@ -98,7 +166,7 @@ filters: mozilla_vpn.metric: 'avg_sum_session_duration' mozilla_vpn.statistic: percentile - row: 10 + row: 20 col: 0 width: 12 height: 8 @@ -133,7 +201,7 @@ filters: mozilla_vpn.metric: 'avg_session_duration' mozilla_vpn.statistic: mean - row: 10 + row: 20 col: 12 width: 12 height: 8 @@ -169,7 +237,7 @@ filters: mozilla_vpn.metric: 'avg_session_duration' mozilla_vpn.statistic: percentile - row: 20 + row: 30 col: 0 width: 12 height: 8 @@ -184,6 +252,40 @@ Percentile: mozilla_vpn.parameter App: mozilla_vpn.app + active: "#3FE1B0" + defaults_version: 0 + - title: Cnt Negative Session Lengths - By app + name: Cnt Negative Session Lengths - By app_sum + note_state: expanded + note_display: above + note_text: Sum + explore: mozilla_vpn + type: looker_line + fields: [ + mozilla_vpn.submission_date, + mozilla_vpn.branch, + mozilla_vpn.point + ] + pivots: [ + mozilla_vpn.branch, mozilla_vpn.app + ] + filters: + mozilla_vpn.metric: 'cnt_negative_session_lengths' + mozilla_vpn.statistic: sum + row: 30 + col: 12 + width: 12 + height: 8 + field_x: mozilla_vpn.submission_date + field_y: mozilla_vpn.point + log_scale: false + ci_lower: mozilla_vpn.lower + ci_upper: mozilla_vpn.upper + show_grid: true + listen: + Date: mozilla_vpn.submission_date + App: mozilla_vpn.app + active: "#3FE1B0" defaults_version: 0 - title: Cnt Session Ends - By app @@ -204,41 +306,7 @@ filters: mozilla_vpn.metric: 'cnt_session_ends' mozilla_vpn.statistic: sum - row: 20 - col: 12 - width: 12 - height: 8 - field_x: mozilla_vpn.submission_date - field_y: mozilla_vpn.point - log_scale: false - ci_lower: mozilla_vpn.lower - ci_upper: mozilla_vpn.upper - show_grid: true - listen: - Date: mozilla_vpn.submission_date - App: mozilla_vpn.app - - active: "#3FE1B0" - defaults_version: 0 - - title: Cnt Session Starts - By app - name: Cnt Session Starts - By app_sum - note_state: expanded - note_display: above - note_text: Sum - explore: mozilla_vpn - type: looker_line - fields: [ - mozilla_vpn.submission_date, - mozilla_vpn.branch, - mozilla_vpn.point - ] - pivots: [ - mozilla_vpn.branch, mozilla_vpn.app - ] - filters: - mozilla_vpn.metric: 'cnt_session_starts' - mozilla_vpn.statistic: sum - row: 30 + row: 40 col: 0 width: 12 height: 8 @@ -272,74 +340,6 @@ filters: mozilla_vpn.metric: 'active_subscribers' mozilla_vpn.statistic: sum - row: 30 - col: 12 - width: 12 - height: 8 - field_x: mozilla_vpn.submission_date - field_y: mozilla_vpn.point - log_scale: false - ci_lower: mozilla_vpn.lower - ci_upper: mozilla_vpn.upper - show_grid: true - listen: - Date: mozilla_vpn.submission_date - App: mozilla_vpn.app - - active: "#3FE1B0" - defaults_version: 0 - - title: Cnt Negative Session Lengths - By app - name: Cnt Negative Session Lengths - By app_sum - note_state: expanded - note_display: above - note_text: Sum - explore: mozilla_vpn - type: looker_line - fields: [ - mozilla_vpn.submission_date, - mozilla_vpn.branch, - mozilla_vpn.point - ] - pivots: [ - mozilla_vpn.branch, mozilla_vpn.app - ] - filters: - mozilla_vpn.metric: 'cnt_negative_session_lengths' - mozilla_vpn.statistic: sum - row: 40 - col: 0 - width: 12 - height: 8 - field_x: mozilla_vpn.submission_date - field_y: mozilla_vpn.point - log_scale: false - ci_lower: mozilla_vpn.lower - ci_upper: mozilla_vpn.upper - show_grid: true - listen: - Date: mozilla_vpn.submission_date - App: mozilla_vpn.app - - active: "#3FE1B0" - defaults_version: 0 - - title: Session Count - By app - name: Session Count - By app_sum - note_state: expanded - note_display: above - note_text: Sum - explore: mozilla_vpn - type: looker_line - fields: [ - mozilla_vpn.submission_date, - mozilla_vpn.branch, - mozilla_vpn.point - ] - pivots: [ - mozilla_vpn.branch, mozilla_vpn.app - ] - filters: - mozilla_vpn.metric: 'session_count' - mozilla_vpn.statistic: sum row: 40 col: 12 width: 12 diff --git a/operational_monitoring/dashboards/network_performance_desktop_build_by_build.dashboard.lookml b/operational_monitoring/dashboards/network_performance_desktop_build_by_build.dashboard.lookml index a9bd08017..fa1fe7a24 100644 --- a/operational_monitoring/dashboards/network_performance_desktop_build_by_build.dashboard.lookml +++ b/operational_monitoring/dashboards/network_performance_desktop_build_by_build.dashboard.lookml @@ -47,8 +47,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Http Page Open To First Sent - name: Http Page Open To First Sent_percentile + - title: Http Sub Tls Handshake + name: Http Sub Tls Handshake_percentile note_state: expanded note_display: above note_text: Percentile @@ -65,7 +65,7 @@ network_performance_desktop_build_by_build.branch ] filters: - network_performance_desktop_build_by_build.metric: 'http_page_open_to_first_sent' + network_performance_desktop_build_by_build.metric: 'http_sub_tls_handshake' network_performance_desktop_build_by_build.statistic: percentile row: 0 col: 12 @@ -119,43 +119,6 @@ Percentile: network_performance_desktop_build_by_build.parameter Os: network_performance_desktop_build_by_build.os - active: "#3FE1B0" - defaults_version: 0 - - title: Http Sub Tls Handshake - name: Http Sub Tls Handshake_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: network_performance_desktop_build_by_build - type: "ci-line-chart" - fields: [ - network_performance_desktop_build_by_build.build_id, - network_performance_desktop_build_by_build.branch, - network_performance_desktop_build_by_build.upper, - network_performance_desktop_build_by_build.lower, - network_performance_desktop_build_by_build.point - ] - pivots: [ - network_performance_desktop_build_by_build.branch - ] - filters: - network_performance_desktop_build_by_build.metric: 'http_sub_tls_handshake' - network_performance_desktop_build_by_build.statistic: percentile - row: 10 - col: 12 - width: 12 - height: 8 - field_x: network_performance_desktop_build_by_build.build_id - field_y: network_performance_desktop_build_by_build.point - log_scale: false - ci_lower: network_performance_desktop_build_by_build.lower - ci_upper: network_performance_desktop_build_by_build.upper - show_grid: true - listen: - Date: network_performance_desktop_build_by_build.build_id - Percentile: network_performance_desktop_build_by_build.parameter - Os: network_performance_desktop_build_by_build.os - active: "#3FE1B0" defaults_version: 0 - title: Http Page Tls Handshake @@ -178,6 +141,43 @@ filters: network_performance_desktop_build_by_build.metric: 'http_page_tls_handshake' network_performance_desktop_build_by_build.statistic: percentile + row: 10 + col: 12 + width: 12 + height: 8 + field_x: network_performance_desktop_build_by_build.build_id + field_y: network_performance_desktop_build_by_build.point + log_scale: false + ci_lower: network_performance_desktop_build_by_build.lower + ci_upper: network_performance_desktop_build_by_build.upper + show_grid: true + listen: + Date: network_performance_desktop_build_by_build.build_id + Percentile: network_performance_desktop_build_by_build.parameter + Os: network_performance_desktop_build_by_build.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Http Page Open To First Sent + name: Http Page Open To First Sent_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: network_performance_desktop_build_by_build + type: "ci-line-chart" + fields: [ + network_performance_desktop_build_by_build.build_id, + network_performance_desktop_build_by_build.branch, + network_performance_desktop_build_by_build.upper, + network_performance_desktop_build_by_build.lower, + network_performance_desktop_build_by_build.point + ] + pivots: [ + network_performance_desktop_build_by_build.branch + ] + filters: + network_performance_desktop_build_by_build.metric: 'http_page_open_to_first_sent' + network_performance_desktop_build_by_build.statistic: percentile row: 20 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/newtab_recommendations_merino_migration.dashboard.lookml b/operational_monitoring/dashboards/newtab_recommendations_merino_migration.dashboard.lookml index c5efddb0b..de9d66d55 100644 --- a/operational_monitoring/dashboards/newtab_recommendations_merino_migration.dashboard.lookml +++ b/operational_monitoring/dashboards/newtab_recommendations_merino_migration.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ newtab_recommendations_merino_migration.branch ] filters: - newtab_recommendations_merino_migration.metric: 'active_hours' + newtab_recommendations_merino_migration.metric: 'search_count' newtab_recommendations_merino_migration.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ newtab_recommendations_merino_migration.branch ] filters: - newtab_recommendations_merino_migration.metric: 'search_count' + newtab_recommendations_merino_migration.metric: 'active_hours' newtab_recommendations_merino_migration.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: newtab_recommendations_merino_migration.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: newtab_recommendations_merino_migration - type: looker_line - fields: [ - newtab_recommendations_merino_migration.submission_date, - newtab_recommendations_merino_migration.branch, - newtab_recommendations_merino_migration.point - ] - pivots: [ - newtab_recommendations_merino_migration.branch - ] - filters: - newtab_recommendations_merino_migration.metric: 'days_of_use' - newtab_recommendations_merino_migration.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: newtab_recommendations_merino_migration.submission_date - field_y: newtab_recommendations_merino_migration.point - log_scale: false - ci_lower: newtab_recommendations_merino_migration.lower - ci_upper: newtab_recommendations_merino_migration.upper - show_grid: true - listen: - Date: newtab_recommendations_merino_migration.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ newtab_recommendations_merino_migration.metric: 'memory_total' newtab_recommendations_merino_migration.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: newtab_recommendations_merino_migration.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: newtab_recommendations_merino_migration + type: looker_line + fields: [ + newtab_recommendations_merino_migration.submission_date, + newtab_recommendations_merino_migration.branch, + newtab_recommendations_merino_migration.point + ] + pivots: [ + newtab_recommendations_merino_migration.branch + ] + filters: + newtab_recommendations_merino_migration.metric: 'days_of_use' + newtab_recommendations_merino_migration.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: newtab_recommendations_merino_migration.submission_date + field_y: newtab_recommendations_merino_migration.point + log_scale: false + ci_lower: newtab_recommendations_merino_migration.lower + ci_upper: newtab_recommendations_merino_migration.upper + show_grid: true + listen: + Date: newtab_recommendations_merino_migration.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/newtab_recommendations_merino_migration_global.dashboard.lookml b/operational_monitoring/dashboards/newtab_recommendations_merino_migration_global.dashboard.lookml index f0cdd93a4..af60e5bda 100644 --- a/operational_monitoring/dashboards/newtab_recommendations_merino_migration_global.dashboard.lookml +++ b/operational_monitoring/dashboards/newtab_recommendations_merino_migration_global.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ newtab_recommendations_merino_migration_global.branch ] filters: - newtab_recommendations_merino_migration_global.metric: 'active_hours' + newtab_recommendations_merino_migration_global.metric: 'search_count' newtab_recommendations_merino_migration_global.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ newtab_recommendations_merino_migration_global.branch ] filters: - newtab_recommendations_merino_migration_global.metric: 'search_count' + newtab_recommendations_merino_migration_global.metric: 'active_hours' newtab_recommendations_merino_migration_global.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: newtab_recommendations_merino_migration_global.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: newtab_recommendations_merino_migration_global - type: looker_line - fields: [ - newtab_recommendations_merino_migration_global.submission_date, - newtab_recommendations_merino_migration_global.branch, - newtab_recommendations_merino_migration_global.point - ] - pivots: [ - newtab_recommendations_merino_migration_global.branch - ] - filters: - newtab_recommendations_merino_migration_global.metric: 'days_of_use' - newtab_recommendations_merino_migration_global.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: newtab_recommendations_merino_migration_global.submission_date - field_y: newtab_recommendations_merino_migration_global.point - log_scale: false - ci_lower: newtab_recommendations_merino_migration_global.lower - ci_upper: newtab_recommendations_merino_migration_global.upper - show_grid: true - listen: - Date: newtab_recommendations_merino_migration_global.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ newtab_recommendations_merino_migration_global.metric: 'memory_total' newtab_recommendations_merino_migration_global.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: newtab_recommendations_merino_migration_global.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: newtab_recommendations_merino_migration_global + type: looker_line + fields: [ + newtab_recommendations_merino_migration_global.submission_date, + newtab_recommendations_merino_migration_global.branch, + newtab_recommendations_merino_migration_global.point + ] + pivots: [ + newtab_recommendations_merino_migration_global.branch + ] + filters: + newtab_recommendations_merino_migration_global.metric: 'days_of_use' + newtab_recommendations_merino_migration_global.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: newtab_recommendations_merino_migration_global.submission_date + field_y: newtab_recommendations_merino_migration_global.point + log_scale: false + ci_lower: newtab_recommendations_merino_migration_global.lower + ci_upper: newtab_recommendations_merino_migration_global.upper + show_grid: true + listen: + Date: newtab_recommendations_merino_migration_global.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/no_one_click_set_to_default_rollout_lth_holdback_branch.dashboard.lookml b/operational_monitoring/dashboards/no_one_click_set_to_default_rollout_lth_holdback_branch.dashboard.lookml index 99a78d8bc..0bfcb50ab 100644 --- a/operational_monitoring/dashboards/no_one_click_set_to_default_rollout_lth_holdback_branch.dashboard.lookml +++ b/operational_monitoring/dashboards/no_one_click_set_to_default_rollout_lth_holdback_branch.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ no_one_click_set_to_default_rollout_lth_holdback_branch.branch ] filters: - no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'active_hours' + no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'search_count' no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ no_one_click_set_to_default_rollout_lth_holdback_branch.branch ] filters: - no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'search_count' + no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'active_hours' no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: no_one_click_set_to_default_rollout_lth_holdback_branch - type: looker_line - fields: [ - no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date, - no_one_click_set_to_default_rollout_lth_holdback_branch.branch, - no_one_click_set_to_default_rollout_lth_holdback_branch.point - ] - pivots: [ - no_one_click_set_to_default_rollout_lth_holdback_branch.branch - ] - filters: - no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'days_of_use' - no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date - field_y: no_one_click_set_to_default_rollout_lth_holdback_branch.point - log_scale: false - ci_lower: no_one_click_set_to_default_rollout_lth_holdback_branch.lower - ci_upper: no_one_click_set_to_default_rollout_lth_holdback_branch.upper - show_grid: true - listen: - Date: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'memory_total' no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: no_one_click_set_to_default_rollout_lth_holdback_branch + type: looker_line + fields: [ + no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date, + no_one_click_set_to_default_rollout_lth_holdback_branch.branch, + no_one_click_set_to_default_rollout_lth_holdback_branch.point + ] + pivots: [ + no_one_click_set_to_default_rollout_lth_holdback_branch.branch + ] + filters: + no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'days_of_use' + no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date + field_y: no_one_click_set_to_default_rollout_lth_holdback_branch.point + log_scale: false + ci_lower: no_one_click_set_to_default_rollout_lth_holdback_branch.lower + ci_upper: no_one_click_set_to_default_rollout_lth_holdback_branch.upper + show_grid: true + listen: + Date: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/one_click_set_to_default_new_users_rollout.dashboard.lookml b/operational_monitoring/dashboards/one_click_set_to_default_new_users_rollout.dashboard.lookml index 5745c99d3..07857e663 100644 --- a/operational_monitoring/dashboards/one_click_set_to_default_new_users_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/one_click_set_to_default_new_users_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ one_click_set_to_default_new_users_rollout.branch ] filters: - one_click_set_to_default_new_users_rollout.metric: 'active_hours' + one_click_set_to_default_new_users_rollout.metric: 'search_count' one_click_set_to_default_new_users_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ one_click_set_to_default_new_users_rollout.branch ] filters: - one_click_set_to_default_new_users_rollout.metric: 'search_count' + one_click_set_to_default_new_users_rollout.metric: 'active_hours' one_click_set_to_default_new_users_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: one_click_set_to_default_new_users_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: one_click_set_to_default_new_users_rollout - type: looker_line - fields: [ - one_click_set_to_default_new_users_rollout.submission_date, - one_click_set_to_default_new_users_rollout.branch, - one_click_set_to_default_new_users_rollout.point - ] - pivots: [ - one_click_set_to_default_new_users_rollout.branch - ] - filters: - one_click_set_to_default_new_users_rollout.metric: 'days_of_use' - one_click_set_to_default_new_users_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: one_click_set_to_default_new_users_rollout.submission_date - field_y: one_click_set_to_default_new_users_rollout.point - log_scale: false - ci_lower: one_click_set_to_default_new_users_rollout.lower - ci_upper: one_click_set_to_default_new_users_rollout.upper - show_grid: true - listen: - Date: one_click_set_to_default_new_users_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ one_click_set_to_default_new_users_rollout.metric: 'memory_total' one_click_set_to_default_new_users_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: one_click_set_to_default_new_users_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: one_click_set_to_default_new_users_rollout + type: looker_line + fields: [ + one_click_set_to_default_new_users_rollout.submission_date, + one_click_set_to_default_new_users_rollout.branch, + one_click_set_to_default_new_users_rollout.point + ] + pivots: [ + one_click_set_to_default_new_users_rollout.branch + ] + filters: + one_click_set_to_default_new_users_rollout.metric: 'days_of_use' + one_click_set_to_default_new_users_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: one_click_set_to_default_new_users_rollout.submission_date + field_y: one_click_set_to_default_new_users_rollout.point + log_scale: false + ci_lower: one_click_set_to_default_new_users_rollout.lower + ci_upper: one_click_set_to_default_new_users_rollout.upper + show_grid: true + listen: + Date: one_click_set_to_default_new_users_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/performance_desktop_build_by_build_beta.dashboard.lookml b/operational_monitoring/dashboards/performance_desktop_build_by_build_beta.dashboard.lookml index 16926710d..b2103d7d9 100644 --- a/operational_monitoring/dashboards/performance_desktop_build_by_build_beta.dashboard.lookml +++ b/operational_monitoring/dashboards/performance_desktop_build_by_build_beta.dashboard.lookml @@ -10,8 +10,8 @@ preferred_viewer: dashboards-next elements: - - title: Keypress Present Latency Ms - name: Keypress Present Latency Ms_percentile + - title: Js Pageload Parse Ms + name: Js Pageload Parse Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -28,7 +28,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'keypress_present_latency_ms' + performance_desktop_build_by_build_beta.metric: 'js_pageload_parse_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 0 col: 0 @@ -45,6 +45,154 @@ Percentile: performance_desktop_build_by_build_beta.parameter Os: performance_desktop_build_by_build_beta.os + active: "#3FE1B0" + defaults_version: 0 + - title: Timestamps First Paint Two + name: Timestamps First Paint Two_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'timestamps_first_paint_two' + performance_desktop_build_by_build_beta.statistic: percentile + row: 0 + col: 12 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Fx Page Load Ms 2 + name: Fx Page Load Ms 2_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'fx_page_load_ms_2' + performance_desktop_build_by_build_beta.statistic: percentile + row: 10 + col: 0 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Perf Dom Content Loaded Time + name: Perf Dom Content Loaded Time_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'perf_dom_content_loaded_time' + performance_desktop_build_by_build_beta.statistic: percentile + row: 10 + col: 12 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Mouseup Followed By Click Present Latency + name: Mouseup Followed By Click Present Latency_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'mouseup_followed_by_click_present_latency' + performance_desktop_build_by_build_beta.statistic: percentile + row: 20 + col: 0 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + active: "#3FE1B0" defaults_version: 0 - title: Perf Dom Contentperf Dom Content Loaded Time From Responsestart Ms Loaded Time @@ -67,7 +215,7 @@ filters: performance_desktop_build_by_build_beta.metric: 'perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time' performance_desktop_build_by_build_beta.statistic: percentile - row: 0 + row: 20 col: 12 width: 12 height: 8 @@ -84,8 +232,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Timestamps First Paint Two - name: Timestamps First Paint Two_percentile + - title: Js Pageload Xdr Encoding Ms + name: Js Pageload Xdr Encoding Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -102,9 +250,9 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'timestamps_first_paint_two' + performance_desktop_build_by_build_beta.metric: 'js_pageload_xdr_encoding_ms' performance_desktop_build_by_build_beta.statistic: percentile - row: 10 + row: 30 col: 0 width: 12 height: 8 @@ -119,43 +267,6 @@ Percentile: performance_desktop_build_by_build_beta.parameter Os: performance_desktop_build_by_build_beta.os - active: "#3FE1B0" - defaults_version: 0 - - title: Timestamps About Home Topsites First Paint - name: Timestamps About Home Topsites First Paint_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'timestamps_about_home_topsites_first_paint' - performance_desktop_build_by_build_beta.statistic: percentile - row: 10 - col: 12 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - active: "#3FE1B0" defaults_version: 0 - title: Scroll Present Latency @@ -178,117 +289,6 @@ filters: performance_desktop_build_by_build_beta.metric: 'scroll_present_latency' performance_desktop_build_by_build_beta.statistic: percentile - row: 20 - col: 0 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - - active: "#3FE1B0" - defaults_version: 0 - - title: Input Event Response Coalesced - name: Input Event Response Coalesced_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'input_event_response_coalesced' - performance_desktop_build_by_build_beta.statistic: percentile - row: 20 - col: 12 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - - active: "#3FE1B0" - defaults_version: 0 - - title: Cycle Collector Visited Gced - name: Cycle Collector Visited Gced_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_gced' - performance_desktop_build_by_build_beta.statistic: percentile - row: 30 - col: 0 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - - active: "#3FE1B0" - defaults_version: 0 - - title: Perf Page Load Time Ms - name: Perf Page Load Time Ms_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'perf_page_load_time_ms' - performance_desktop_build_by_build_beta.statistic: percentile row: 30 col: 12 width: 12 @@ -380,8 +380,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Dom Content Loaded Time - name: Perf Dom Content Loaded Time_percentile + - title: Perf Page Load Time Ms + name: Perf Page Load Time Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -398,7 +398,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'perf_dom_content_loaded_time' + performance_desktop_build_by_build_beta.metric: 'perf_page_load_time_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 50 col: 0 @@ -417,8 +417,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Request Animation Callback Non Pageload - name: Perf Request Animation Callback Non Pageload_percentile + - title: Keypress Present Latency Ms + name: Keypress Present Latency Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -435,7 +435,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_non_pageload' + performance_desktop_build_by_build_beta.metric: 'keypress_present_latency_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 50 col: 12 @@ -452,6 +452,43 @@ Percentile: performance_desktop_build_by_build_beta.parameter Os: performance_desktop_build_by_build_beta.os + active: "#3FE1B0" + defaults_version: 0 + - title: Cycle Collector Visited Ref Counted + name: Cycle Collector Visited Ref Counted_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_ref_counted' + performance_desktop_build_by_build_beta.statistic: percentile + row: 60 + col: 0 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + active: "#3FE1B0" defaults_version: 0 - title: Js Pageload Execution Ms @@ -475,43 +512,6 @@ performance_desktop_build_by_build_beta.metric: 'js_pageload_execution_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 60 - col: 0 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - - active: "#3FE1B0" - defaults_version: 0 - - title: Js Pageload Baseline Compile Ms - name: Js Pageload Baseline Compile Ms_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'js_pageload_baseline_compile_ms' - performance_desktop_build_by_build_beta.statistic: percentile - row: 60 col: 12 width: 12 height: 8 @@ -528,8 +528,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Time To First Interaction Ms - name: Time To First Interaction Ms_percentile + - title: Perf First Contentful Paint Ms + name: Perf First Contentful Paint Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -546,7 +546,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'time_to_first_interaction_ms' + performance_desktop_build_by_build_beta.metric: 'perf_first_contentful_paint_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 70 col: 0 @@ -565,8 +565,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Fx Page Load Ms 2 - name: Fx Page Load Ms 2_percentile + - title: Input Event Response Coalesced + name: Input Event Response Coalesced_percentile note_state: expanded note_display: above note_text: Percentile @@ -583,7 +583,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'fx_page_load_ms_2' + performance_desktop_build_by_build_beta.metric: 'input_event_response_coalesced' performance_desktop_build_by_build_beta.statistic: percentile row: 70 col: 12 @@ -639,8 +639,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Mouseup Followed By Click Present Latency - name: Mouseup Followed By Click Present Latency_percentile + - title: Timestamps About Home Topsites First Paint + name: Timestamps About Home Topsites First Paint_percentile note_state: expanded note_display: above note_text: Percentile @@ -657,7 +657,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'mouseup_followed_by_click_present_latency' + performance_desktop_build_by_build_beta.metric: 'timestamps_about_home_topsites_first_paint' performance_desktop_build_by_build_beta.statistic: percentile row: 80 col: 12 @@ -676,8 +676,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Js Pageload Parse Ms - name: Js Pageload Parse Ms_percentile + - title: Perf Request Animation Callback Non Pageload + name: Perf Request Animation Callback Non Pageload_percentile note_state: expanded note_display: above note_text: Percentile @@ -694,7 +694,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'js_pageload_parse_ms' + performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_non_pageload' performance_desktop_build_by_build_beta.statistic: percentile row: 90 col: 0 @@ -713,8 +713,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf First Contentful Paint Ms - name: Perf First Contentful Paint Ms_percentile + - title: Time To First Interaction Ms + name: Time To First Interaction Ms_percentile note_state: expanded note_display: above note_text: Percentile @@ -731,7 +731,7 @@ performance_desktop_build_by_build_beta.branch ] filters: - performance_desktop_build_by_build_beta.metric: 'perf_first_contentful_paint_ms' + performance_desktop_build_by_build_beta.metric: 'time_to_first_interaction_ms' performance_desktop_build_by_build_beta.statistic: percentile row: 90 col: 12 @@ -748,80 +748,6 @@ Percentile: performance_desktop_build_by_build_beta.parameter Os: performance_desktop_build_by_build_beta.os - active: "#3FE1B0" - defaults_version: 0 - - title: Js Pageload Xdr Encoding Ms - name: Js Pageload Xdr Encoding Ms_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'js_pageload_xdr_encoding_ms' - performance_desktop_build_by_build_beta.statistic: percentile - row: 100 - col: 0 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - - active: "#3FE1B0" - defaults_version: 0 - - title: Cycle Collector Visited Ref Counted - name: Cycle Collector Visited Ref Counted_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_desktop_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_desktop_build_by_build_beta.build_id, - performance_desktop_build_by_build_beta.branch, - performance_desktop_build_by_build_beta.upper, - performance_desktop_build_by_build_beta.lower, - performance_desktop_build_by_build_beta.point - ] - pivots: [ - performance_desktop_build_by_build_beta.branch - ] - filters: - performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_ref_counted' - performance_desktop_build_by_build_beta.statistic: percentile - row: 100 - col: 12 - width: 12 - height: 8 - field_x: performance_desktop_build_by_build_beta.build_id - field_y: performance_desktop_build_by_build_beta.point - log_scale: false - ci_lower: performance_desktop_build_by_build_beta.lower - ci_upper: performance_desktop_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_desktop_build_by_build_beta.build_id - Percentile: performance_desktop_build_by_build_beta.parameter - Os: performance_desktop_build_by_build_beta.os - active: "#3FE1B0" defaults_version: 0 - title: Js Pageload Delazification Ms @@ -844,6 +770,80 @@ filters: performance_desktop_build_by_build_beta.metric: 'js_pageload_delazification_ms' performance_desktop_build_by_build_beta.statistic: percentile + row: 100 + col: 0 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Js Pageload Baseline Compile Ms + name: Js Pageload Baseline Compile Ms_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'js_pageload_baseline_compile_ms' + performance_desktop_build_by_build_beta.statistic: percentile + row: 100 + col: 12 + width: 12 + height: 8 + field_x: performance_desktop_build_by_build_beta.build_id + field_y: performance_desktop_build_by_build_beta.point + log_scale: false + ci_lower: performance_desktop_build_by_build_beta.lower + ci_upper: performance_desktop_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_desktop_build_by_build_beta.build_id + Percentile: performance_desktop_build_by_build_beta.parameter + Os: performance_desktop_build_by_build_beta.os + + active: "#3FE1B0" + defaults_version: 0 + - title: Cycle Collector Visited Gced + name: Cycle Collector Visited Gced_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_desktop_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_desktop_build_by_build_beta.build_id, + performance_desktop_build_by_build_beta.branch, + performance_desktop_build_by_build_beta.upper, + performance_desktop_build_by_build_beta.lower, + performance_desktop_build_by_build_beta.point + ] + pivots: [ + performance_desktop_build_by_build_beta.branch + ] + filters: + performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_gced' + performance_desktop_build_by_build_beta.statistic: percentile row: 110 col: 0 width: 12 diff --git a/operational_monitoring/dashboards/performance_fenix_build_by_build_beta.dashboard.lookml b/operational_monitoring/dashboards/performance_fenix_build_by_build_beta.dashboard.lookml index 64401bf3c..9c8cae07c 100644 --- a/operational_monitoring/dashboards/performance_fenix_build_by_build_beta.dashboard.lookml +++ b/operational_monitoring/dashboards/performance_fenix_build_by_build_beta.dashboard.lookml @@ -10,6 +10,42 @@ preferred_viewer: dashboards-next elements: + - title: Performance Pageload Load Time + name: Performance Pageload Load Time_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_fenix_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_fenix_build_by_build_beta.build_id, + performance_fenix_build_by_build_beta.branch, + performance_fenix_build_by_build_beta.upper, + performance_fenix_build_by_build_beta.lower, + performance_fenix_build_by_build_beta.point + ] + pivots: [ + performance_fenix_build_by_build_beta.branch + ] + filters: + performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time' + performance_fenix_build_by_build_beta.statistic: percentile + row: 0 + col: 0 + width: 12 + height: 8 + field_x: performance_fenix_build_by_build_beta.build_id + field_y: performance_fenix_build_by_build_beta.point + log_scale: false + ci_lower: performance_fenix_build_by_build_beta.lower + ci_upper: performance_fenix_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_fenix_build_by_build_beta.build_id + Percentile: performance_fenix_build_by_build_beta.parameter + + active: "#3FE1B0" + defaults_version: 0 - title: Storage Stats App Bytes name: Storage Stats App Bytes_percentile note_state: expanded @@ -31,42 +67,6 @@ performance_fenix_build_by_build_beta.metric: 'storage_stats_app_bytes' performance_fenix_build_by_build_beta.statistic: percentile row: 0 - col: 0 - width: 12 - height: 8 - field_x: performance_fenix_build_by_build_beta.build_id - field_y: performance_fenix_build_by_build_beta.point - log_scale: false - ci_lower: performance_fenix_build_by_build_beta.lower - ci_upper: performance_fenix_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_fenix_build_by_build_beta.build_id - Percentile: performance_fenix_build_by_build_beta.parameter - - active: "#3FE1B0" - defaults_version: 0 - - title: Performance Pageload Dcl - name: Performance Pageload Dcl_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_fenix_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_fenix_build_by_build_beta.build_id, - performance_fenix_build_by_build_beta.branch, - performance_fenix_build_by_build_beta.upper, - performance_fenix_build_by_build_beta.lower, - performance_fenix_build_by_build_beta.point - ] - pivots: [ - performance_fenix_build_by_build_beta.branch - ] - filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl' - performance_fenix_build_by_build_beta.statistic: percentile - row: 0 col: 12 width: 12 height: 8 @@ -82,8 +82,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Performance Pageload Req Anim Frame Callback - name: Performance Pageload Req Anim Frame Callback_percentile + - title: Performance Pageload Load Time Responsestart + name: Performance Pageload Load Time Responsestart_percentile note_state: expanded note_display: above note_text: Percentile @@ -100,7 +100,7 @@ performance_fenix_build_by_build_beta.branch ] filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_req_anim_frame_callback' + performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time_responsestart' performance_fenix_build_by_build_beta.statistic: percentile row: 10 col: 0 @@ -116,6 +116,78 @@ Date: performance_fenix_build_by_build_beta.build_id Percentile: performance_fenix_build_by_build_beta.parameter + active: "#3FE1B0" + defaults_version: 0 + - title: Performance Pageload Dcl Responsestart + name: Performance Pageload Dcl Responsestart_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_fenix_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_fenix_build_by_build_beta.build_id, + performance_fenix_build_by_build_beta.branch, + performance_fenix_build_by_build_beta.upper, + performance_fenix_build_by_build_beta.lower, + performance_fenix_build_by_build_beta.point + ] + pivots: [ + performance_fenix_build_by_build_beta.branch + ] + filters: + performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl_responsestart' + performance_fenix_build_by_build_beta.statistic: percentile + row: 10 + col: 12 + width: 12 + height: 8 + field_x: performance_fenix_build_by_build_beta.build_id + field_y: performance_fenix_build_by_build_beta.point + log_scale: false + ci_lower: performance_fenix_build_by_build_beta.lower + ci_upper: performance_fenix_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_fenix_build_by_build_beta.build_id + Percentile: performance_fenix_build_by_build_beta.parameter + + active: "#3FE1B0" + defaults_version: 0 + - title: Perf Startup Cold Main App To First Frame + name: Perf Startup Cold Main App To First Frame_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_fenix_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_fenix_build_by_build_beta.build_id, + performance_fenix_build_by_build_beta.branch, + performance_fenix_build_by_build_beta.upper, + performance_fenix_build_by_build_beta.lower, + performance_fenix_build_by_build_beta.point + ] + pivots: [ + performance_fenix_build_by_build_beta.branch + ] + filters: + performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame' + performance_fenix_build_by_build_beta.statistic: percentile + row: 20 + col: 0 + width: 12 + height: 8 + field_x: performance_fenix_build_by_build_beta.build_id + field_y: performance_fenix_build_by_build_beta.point + log_scale: false + ci_lower: performance_fenix_build_by_build_beta.lower + ci_upper: performance_fenix_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_fenix_build_by_build_beta.build_id + Percentile: performance_fenix_build_by_build_beta.parameter + active: "#3FE1B0" defaults_version: 0 - title: Perf Startup Cold View App To First Frame @@ -138,78 +210,6 @@ filters: performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_view_app_to_first_frame' performance_fenix_build_by_build_beta.statistic: percentile - row: 10 - col: 12 - width: 12 - height: 8 - field_x: performance_fenix_build_by_build_beta.build_id - field_y: performance_fenix_build_by_build_beta.point - log_scale: false - ci_lower: performance_fenix_build_by_build_beta.lower - ci_upper: performance_fenix_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_fenix_build_by_build_beta.build_id - Percentile: performance_fenix_build_by_build_beta.parameter - - active: "#3FE1B0" - defaults_version: 0 - - title: Performance Pageload Load Time - name: Performance Pageload Load Time_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_fenix_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_fenix_build_by_build_beta.build_id, - performance_fenix_build_by_build_beta.branch, - performance_fenix_build_by_build_beta.upper, - performance_fenix_build_by_build_beta.lower, - performance_fenix_build_by_build_beta.point - ] - pivots: [ - performance_fenix_build_by_build_beta.branch - ] - filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time' - performance_fenix_build_by_build_beta.statistic: percentile - row: 20 - col: 0 - width: 12 - height: 8 - field_x: performance_fenix_build_by_build_beta.build_id - field_y: performance_fenix_build_by_build_beta.point - log_scale: false - ci_lower: performance_fenix_build_by_build_beta.lower - ci_upper: performance_fenix_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_fenix_build_by_build_beta.build_id - Percentile: performance_fenix_build_by_build_beta.parameter - - active: "#3FE1B0" - defaults_version: 0 - - title: Storage Stats Data Dir Bytes - name: Storage Stats Data Dir Bytes_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_fenix_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_fenix_build_by_build_beta.build_id, - performance_fenix_build_by_build_beta.branch, - performance_fenix_build_by_build_beta.upper, - performance_fenix_build_by_build_beta.lower, - performance_fenix_build_by_build_beta.point - ] - pivots: [ - performance_fenix_build_by_build_beta.branch - ] - filters: - performance_fenix_build_by_build_beta.metric: 'storage_stats_data_dir_bytes' - performance_fenix_build_by_build_beta.statistic: percentile row: 20 col: 12 width: 12 @@ -226,8 +226,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Storage Stats Cache Bytes - name: Storage Stats Cache Bytes_percentile + - title: Performance Pageload Req Anim Frame Callback + name: Performance Pageload Req Anim Frame Callback_percentile note_state: expanded note_display: above note_text: Percentile @@ -244,7 +244,7 @@ performance_fenix_build_by_build_beta.branch ] filters: - performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes' + performance_fenix_build_by_build_beta.metric: 'performance_pageload_req_anim_frame_callback' performance_fenix_build_by_build_beta.statistic: percentile row: 30 col: 0 @@ -262,8 +262,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Startup Cold Main App To First Frame - name: Perf Startup Cold Main App To First Frame_percentile + - title: Performance Pageload Dcl + name: Performance Pageload Dcl_percentile note_state: expanded note_display: above note_text: Percentile @@ -280,7 +280,7 @@ performance_fenix_build_by_build_beta.branch ] filters: - performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame' + performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl' performance_fenix_build_by_build_beta.statistic: percentile row: 30 col: 12 @@ -296,42 +296,6 @@ Date: performance_fenix_build_by_build_beta.build_id Percentile: performance_fenix_build_by_build_beta.parameter - active: "#3FE1B0" - defaults_version: 0 - - title: Performance Pageload Fcp - name: Performance Pageload Fcp_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_fenix_build_by_build_beta - type: "ci-line-chart" - fields: [ - performance_fenix_build_by_build_beta.build_id, - performance_fenix_build_by_build_beta.branch, - performance_fenix_build_by_build_beta.upper, - performance_fenix_build_by_build_beta.lower, - performance_fenix_build_by_build_beta.point - ] - pivots: [ - performance_fenix_build_by_build_beta.branch - ] - filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp' - performance_fenix_build_by_build_beta.statistic: percentile - row: 40 - col: 0 - width: 12 - height: 8 - field_x: performance_fenix_build_by_build_beta.build_id - field_y: performance_fenix_build_by_build_beta.point - log_scale: false - ci_lower: performance_fenix_build_by_build_beta.lower - ci_upper: performance_fenix_build_by_build_beta.upper - show_grid: true - listen: - Date: performance_fenix_build_by_build_beta.build_id - Percentile: performance_fenix_build_by_build_beta.parameter - active: "#3FE1B0" defaults_version: 0 - title: Performance Pageload Fcp Responsestart @@ -355,7 +319,7 @@ performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart' performance_fenix_build_by_build_beta.statistic: percentile row: 40 - col: 12 + col: 0 width: 12 height: 8 field_x: performance_fenix_build_by_build_beta.build_id @@ -370,8 +334,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Performance Pageload Dcl Responsestart - name: Performance Pageload Dcl Responsestart_percentile + - title: Storage Stats Cache Bytes + name: Storage Stats Cache Bytes_percentile note_state: expanded note_display: above note_text: Percentile @@ -388,7 +352,43 @@ performance_fenix_build_by_build_beta.branch ] filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl_responsestart' + performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes' + performance_fenix_build_by_build_beta.statistic: percentile + row: 40 + col: 12 + width: 12 + height: 8 + field_x: performance_fenix_build_by_build_beta.build_id + field_y: performance_fenix_build_by_build_beta.point + log_scale: false + ci_lower: performance_fenix_build_by_build_beta.lower + ci_upper: performance_fenix_build_by_build_beta.upper + show_grid: true + listen: + Date: performance_fenix_build_by_build_beta.build_id + Percentile: performance_fenix_build_by_build_beta.parameter + + active: "#3FE1B0" + defaults_version: 0 + - title: Performance Pageload Fcp + name: Performance Pageload Fcp_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_fenix_build_by_build_beta + type: "ci-line-chart" + fields: [ + performance_fenix_build_by_build_beta.build_id, + performance_fenix_build_by_build_beta.branch, + performance_fenix_build_by_build_beta.upper, + performance_fenix_build_by_build_beta.lower, + performance_fenix_build_by_build_beta.point + ] + pivots: [ + performance_fenix_build_by_build_beta.branch + ] + filters: + performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp' performance_fenix_build_by_build_beta.statistic: percentile row: 50 col: 0 @@ -406,8 +406,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Performance Pageload Load Time Responsestart - name: Performance Pageload Load Time Responsestart_percentile + - title: Storage Stats Data Dir Bytes + name: Storage Stats Data Dir Bytes_percentile note_state: expanded note_display: above note_text: Percentile @@ -424,7 +424,7 @@ performance_fenix_build_by_build_beta.branch ] filters: - performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time_responsestart' + performance_fenix_build_by_build_beta.metric: 'storage_stats_data_dir_bytes' performance_fenix_build_by_build_beta.statistic: percentile row: 50 col: 12 diff --git a/operational_monitoring/dashboards/performance_review_kenya.dashboard.lookml b/operational_monitoring/dashboards/performance_review_kenya.dashboard.lookml index f1c6062b6..c4e8e30be 100644 --- a/operational_monitoring/dashboards/performance_review_kenya.dashboard.lookml +++ b/operational_monitoring/dashboards/performance_review_kenya.dashboard.lookml @@ -10,114 +10,6 @@ preferred_viewer: dashboards-next elements: - - title: Performance Pageload Load Time - name: Performance Pageload Load Time_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya - type: "ci-line-chart" - fields: [ - performance_review_kenya.build_id, - performance_review_kenya.branch, - performance_review_kenya.upper, - performance_review_kenya.lower, - performance_review_kenya.point - ] - pivots: [ - performance_review_kenya.branch, performance_review_kenya.metric - ] - filters: - performance_review_kenya.metric: '"performance_pageload_load_time_KE", "performance_pageload_load_time_US"' - performance_review_kenya.statistic: percentile - row: 0 - col: 0 - width: 12 - height: 8 - field_x: performance_review_kenya.build_id - field_y: performance_review_kenya.point - log_scale: false - ci_lower: performance_review_kenya.lower - ci_upper: performance_review_kenya.upper - show_grid: true - listen: - Date: performance_review_kenya.build_id - Percentile: performance_review_kenya.parameter - - active: "#3FE1B0" - defaults_version: 0 - - title: Storage Stats App Bytes - name: Storage Stats App Bytes_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya - type: "ci-line-chart" - fields: [ - performance_review_kenya.build_id, - performance_review_kenya.branch, - performance_review_kenya.upper, - performance_review_kenya.lower, - performance_review_kenya.point - ] - pivots: [ - performance_review_kenya.branch, performance_review_kenya.metric - ] - filters: - performance_review_kenya.metric: '"storage_stats_app_bytes_KE", "storage_stats_app_bytes_US"' - performance_review_kenya.statistic: percentile - row: 0 - col: 12 - width: 12 - height: 8 - field_x: performance_review_kenya.build_id - field_y: performance_review_kenya.point - log_scale: false - ci_lower: performance_review_kenya.lower - ci_upper: performance_review_kenya.upper - show_grid: true - listen: - Date: performance_review_kenya.build_id - Percentile: performance_review_kenya.parameter - - active: "#3FE1B0" - defaults_version: 0 - - title: Networking Http 3 Download Throughput - name: Networking Http 3 Download Throughput_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya - type: "ci-line-chart" - fields: [ - performance_review_kenya.build_id, - performance_review_kenya.branch, - performance_review_kenya.upper, - performance_review_kenya.lower, - performance_review_kenya.point - ] - pivots: [ - performance_review_kenya.branch, performance_review_kenya.metric - ] - filters: - performance_review_kenya.metric: '"networking_http_3_download_throughput_KE", "networking_http_3_download_throughput_US"' - performance_review_kenya.statistic: percentile - row: 10 - col: 0 - width: 12 - height: 8 - field_x: performance_review_kenya.build_id - field_y: performance_review_kenya.point - log_scale: false - ci_lower: performance_review_kenya.lower - ci_upper: performance_review_kenya.upper - show_grid: true - listen: - Date: performance_review_kenya.build_id - Percentile: performance_review_kenya.parameter - - active: "#3FE1B0" - defaults_version: 0 - title: Networking Http 3 Upload Throughput name: Networking Http 3 Upload Throughput_percentile note_state: expanded @@ -138,8 +30,8 @@ filters: performance_review_kenya.metric: '"networking_http_3_upload_throughput_US", "networking_http_3_upload_throughput_KE"' performance_review_kenya.statistic: percentile - row: 10 - col: 12 + row: 0 + col: 0 width: 12 height: 8 field_x: performance_review_kenya.build_id @@ -154,8 +46,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Storage Stats Data Dir Bytes - name: Storage Stats Data Dir Bytes_percentile + - title: Networking Http 2 Upload Throughput + name: Networking Http 2 Upload Throughput_percentile note_state: expanded note_display: above note_text: Percentile @@ -172,7 +64,115 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"storage_stats_data_dir_bytes_US", "storage_stats_data_dir_bytes_KE"' + performance_review_kenya.metric: '"networking_http_2_upload_throughput_US", "networking_http_2_upload_throughput_KE"' + performance_review_kenya.statistic: percentile + row: 0 + col: 12 + width: 12 + height: 8 + field_x: performance_review_kenya.build_id + field_y: performance_review_kenya.point + log_scale: false + ci_lower: performance_review_kenya.lower + ci_upper: performance_review_kenya.upper + show_grid: true + listen: + Date: performance_review_kenya.build_id + Percentile: performance_review_kenya.parameter + + active: "#3FE1B0" + defaults_version: 0 + - title: Networking Http 2 Download Throughput + name: Networking Http 2 Download Throughput_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya + type: "ci-line-chart" + fields: [ + performance_review_kenya.build_id, + performance_review_kenya.branch, + performance_review_kenya.upper, + performance_review_kenya.lower, + performance_review_kenya.point + ] + pivots: [ + performance_review_kenya.branch, performance_review_kenya.metric + ] + filters: + performance_review_kenya.metric: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"' + performance_review_kenya.statistic: percentile + row: 10 + col: 0 + width: 12 + height: 8 + field_x: performance_review_kenya.build_id + field_y: performance_review_kenya.point + log_scale: false + ci_lower: performance_review_kenya.lower + ci_upper: performance_review_kenya.upper + show_grid: true + listen: + Date: performance_review_kenya.build_id + Percentile: performance_review_kenya.parameter + + active: "#3FE1B0" + defaults_version: 0 + - title: Performance Pageload Load Time + name: Performance Pageload Load Time_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya + type: "ci-line-chart" + fields: [ + performance_review_kenya.build_id, + performance_review_kenya.branch, + performance_review_kenya.upper, + performance_review_kenya.lower, + performance_review_kenya.point + ] + pivots: [ + performance_review_kenya.branch, performance_review_kenya.metric + ] + filters: + performance_review_kenya.metric: '"performance_pageload_load_time_KE", "performance_pageload_load_time_US"' + performance_review_kenya.statistic: percentile + row: 10 + col: 12 + width: 12 + height: 8 + field_x: performance_review_kenya.build_id + field_y: performance_review_kenya.point + log_scale: false + ci_lower: performance_review_kenya.lower + ci_upper: performance_review_kenya.upper + show_grid: true + listen: + Date: performance_review_kenya.build_id + Percentile: performance_review_kenya.parameter + + active: "#3FE1B0" + defaults_version: 0 + - title: Networking Http 1 Download Throughput + name: Networking Http 1 Download Throughput_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya + type: "ci-line-chart" + fields: [ + performance_review_kenya.build_id, + performance_review_kenya.branch, + performance_review_kenya.upper, + performance_review_kenya.lower, + performance_review_kenya.point + ] + pivots: [ + performance_review_kenya.branch, performance_review_kenya.metric + ] + filters: + performance_review_kenya.metric: '"networking_http_1_download_throughput_US", "networking_http_1_download_throughput_KE"' performance_review_kenya.statistic: percentile row: 20 col: 0 @@ -190,8 +190,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Dns Lookup Time - name: Networking Dns Lookup Time_percentile + - title: Perf Startup Cold Main App To First Frame + name: Perf Startup Cold Main App To First Frame_percentile note_state: expanded note_display: above note_text: Percentile @@ -208,7 +208,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"networking_dns_lookup_time_KE", "networking_dns_lookup_time_US"' + performance_review_kenya.metric: '"perf_startup_cold_main_app_to_first_frame_KE", "perf_startup_cold_main_app_to_first_frame_US"' performance_review_kenya.statistic: percentile row: 20 col: 12 @@ -226,8 +226,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Performance Time Response Start - name: Performance Time Response Start_percentile + - title: Perf Startup Cold View App To First Frame + name: Perf Startup Cold View App To First Frame_percentile note_state: expanded note_display: above note_text: Percentile @@ -244,7 +244,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"performance_time_response_start_KE", "performance_time_response_start_US"' + performance_review_kenya.metric: '"perf_startup_cold_view_app_to_first_frame_KE", "perf_startup_cold_view_app_to_first_frame_US"' performance_review_kenya.statistic: percentile row: 30 col: 0 @@ -298,8 +298,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Http 2 Upload Throughput - name: Networking Http 2 Upload Throughput_percentile + - title: Storage Stats Data Dir Bytes + name: Storage Stats Data Dir Bytes_percentile note_state: expanded note_display: above note_text: Percentile @@ -316,7 +316,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"networking_http_2_upload_throughput_KE", "networking_http_2_upload_throughput_US"' + performance_review_kenya.metric: '"storage_stats_data_dir_bytes_KE", "storage_stats_data_dir_bytes_US"' performance_review_kenya.statistic: percentile row: 40 col: 0 @@ -334,8 +334,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Http 2 Download Throughput - name: Networking Http 2 Download Throughput_percentile + - title: Networking Dns Lookup Time + name: Networking Dns Lookup Time_percentile note_state: expanded note_display: above note_text: Percentile @@ -352,7 +352,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"' + performance_review_kenya.metric: '"networking_dns_lookup_time_US", "networking_dns_lookup_time_KE"' performance_review_kenya.statistic: percentile row: 40 col: 12 @@ -370,8 +370,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Http 1 Download Throughput - name: Networking Http 1 Download Throughput_percentile + - title: Storage Stats App Bytes + name: Storage Stats App Bytes_percentile note_state: expanded note_display: above note_text: Percentile @@ -388,7 +388,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"networking_http_1_download_throughput_KE", "networking_http_1_download_throughput_US"' + performance_review_kenya.metric: '"storage_stats_app_bytes_KE", "storage_stats_app_bytes_US"' performance_review_kenya.statistic: percentile row: 50 col: 0 @@ -406,8 +406,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Startup Cold View App To First Frame - name: Perf Startup Cold View App To First Frame_percentile + - title: Networking Http 3 Download Throughput + name: Networking Http 3 Download Throughput_percentile note_state: expanded note_display: above note_text: Percentile @@ -424,7 +424,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"perf_startup_cold_view_app_to_first_frame_KE", "perf_startup_cold_view_app_to_first_frame_US"' + performance_review_kenya.metric: '"networking_http_3_download_throughput_US", "networking_http_3_download_throughput_KE"' performance_review_kenya.statistic: percentile row: 50 col: 12 @@ -442,8 +442,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Startup Cold Main App To First Frame - name: Perf Startup Cold Main App To First Frame_percentile + - title: Performance Time Response Start + name: Performance Time Response Start_percentile note_state: expanded note_display: above note_text: Percentile @@ -460,7 +460,7 @@ performance_review_kenya.branch, performance_review_kenya.metric ] filters: - performance_review_kenya.metric: '"perf_startup_cold_main_app_to_first_frame_US", "perf_startup_cold_main_app_to_first_frame_KE"' + performance_review_kenya.metric: '"performance_time_response_start_US", "performance_time_response_start_KE"' performance_review_kenya.statistic: percentile row: 60 col: 0 diff --git a/operational_monitoring/dashboards/performance_review_kenya_2.dashboard.lookml b/operational_monitoring/dashboards/performance_review_kenya_2.dashboard.lookml index e82bf7b67..9cfdedf2b 100644 --- a/operational_monitoring/dashboards/performance_review_kenya_2.dashboard.lookml +++ b/operational_monitoring/dashboards/performance_review_kenya_2.dashboard.lookml @@ -10,6 +10,80 @@ preferred_viewer: dashboards-next elements: + - title: Networking Http 1 Download Throughput - By country + name: Networking Http 1 Download Throughput - By country_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya_2 + type: "ci-line-chart" + fields: [ + performance_review_kenya_2.build_id, + performance_review_kenya_2.branch, + performance_review_kenya_2.upper, + performance_review_kenya_2.lower, + performance_review_kenya_2.point + ] + pivots: [ + performance_review_kenya_2.branch, performance_review_kenya_2.country + ] + filters: + performance_review_kenya_2.metric: 'networking_http_1_download_throughput' + performance_review_kenya_2.statistic: percentile + row: 0 + col: 0 + width: 12 + height: 8 + field_x: performance_review_kenya_2.build_id + field_y: performance_review_kenya_2.point + log_scale: false + ci_lower: performance_review_kenya_2.lower + ci_upper: performance_review_kenya_2.upper + show_grid: true + listen: + Date: performance_review_kenya_2.build_id + Percentile: performance_review_kenya_2.parameter + Country: performance_review_kenya_2.country + + active: "#3FE1B0" + defaults_version: 0 + - title: Networking Dns Lookup Time - By country + name: Networking Dns Lookup Time - By country_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya_2 + type: "ci-line-chart" + fields: [ + performance_review_kenya_2.build_id, + performance_review_kenya_2.branch, + performance_review_kenya_2.upper, + performance_review_kenya_2.lower, + performance_review_kenya_2.point + ] + pivots: [ + performance_review_kenya_2.branch, performance_review_kenya_2.country + ] + filters: + performance_review_kenya_2.metric: 'networking_dns_lookup_time' + performance_review_kenya_2.statistic: percentile + row: 0 + col: 12 + width: 12 + height: 8 + field_x: performance_review_kenya_2.build_id + field_y: performance_review_kenya_2.point + log_scale: false + ci_lower: performance_review_kenya_2.lower + ci_upper: performance_review_kenya_2.upper + show_grid: true + listen: + Date: performance_review_kenya_2.build_id + Percentile: performance_review_kenya_2.parameter + Country: performance_review_kenya_2.country + + active: "#3FE1B0" + defaults_version: 0 - title: Performance Time Response Start - By country name: Performance Time Response Start - By country_percentile note_state: expanded @@ -30,80 +104,6 @@ filters: performance_review_kenya_2.metric: 'performance_time_response_start' performance_review_kenya_2.statistic: percentile - row: 0 - col: 0 - width: 12 - height: 8 - field_x: performance_review_kenya_2.build_id - field_y: performance_review_kenya_2.point - log_scale: false - ci_lower: performance_review_kenya_2.lower - ci_upper: performance_review_kenya_2.upper - show_grid: true - listen: - Date: performance_review_kenya_2.build_id - Percentile: performance_review_kenya_2.parameter - Country: performance_review_kenya_2.country - - active: "#3FE1B0" - defaults_version: 0 - - title: Networking Http 3 Download Throughput - By country - name: Networking Http 3 Download Throughput - By country_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya_2 - type: "ci-line-chart" - fields: [ - performance_review_kenya_2.build_id, - performance_review_kenya_2.branch, - performance_review_kenya_2.upper, - performance_review_kenya_2.lower, - performance_review_kenya_2.point - ] - pivots: [ - performance_review_kenya_2.branch, performance_review_kenya_2.country - ] - filters: - performance_review_kenya_2.metric: 'networking_http_3_download_throughput' - performance_review_kenya_2.statistic: percentile - row: 0 - col: 12 - width: 12 - height: 8 - field_x: performance_review_kenya_2.build_id - field_y: performance_review_kenya_2.point - log_scale: false - ci_lower: performance_review_kenya_2.lower - ci_upper: performance_review_kenya_2.upper - show_grid: true - listen: - Date: performance_review_kenya_2.build_id - Percentile: performance_review_kenya_2.parameter - Country: performance_review_kenya_2.country - - active: "#3FE1B0" - defaults_version: 0 - - title: Networking Http 2 Upload Throughput - By country - name: Networking Http 2 Upload Throughput - By country_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya_2 - type: "ci-line-chart" - fields: [ - performance_review_kenya_2.build_id, - performance_review_kenya_2.branch, - performance_review_kenya_2.upper, - performance_review_kenya_2.lower, - performance_review_kenya_2.point - ] - pivots: [ - performance_review_kenya_2.branch, performance_review_kenya_2.country - ] - filters: - performance_review_kenya_2.metric: 'networking_http_2_upload_throughput' - performance_review_kenya_2.statistic: percentile row: 10 col: 0 width: 12 @@ -119,80 +119,6 @@ Percentile: performance_review_kenya_2.parameter Country: performance_review_kenya_2.country - active: "#3FE1B0" - defaults_version: 0 - - title: Storage Stats App Bytes - By country - name: Storage Stats App Bytes - By country_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya_2 - type: "ci-line-chart" - fields: [ - performance_review_kenya_2.build_id, - performance_review_kenya_2.branch, - performance_review_kenya_2.upper, - performance_review_kenya_2.lower, - performance_review_kenya_2.point - ] - pivots: [ - performance_review_kenya_2.branch, performance_review_kenya_2.country - ] - filters: - performance_review_kenya_2.metric: 'storage_stats_app_bytes' - performance_review_kenya_2.statistic: percentile - row: 10 - col: 12 - width: 12 - height: 8 - field_x: performance_review_kenya_2.build_id - field_y: performance_review_kenya_2.point - log_scale: false - ci_lower: performance_review_kenya_2.lower - ci_upper: performance_review_kenya_2.upper - show_grid: true - listen: - Date: performance_review_kenya_2.build_id - Percentile: performance_review_kenya_2.parameter - Country: performance_review_kenya_2.country - - active: "#3FE1B0" - defaults_version: 0 - - title: Perf Startup Cold View App To First Frame - By country - name: Perf Startup Cold View App To First Frame - By country_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya_2 - type: "ci-line-chart" - fields: [ - performance_review_kenya_2.build_id, - performance_review_kenya_2.branch, - performance_review_kenya_2.upper, - performance_review_kenya_2.lower, - performance_review_kenya_2.point - ] - pivots: [ - performance_review_kenya_2.branch, performance_review_kenya_2.country - ] - filters: - performance_review_kenya_2.metric: 'perf_startup_cold_view_app_to_first_frame' - performance_review_kenya_2.statistic: percentile - row: 20 - col: 0 - width: 12 - height: 8 - field_x: performance_review_kenya_2.build_id - field_y: performance_review_kenya_2.point - log_scale: false - ci_lower: performance_review_kenya_2.lower - ci_upper: performance_review_kenya_2.upper - show_grid: true - listen: - Date: performance_review_kenya_2.build_id - Percentile: performance_review_kenya_2.parameter - Country: performance_review_kenya_2.country - active: "#3FE1B0" defaults_version: 0 - title: Performance Pageload Load Time - By country @@ -215,7 +141,7 @@ filters: performance_review_kenya_2.metric: 'performance_pageload_load_time' performance_review_kenya_2.statistic: percentile - row: 20 + row: 10 col: 12 width: 12 height: 8 @@ -232,8 +158,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Storage Stats Data Dir Bytes - By country - name: Storage Stats Data Dir Bytes - By country_percentile + - title: Networking Http 3 Upload Throughput - By country + name: Networking Http 3 Upload Throughput - By country_percentile note_state: expanded note_display: above note_text: Percentile @@ -250,9 +176,9 @@ performance_review_kenya_2.branch, performance_review_kenya_2.country ] filters: - performance_review_kenya_2.metric: 'storage_stats_data_dir_bytes' + performance_review_kenya_2.metric: 'networking_http_3_upload_throughput' performance_review_kenya_2.statistic: percentile - row: 30 + row: 20 col: 0 width: 12 height: 8 @@ -267,6 +193,43 @@ Percentile: performance_review_kenya_2.parameter Country: performance_review_kenya_2.country + active: "#3FE1B0" + defaults_version: 0 + - title: Storage Stats App Bytes - By country + name: Storage Stats App Bytes - By country_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya_2 + type: "ci-line-chart" + fields: [ + performance_review_kenya_2.build_id, + performance_review_kenya_2.branch, + performance_review_kenya_2.upper, + performance_review_kenya_2.lower, + performance_review_kenya_2.point + ] + pivots: [ + performance_review_kenya_2.branch, performance_review_kenya_2.country + ] + filters: + performance_review_kenya_2.metric: 'storage_stats_app_bytes' + performance_review_kenya_2.statistic: percentile + row: 20 + col: 12 + width: 12 + height: 8 + field_x: performance_review_kenya_2.build_id + field_y: performance_review_kenya_2.point + log_scale: false + ci_lower: performance_review_kenya_2.lower + ci_upper: performance_review_kenya_2.upper + show_grid: true + listen: + Date: performance_review_kenya_2.build_id + Percentile: performance_review_kenya_2.parameter + Country: performance_review_kenya_2.country + active: "#3FE1B0" defaults_version: 0 - title: Networking Http 2 Download Throughput - By country @@ -290,6 +253,43 @@ performance_review_kenya_2.metric: 'networking_http_2_download_throughput' performance_review_kenya_2.statistic: percentile row: 30 + col: 0 + width: 12 + height: 8 + field_x: performance_review_kenya_2.build_id + field_y: performance_review_kenya_2.point + log_scale: false + ci_lower: performance_review_kenya_2.lower + ci_upper: performance_review_kenya_2.upper + show_grid: true + listen: + Date: performance_review_kenya_2.build_id + Percentile: performance_review_kenya_2.parameter + Country: performance_review_kenya_2.country + + active: "#3FE1B0" + defaults_version: 0 + - title: Perf Startup Cold Main App To First Frame - By country + name: Perf Startup Cold Main App To First Frame - By country_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya_2 + type: "ci-line-chart" + fields: [ + performance_review_kenya_2.build_id, + performance_review_kenya_2.branch, + performance_review_kenya_2.upper, + performance_review_kenya_2.lower, + performance_review_kenya_2.point + ] + pivots: [ + performance_review_kenya_2.branch, performance_review_kenya_2.country + ] + filters: + performance_review_kenya_2.metric: 'perf_startup_cold_main_app_to_first_frame' + performance_review_kenya_2.statistic: percentile + row: 30 col: 12 width: 12 height: 8 @@ -304,6 +304,43 @@ Percentile: performance_review_kenya_2.parameter Country: performance_review_kenya_2.country + active: "#3FE1B0" + defaults_version: 0 + - title: Perf Startup Cold View App To First Frame - By country + name: Perf Startup Cold View App To First Frame - By country_percentile + note_state: expanded + note_display: above + note_text: Percentile + explore: performance_review_kenya_2 + type: "ci-line-chart" + fields: [ + performance_review_kenya_2.build_id, + performance_review_kenya_2.branch, + performance_review_kenya_2.upper, + performance_review_kenya_2.lower, + performance_review_kenya_2.point + ] + pivots: [ + performance_review_kenya_2.branch, performance_review_kenya_2.country + ] + filters: + performance_review_kenya_2.metric: 'perf_startup_cold_view_app_to_first_frame' + performance_review_kenya_2.statistic: percentile + row: 40 + col: 0 + width: 12 + height: 8 + field_x: performance_review_kenya_2.build_id + field_y: performance_review_kenya_2.point + log_scale: false + ci_lower: performance_review_kenya_2.lower + ci_upper: performance_review_kenya_2.upper + show_grid: true + listen: + Date: performance_review_kenya_2.build_id + Percentile: performance_review_kenya_2.parameter + Country: performance_review_kenya_2.country + active: "#3FE1B0" defaults_version: 0 - title: Networking Http 1 Upload Throughput - By country @@ -327,43 +364,6 @@ performance_review_kenya_2.metric: 'networking_http_1_upload_throughput' performance_review_kenya_2.statistic: percentile row: 40 - col: 0 - width: 12 - height: 8 - field_x: performance_review_kenya_2.build_id - field_y: performance_review_kenya_2.point - log_scale: false - ci_lower: performance_review_kenya_2.lower - ci_upper: performance_review_kenya_2.upper - show_grid: true - listen: - Date: performance_review_kenya_2.build_id - Percentile: performance_review_kenya_2.parameter - Country: performance_review_kenya_2.country - - active: "#3FE1B0" - defaults_version: 0 - - title: Networking Http 3 Upload Throughput - By country - name: Networking Http 3 Upload Throughput - By country_percentile - note_state: expanded - note_display: above - note_text: Percentile - explore: performance_review_kenya_2 - type: "ci-line-chart" - fields: [ - performance_review_kenya_2.build_id, - performance_review_kenya_2.branch, - performance_review_kenya_2.upper, - performance_review_kenya_2.lower, - performance_review_kenya_2.point - ] - pivots: [ - performance_review_kenya_2.branch, performance_review_kenya_2.country - ] - filters: - performance_review_kenya_2.metric: 'networking_http_3_upload_throughput' - performance_review_kenya_2.statistic: percentile - row: 40 col: 12 width: 12 height: 8 @@ -380,8 +380,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Dns Lookup Time - By country - name: Networking Dns Lookup Time - By country_percentile + - title: Networking Http 3 Download Throughput - By country + name: Networking Http 3 Download Throughput - By country_percentile note_state: expanded note_display: above note_text: Percentile @@ -398,7 +398,7 @@ performance_review_kenya_2.branch, performance_review_kenya_2.country ] filters: - performance_review_kenya_2.metric: 'networking_dns_lookup_time' + performance_review_kenya_2.metric: 'networking_http_3_download_throughput' performance_review_kenya_2.statistic: percentile row: 50 col: 0 @@ -417,8 +417,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Networking Http 1 Download Throughput - By country - name: Networking Http 1 Download Throughput - By country_percentile + - title: Storage Stats Data Dir Bytes - By country + name: Storage Stats Data Dir Bytes - By country_percentile note_state: expanded note_display: above note_text: Percentile @@ -435,7 +435,7 @@ performance_review_kenya_2.branch, performance_review_kenya_2.country ] filters: - performance_review_kenya_2.metric: 'networking_http_1_download_throughput' + performance_review_kenya_2.metric: 'storage_stats_data_dir_bytes' performance_review_kenya_2.statistic: percentile row: 50 col: 12 @@ -454,8 +454,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Perf Startup Cold Main App To First Frame - By country - name: Perf Startup Cold Main App To First Frame - By country_percentile + - title: Networking Http 2 Upload Throughput - By country + name: Networking Http 2 Upload Throughput - By country_percentile note_state: expanded note_display: above note_text: Percentile @@ -472,7 +472,7 @@ performance_review_kenya_2.branch, performance_review_kenya_2.country ] filters: - performance_review_kenya_2.metric: 'perf_startup_cold_main_app_to_first_frame' + performance_review_kenya_2.metric: 'networking_http_2_upload_throughput' performance_review_kenya_2.statistic: percentile row: 60 col: 0 diff --git a/operational_monitoring/dashboards/persist_search_term_rollout_phase_1.dashboard.lookml b/operational_monitoring/dashboards/persist_search_term_rollout_phase_1.dashboard.lookml index df18a3c47..d01a642b5 100644 --- a/operational_monitoring/dashboards/persist_search_term_rollout_phase_1.dashboard.lookml +++ b/operational_monitoring/dashboards/persist_search_term_rollout_phase_1.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ persist_search_term_rollout_phase_1.branch ] filters: - persist_search_term_rollout_phase_1.metric: 'active_hours' + persist_search_term_rollout_phase_1.metric: 'search_count' persist_search_term_rollout_phase_1.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ persist_search_term_rollout_phase_1.branch ] filters: - persist_search_term_rollout_phase_1.metric: 'search_count' + persist_search_term_rollout_phase_1.metric: 'active_hours' persist_search_term_rollout_phase_1.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: persist_search_term_rollout_phase_1.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: persist_search_term_rollout_phase_1 - type: looker_line - fields: [ - persist_search_term_rollout_phase_1.submission_date, - persist_search_term_rollout_phase_1.branch, - persist_search_term_rollout_phase_1.point - ] - pivots: [ - persist_search_term_rollout_phase_1.branch - ] - filters: - persist_search_term_rollout_phase_1.metric: 'days_of_use' - persist_search_term_rollout_phase_1.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: persist_search_term_rollout_phase_1.submission_date - field_y: persist_search_term_rollout_phase_1.point - log_scale: false - ci_lower: persist_search_term_rollout_phase_1.lower - ci_upper: persist_search_term_rollout_phase_1.upper - show_grid: true - listen: - Date: persist_search_term_rollout_phase_1.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ persist_search_term_rollout_phase_1.metric: 'memory_total' persist_search_term_rollout_phase_1.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: persist_search_term_rollout_phase_1.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: persist_search_term_rollout_phase_1 + type: looker_line + fields: [ + persist_search_term_rollout_phase_1.submission_date, + persist_search_term_rollout_phase_1.branch, + persist_search_term_rollout_phase_1.point + ] + pivots: [ + persist_search_term_rollout_phase_1.branch + ] + filters: + persist_search_term_rollout_phase_1.metric: 'days_of_use' + persist_search_term_rollout_phase_1.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: persist_search_term_rollout_phase_1.submission_date + field_y: persist_search_term_rollout_phase_1.point + log_scale: false + ci_lower: persist_search_term_rollout_phase_1.lower + ci_upper: persist_search_term_rollout_phase_1.upper + show_grid: true + listen: + Date: persist_search_term_rollout_phase_1.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/phc_rollout.dashboard.lookml b/operational_monitoring/dashboards/phc_rollout.dashboard.lookml index 958f93394..4240c403c 100644 --- a/operational_monitoring/dashboards/phc_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/phc_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ phc_rollout.branch ] filters: - phc_rollout.metric: 'active_hours' + phc_rollout.metric: 'search_count' phc_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ phc_rollout.branch ] filters: - phc_rollout.metric: 'search_count' + phc_rollout.metric: 'active_hours' phc_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: phc_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: phc_rollout - type: looker_line - fields: [ - phc_rollout.submission_date, - phc_rollout.branch, - phc_rollout.point - ] - pivots: [ - phc_rollout.branch - ] - filters: - phc_rollout.metric: 'days_of_use' - phc_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: phc_rollout.submission_date - field_y: phc_rollout.point - log_scale: false - ci_lower: phc_rollout.lower - ci_upper: phc_rollout.upper - show_grid: true - listen: - Date: phc_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ phc_rollout.metric: 'memory_total' phc_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: phc_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: phc_rollout + type: looker_line + fields: [ + phc_rollout.submission_date, + phc_rollout.branch, + phc_rollout.point + ] + pivots: [ + phc_rollout.branch + ] + filters: + phc_rollout.metric: 'days_of_use' + phc_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: phc_rollout.submission_date + field_y: phc_rollout.point + log_scale: false + ci_lower: phc_rollout.lower + ci_upper: phc_rollout.upper + show_grid: true + listen: + Date: phc_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/pref_flip_experiment_nimbus_diagnostic_v130_release.dashboard.lookml b/operational_monitoring/dashboards/pref_flip_experiment_nimbus_diagnostic_v130_release.dashboard.lookml index 408b315a7..fb9f2eabb 100644 --- a/operational_monitoring/dashboards/pref_flip_experiment_nimbus_diagnostic_v130_release.dashboard.lookml +++ b/operational_monitoring/dashboards/pref_flip_experiment_nimbus_diagnostic_v130_release.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ pref_flip_experiment_nimbus_diagnostic_v130_release.branch ] filters: - pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'active_hours' + pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'search_count' pref_flip_experiment_nimbus_diagnostic_v130_release.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ pref_flip_experiment_nimbus_diagnostic_v130_release.branch ] filters: - pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'search_count' + pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'active_hours' pref_flip_experiment_nimbus_diagnostic_v130_release.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: pref_flip_experiment_nimbus_diagnostic_v130_release - type: looker_line - fields: [ - pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date, - pref_flip_experiment_nimbus_diagnostic_v130_release.branch, - pref_flip_experiment_nimbus_diagnostic_v130_release.point - ] - pivots: [ - pref_flip_experiment_nimbus_diagnostic_v130_release.branch - ] - filters: - pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'days_of_use' - pref_flip_experiment_nimbus_diagnostic_v130_release.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date - field_y: pref_flip_experiment_nimbus_diagnostic_v130_release.point - log_scale: false - ci_lower: pref_flip_experiment_nimbus_diagnostic_v130_release.lower - ci_upper: pref_flip_experiment_nimbus_diagnostic_v130_release.upper - show_grid: true - listen: - Date: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'memory_total' pref_flip_experiment_nimbus_diagnostic_v130_release.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: pref_flip_experiment_nimbus_diagnostic_v130_release + type: looker_line + fields: [ + pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date, + pref_flip_experiment_nimbus_diagnostic_v130_release.branch, + pref_flip_experiment_nimbus_diagnostic_v130_release.point + ] + pivots: [ + pref_flip_experiment_nimbus_diagnostic_v130_release.branch + ] + filters: + pref_flip_experiment_nimbus_diagnostic_v130_release.metric: 'days_of_use' + pref_flip_experiment_nimbus_diagnostic_v130_release.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date + field_y: pref_flip_experiment_nimbus_diagnostic_v130_release.point + log_scale: false + ci_lower: pref_flip_experiment_nimbus_diagnostic_v130_release.lower + ci_upper: pref_flip_experiment_nimbus_diagnostic_v130_release.upper + show_grid: true + listen: + Date: pref_flip_experiment_nimbus_diagnostic_v130_release.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/print_background_task_times.dashboard.lookml b/operational_monitoring/dashboards/print_background_task_times.dashboard.lookml index 0a4e7ec2b..84c3e35f7 100644 --- a/operational_monitoring/dashboards/print_background_task_times.dashboard.lookml +++ b/operational_monitoring/dashboards/print_background_task_times.dashboard.lookml @@ -10,11 +10,11 @@ preferred_viewer: dashboards-next elements: - - title: Print Cancel Ratios - name: Print Cancel Ratios_total_ratio + - title: Print Initiation Counts + name: Print Initiation Counts_sum note_state: expanded note_display: above - note_text: Total_Ratio + note_text: Sum explore: print_background_task_times type: looker_line fields: [ @@ -26,8 +26,8 @@ print_background_task_times.branch, print_background_task_times.metric ] filters: - print_background_task_times.metric: '"printing_dialog_via_preview_cancelled_tm", "printing_dialog_without_preview_cancelled", "printing_preview_cancelled_tm", "printing_dialog_via_preview_cancelled", "printing_preview_cancelled"' - print_background_task_times.statistic: total_ratio + print_background_task_times.metric: '"printing_preview_opened_tm", "printing_dialog_opened_via_preview_tm", "printing_silent_print", "printing_dialog_opened_via_preview", "printing_dialog_opened_without_preview", "printing_preview_opened"' + print_background_task_times.statistic: sum row: 0 col: 0 width: 12 @@ -45,11 +45,11 @@ active: "#3FE1B0" defaults_version: 0 - - title: Print Initiation Counts - name: Print Initiation Counts_sum + - title: Print Cancel Ratios + name: Print Cancel Ratios_total_ratio note_state: expanded note_display: above - note_text: Sum + note_text: Total_Ratio explore: print_background_task_times type: looker_line fields: [ @@ -61,8 +61,8 @@ print_background_task_times.branch, print_background_task_times.metric ] filters: - print_background_task_times.metric: '"printing_preview_opened_tm", "printing_preview_opened", "printing_silent_print", "printing_dialog_opened_without_preview", "printing_dialog_opened_via_preview", "printing_dialog_opened_via_preview_tm"' - print_background_task_times.statistic: sum + print_background_task_times.metric: '"printing_preview_cancelled_tm", "printing_dialog_via_preview_cancelled", "printing_dialog_without_preview_cancelled", "printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled"' + print_background_task_times.statistic: total_ratio row: 0 col: 12 width: 12 @@ -201,15 +201,15 @@ - title: Os name: Os type: string_filter - default_value: 'Linux' + default_value: 'Windows_NT' allow_multiple_values: false required: true ui_config: type: dropdown_menu display: inline options: - - 'Linux' - 'Windows_NT' + - 'Linux' - 'Darwin' diff --git a/operational_monitoring/dashboards/print_background_task_times_by_build.dashboard.lookml b/operational_monitoring/dashboards/print_background_task_times_by_build.dashboard.lookml index 2114859bb..9bd89a5db 100644 --- a/operational_monitoring/dashboards/print_background_task_times_by_build.dashboard.lookml +++ b/operational_monitoring/dashboards/print_background_task_times_by_build.dashboard.lookml @@ -10,8 +10,8 @@ preferred_viewer: dashboards-next elements: - - title: Print Error By Ui - name: Print Error By Ui_sum + - title: Print Error Breakdown + name: Print Error Breakdown_sum note_state: expanded note_display: above note_text: Sum @@ -26,7 +26,7 @@ print_background_task_times_by_build.branch, print_background_task_times_by_build.metric ] filters: - print_background_task_times_by_build.metric: '"total_printing_errors_new_ui", "total_printing_errors_old_ui"' + print_background_task_times_by_build.metric: '"not_available", "name_not_found", "enddoc", "startdoc", "notimplemented", "no_printer", "cannot_open_file", "abort", "oom", "unexpected", "start_page", "print_failure", "gfx_printer_doc_is_busy"' print_background_task_times_by_build.statistic: sum row: 0 col: 0 @@ -45,8 +45,8 @@ active: "#3FE1B0" defaults_version: 0 - - title: Print Error Breakdown - name: Print Error Breakdown_sum + - title: Print Error By Ui + name: Print Error By Ui_sum note_state: expanded note_display: above note_text: Sum @@ -61,7 +61,7 @@ print_background_task_times_by_build.branch, print_background_task_times_by_build.metric ] filters: - print_background_task_times_by_build.metric: '"print_failure", "oom", "unexpected", "cannot_open_file", "start_page", "notimplemented", "enddoc", "abort", "gfx_printer_doc_is_busy", "no_printer", "name_not_found", "not_available", "startdoc"' + print_background_task_times_by_build.metric: '"total_printing_errors_new_ui", "total_printing_errors_old_ui"' print_background_task_times_by_build.statistic: sum row: 0 col: 12 diff --git a/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_rollout_release.dashboard.lookml b/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_rollout_release.dashboard.lookml index 3c49a98ea..7fef87353 100644 --- a/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_rollout_release.dashboard.lookml +++ b/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_rollout_release.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ product_insight_telemetry_via_server_knobs_rollout_release.branch ] filters: - product_insight_telemetry_via_server_knobs_rollout_release.metric: 'active_hours' + product_insight_telemetry_via_server_knobs_rollout_release.metric: 'search_count' product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ product_insight_telemetry_via_server_knobs_rollout_release.branch ] filters: - product_insight_telemetry_via_server_knobs_rollout_release.metric: 'search_count' + product_insight_telemetry_via_server_knobs_rollout_release.metric: 'active_hours' product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: product_insight_telemetry_via_server_knobs_rollout_release - type: looker_line - fields: [ - product_insight_telemetry_via_server_knobs_rollout_release.submission_date, - product_insight_telemetry_via_server_knobs_rollout_release.branch, - product_insight_telemetry_via_server_knobs_rollout_release.point - ] - pivots: [ - product_insight_telemetry_via_server_knobs_rollout_release.branch - ] - filters: - product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use' - product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date - field_y: product_insight_telemetry_via_server_knobs_rollout_release.point - log_scale: false - ci_lower: product_insight_telemetry_via_server_knobs_rollout_release.lower - ci_upper: product_insight_telemetry_via_server_knobs_rollout_release.upper - show_grid: true - listen: - Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ product_insight_telemetry_via_server_knobs_rollout_release.metric: 'memory_total' product_insight_telemetry_via_server_knobs_rollout_release.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: product_insight_telemetry_via_server_knobs_rollout_release + type: looker_line + fields: [ + product_insight_telemetry_via_server_knobs_rollout_release.submission_date, + product_insight_telemetry_via_server_knobs_rollout_release.branch, + product_insight_telemetry_via_server_knobs_rollout_release.point + ] + pivots: [ + product_insight_telemetry_via_server_knobs_rollout_release.branch + ] + filters: + product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use' + product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date + field_y: product_insight_telemetry_via_server_knobs_rollout_release.point + log_scale: false + ci_lower: product_insight_telemetry_via_server_knobs_rollout_release.lower + ci_upper: product_insight_telemetry_via_server_knobs_rollout_release.upper + show_grid: true + listen: + Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_v123_and_earlier.dashboard.lookml b/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_v123_and_earlier.dashboard.lookml index 9d5ccf673..c857ea2c4 100644 --- a/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_v123_and_earlier.dashboard.lookml +++ b/operational_monitoring/dashboards/product_insight_telemetry_via_server_knobs_v123_and_earlier.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ product_insight_telemetry_via_server_knobs_v123_and_earlier.branch ] filters: - product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'active_hours' + product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'search_count' product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ product_insight_telemetry_via_server_knobs_v123_and_earlier.branch ] filters: - product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'search_count' + product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'active_hours' product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: product_insight_telemetry_via_server_knobs_v123_and_earlier - type: looker_line - fields: [ - product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date, - product_insight_telemetry_via_server_knobs_v123_and_earlier.branch, - product_insight_telemetry_via_server_knobs_v123_and_earlier.point - ] - pivots: [ - product_insight_telemetry_via_server_knobs_v123_and_earlier.branch - ] - filters: - product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'days_of_use' - product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date - field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point - log_scale: false - ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower - ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper - show_grid: true - listen: - Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'memory_total' product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: product_insight_telemetry_via_server_knobs_v123_and_earlier + type: looker_line + fields: [ + product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date, + product_insight_telemetry_via_server_knobs_v123_and_earlier.branch, + product_insight_telemetry_via_server_knobs_v123_and_earlier.point + ] + pivots: [ + product_insight_telemetry_via_server_knobs_v123_and_earlier.branch + ] + filters: + product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'days_of_use' + product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date + field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point + log_scale: false + ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower + ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper + show_grid: true + listen: + Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.dashboard.lookml b/operational_monitoring/dashboards/recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.dashboard.lookml index 9b8e243ef..00ca50cfb 100644 --- a/operational_monitoring/dashboards/recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch ] filters: - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'active_hours' + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'search_count' recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch ] filters: - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'search_count' + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'active_hours' recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout - type: looker_line - fields: [ - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date, - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch, - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point - ] - pivots: [ - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch - ] - filters: - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'days_of_use' - recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date - field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point - log_scale: false - ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower - ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper - show_grid: true - listen: - Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'memory_total' recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout + type: looker_line + fields: [ + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date, + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch, + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point + ] + pivots: [ + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch + ] + filters: + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'days_of_use' + recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date + field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point + log_scale: false + ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower + ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper + show_grid: true + listen: + Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.dashboard.lookml b/operational_monitoring/dashboards/relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.dashboard.lookml index 3eaa924d6..40b10757a 100644 --- a/operational_monitoring/dashboards/relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.dashboard.lookml +++ b/operational_monitoring/dashboards/relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch ] filters: - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'active_hours' + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'search_count' relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch ] filters: - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'search_count' + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'active_hours' relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users - type: looker_line - fields: [ - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date, - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch, - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point - ] - pivots: [ - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch - ] - filters: - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'days_of_use' - relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date - field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point - log_scale: false - ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower - ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper - show_grid: true - listen: - Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'memory_total' relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users + type: looker_line + fields: [ + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date, + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch, + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point + ] + pivots: [ + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch + ] + filters: + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'days_of_use' + relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date + field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point + log_scale: false + ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower + ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper + show_grid: true + listen: + Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/relay_integration_into_firefox_beta_for_all_fxa_users.dashboard.lookml b/operational_monitoring/dashboards/relay_integration_into_firefox_beta_for_all_fxa_users.dashboard.lookml index 2d0943ff6..92cc7e24f 100644 --- a/operational_monitoring/dashboards/relay_integration_into_firefox_beta_for_all_fxa_users.dashboard.lookml +++ b/operational_monitoring/dashboards/relay_integration_into_firefox_beta_for_all_fxa_users.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ relay_integration_into_firefox_beta_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'active_hours' + relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'search_count' relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ relay_integration_into_firefox_beta_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'search_count' + relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'active_hours' relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: relay_integration_into_firefox_beta_for_all_fxa_users - type: looker_line - fields: [ - relay_integration_into_firefox_beta_for_all_fxa_users.submission_date, - relay_integration_into_firefox_beta_for_all_fxa_users.branch, - relay_integration_into_firefox_beta_for_all_fxa_users.point - ] - pivots: [ - relay_integration_into_firefox_beta_for_all_fxa_users.branch - ] - filters: - relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'days_of_use' - relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date - field_y: relay_integration_into_firefox_beta_for_all_fxa_users.point - log_scale: false - ci_lower: relay_integration_into_firefox_beta_for_all_fxa_users.lower - ci_upper: relay_integration_into_firefox_beta_for_all_fxa_users.upper - show_grid: true - listen: - Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'memory_total' relay_integration_into_firefox_beta_for_all_fxa_users.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: relay_integration_into_firefox_beta_for_all_fxa_users + type: looker_line + fields: [ + relay_integration_into_firefox_beta_for_all_fxa_users.submission_date, + relay_integration_into_firefox_beta_for_all_fxa_users.branch, + relay_integration_into_firefox_beta_for_all_fxa_users.point + ] + pivots: [ + relay_integration_into_firefox_beta_for_all_fxa_users.branch + ] + filters: + relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'days_of_use' + relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date + field_y: relay_integration_into_firefox_beta_for_all_fxa_users.point + log_scale: false + ci_lower: relay_integration_into_firefox_beta_for_all_fxa_users.lower + ci_upper: relay_integration_into_firefox_beta_for_all_fxa_users.upper + show_grid: true + listen: + Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/relay_integration_into_firefox_nightly_for_all_fxa_users.dashboard.lookml b/operational_monitoring/dashboards/relay_integration_into_firefox_nightly_for_all_fxa_users.dashboard.lookml index e6417b28e..113510602 100644 --- a/operational_monitoring/dashboards/relay_integration_into_firefox_nightly_for_all_fxa_users.dashboard.lookml +++ b/operational_monitoring/dashboards/relay_integration_into_firefox_nightly_for_all_fxa_users.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ relay_integration_into_firefox_nightly_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'active_hours' + relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'search_count' relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ relay_integration_into_firefox_nightly_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'search_count' + relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'active_hours' relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: relay_integration_into_firefox_nightly_for_all_fxa_users - type: looker_line - fields: [ - relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date, - relay_integration_into_firefox_nightly_for_all_fxa_users.branch, - relay_integration_into_firefox_nightly_for_all_fxa_users.point - ] - pivots: [ - relay_integration_into_firefox_nightly_for_all_fxa_users.branch - ] - filters: - relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'days_of_use' - relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date - field_y: relay_integration_into_firefox_nightly_for_all_fxa_users.point - log_scale: false - ci_lower: relay_integration_into_firefox_nightly_for_all_fxa_users.lower - ci_upper: relay_integration_into_firefox_nightly_for_all_fxa_users.upper - show_grid: true - listen: - Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'memory_total' relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: relay_integration_into_firefox_nightly_for_all_fxa_users + type: looker_line + fields: [ + relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date, + relay_integration_into_firefox_nightly_for_all_fxa_users.branch, + relay_integration_into_firefox_nightly_for_all_fxa_users.point + ] + pivots: [ + relay_integration_into_firefox_nightly_for_all_fxa_users.branch + ] + filters: + relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'days_of_use' + relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date + field_y: relay_integration_into_firefox_nightly_for_all_fxa_users.point + log_scale: false + ci_lower: relay_integration_into_firefox_nightly_for_all_fxa_users.lower + ci_upper: relay_integration_into_firefox_nightly_for_all_fxa_users.upper + show_grid: true + listen: + Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/relay_integration_into_firefox_release_for_all_fxa_users.dashboard.lookml b/operational_monitoring/dashboards/relay_integration_into_firefox_release_for_all_fxa_users.dashboard.lookml index b93cdc055..7c62b6f88 100644 --- a/operational_monitoring/dashboards/relay_integration_into_firefox_release_for_all_fxa_users.dashboard.lookml +++ b/operational_monitoring/dashboards/relay_integration_into_firefox_release_for_all_fxa_users.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ relay_integration_into_firefox_release_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_release_for_all_fxa_users.metric: 'active_hours' + relay_integration_into_firefox_release_for_all_fxa_users.metric: 'search_count' relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ relay_integration_into_firefox_release_for_all_fxa_users.branch ] filters: - relay_integration_into_firefox_release_for_all_fxa_users.metric: 'search_count' + relay_integration_into_firefox_release_for_all_fxa_users.metric: 'active_hours' relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: relay_integration_into_firefox_release_for_all_fxa_users - type: looker_line - fields: [ - relay_integration_into_firefox_release_for_all_fxa_users.submission_date, - relay_integration_into_firefox_release_for_all_fxa_users.branch, - relay_integration_into_firefox_release_for_all_fxa_users.point - ] - pivots: [ - relay_integration_into_firefox_release_for_all_fxa_users.branch - ] - filters: - relay_integration_into_firefox_release_for_all_fxa_users.metric: 'days_of_use' - relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date - field_y: relay_integration_into_firefox_release_for_all_fxa_users.point - log_scale: false - ci_lower: relay_integration_into_firefox_release_for_all_fxa_users.lower - ci_upper: relay_integration_into_firefox_release_for_all_fxa_users.upper - show_grid: true - listen: - Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ relay_integration_into_firefox_release_for_all_fxa_users.metric: 'memory_total' relay_integration_into_firefox_release_for_all_fxa_users.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: relay_integration_into_firefox_release_for_all_fxa_users + type: looker_line + fields: [ + relay_integration_into_firefox_release_for_all_fxa_users.submission_date, + relay_integration_into_firefox_release_for_all_fxa_users.branch, + relay_integration_into_firefox_release_for_all_fxa_users.point + ] + pivots: [ + relay_integration_into_firefox_release_for_all_fxa_users.branch + ] + filters: + relay_integration_into_firefox_release_for_all_fxa_users.metric: 'days_of_use' + relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date + field_y: relay_integration_into_firefox_release_for_all_fxa_users.point + log_scale: false + ci_lower: relay_integration_into_firefox_release_for_all_fxa_users.lower + ci_upper: relay_integration_into_firefox_release_for_all_fxa_users.upper + show_grid: true + listen: + Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/review_checker_staged_rollout_no_survey_beta.dashboard.lookml b/operational_monitoring/dashboards/review_checker_staged_rollout_no_survey_beta.dashboard.lookml index 848bd7518..9109d47a7 100644 --- a/operational_monitoring/dashboards/review_checker_staged_rollout_no_survey_beta.dashboard.lookml +++ b/operational_monitoring/dashboards/review_checker_staged_rollout_no_survey_beta.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ review_checker_staged_rollout_no_survey_beta.branch ] filters: - review_checker_staged_rollout_no_survey_beta.metric: 'active_hours' + review_checker_staged_rollout_no_survey_beta.metric: 'search_count' review_checker_staged_rollout_no_survey_beta.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ review_checker_staged_rollout_no_survey_beta.branch ] filters: - review_checker_staged_rollout_no_survey_beta.metric: 'search_count' + review_checker_staged_rollout_no_survey_beta.metric: 'active_hours' review_checker_staged_rollout_no_survey_beta.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: review_checker_staged_rollout_no_survey_beta.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: review_checker_staged_rollout_no_survey_beta - type: looker_line - fields: [ - review_checker_staged_rollout_no_survey_beta.submission_date, - review_checker_staged_rollout_no_survey_beta.branch, - review_checker_staged_rollout_no_survey_beta.point - ] - pivots: [ - review_checker_staged_rollout_no_survey_beta.branch - ] - filters: - review_checker_staged_rollout_no_survey_beta.metric: 'days_of_use' - review_checker_staged_rollout_no_survey_beta.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: review_checker_staged_rollout_no_survey_beta.submission_date - field_y: review_checker_staged_rollout_no_survey_beta.point - log_scale: false - ci_lower: review_checker_staged_rollout_no_survey_beta.lower - ci_upper: review_checker_staged_rollout_no_survey_beta.upper - show_grid: true - listen: - Date: review_checker_staged_rollout_no_survey_beta.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ review_checker_staged_rollout_no_survey_beta.metric: 'memory_total' review_checker_staged_rollout_no_survey_beta.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: review_checker_staged_rollout_no_survey_beta.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: review_checker_staged_rollout_no_survey_beta + type: looker_line + fields: [ + review_checker_staged_rollout_no_survey_beta.submission_date, + review_checker_staged_rollout_no_survey_beta.branch, + review_checker_staged_rollout_no_survey_beta.point + ] + pivots: [ + review_checker_staged_rollout_no_survey_beta.branch + ] + filters: + review_checker_staged_rollout_no_survey_beta.metric: 'days_of_use' + review_checker_staged_rollout_no_survey_beta.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: review_checker_staged_rollout_no_survey_beta.submission_date + field_y: review_checker_staged_rollout_no_survey_beta.point + log_scale: false + ci_lower: review_checker_staged_rollout_no_survey_beta.lower + ci_upper: review_checker_staged_rollout_no_survey_beta.upper + show_grid: true + listen: + Date: review_checker_staged_rollout_no_survey_beta.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/rollout_sponsored_topsites_in_se_and_sg.dashboard.lookml b/operational_monitoring/dashboards/rollout_sponsored_topsites_in_se_and_sg.dashboard.lookml index d50fe28e2..68ca591c1 100644 --- a/operational_monitoring/dashboards/rollout_sponsored_topsites_in_se_and_sg.dashboard.lookml +++ b/operational_monitoring/dashboards/rollout_sponsored_topsites_in_se_and_sg.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ rollout_sponsored_topsites_in_se_and_sg.branch ] filters: - rollout_sponsored_topsites_in_se_and_sg.metric: 'active_hours' + rollout_sponsored_topsites_in_se_and_sg.metric: 'search_count' rollout_sponsored_topsites_in_se_and_sg.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ rollout_sponsored_topsites_in_se_and_sg.branch ] filters: - rollout_sponsored_topsites_in_se_and_sg.metric: 'search_count' + rollout_sponsored_topsites_in_se_and_sg.metric: 'active_hours' rollout_sponsored_topsites_in_se_and_sg.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: rollout_sponsored_topsites_in_se_and_sg.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: rollout_sponsored_topsites_in_se_and_sg - type: looker_line - fields: [ - rollout_sponsored_topsites_in_se_and_sg.submission_date, - rollout_sponsored_topsites_in_se_and_sg.branch, - rollout_sponsored_topsites_in_se_and_sg.point - ] - pivots: [ - rollout_sponsored_topsites_in_se_and_sg.branch - ] - filters: - rollout_sponsored_topsites_in_se_and_sg.metric: 'days_of_use' - rollout_sponsored_topsites_in_se_and_sg.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: rollout_sponsored_topsites_in_se_and_sg.submission_date - field_y: rollout_sponsored_topsites_in_se_and_sg.point - log_scale: false - ci_lower: rollout_sponsored_topsites_in_se_and_sg.lower - ci_upper: rollout_sponsored_topsites_in_se_and_sg.upper - show_grid: true - listen: - Date: rollout_sponsored_topsites_in_se_and_sg.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ rollout_sponsored_topsites_in_se_and_sg.metric: 'memory_total' rollout_sponsored_topsites_in_se_and_sg.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: rollout_sponsored_topsites_in_se_and_sg.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: rollout_sponsored_topsites_in_se_and_sg + type: looker_line + fields: [ + rollout_sponsored_topsites_in_se_and_sg.submission_date, + rollout_sponsored_topsites_in_se_and_sg.branch, + rollout_sponsored_topsites_in_se_and_sg.point + ] + pivots: [ + rollout_sponsored_topsites_in_se_and_sg.branch + ] + filters: + rollout_sponsored_topsites_in_se_and_sg.metric: 'days_of_use' + rollout_sponsored_topsites_in_se_and_sg.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: rollout_sponsored_topsites_in_se_and_sg.submission_date + field_y: rollout_sponsored_topsites_in_se_and_sg.point + log_scale: false + ci_lower: rollout_sponsored_topsites_in_se_and_sg.lower + ci_upper: rollout_sponsored_topsites_in_se_and_sg.upper + show_grid: true + listen: + Date: rollout_sponsored_topsites_in_se_and_sg.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/round_2_post_choice_in_product_survey_ios_h1_2024.dashboard.lookml b/operational_monitoring/dashboards/round_2_post_choice_in_product_survey_ios_h1_2024.dashboard.lookml index de8669b47..fe99490fe 100644 --- a/operational_monitoring/dashboards/round_2_post_choice_in_product_survey_ios_h1_2024.dashboard.lookml +++ b/operational_monitoring/dashboards/round_2_post_choice_in_product_survey_ios_h1_2024.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: round_2_post_choice_in_product_survey_ios_h1_2024 - type: looker_line - fields: [ - round_2_post_choice_in_product_survey_ios_h1_2024.submission_date, - round_2_post_choice_in_product_survey_ios_h1_2024.branch, - round_2_post_choice_in_product_survey_ios_h1_2024.point - ] - pivots: [ - round_2_post_choice_in_product_survey_ios_h1_2024.branch - ] - filters: - round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'active_hours' - round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date - field_y: round_2_post_choice_in_product_survey_ios_h1_2024.point - log_scale: false - ci_lower: round_2_post_choice_in_product_survey_ios_h1_2024.lower - ci_upper: round_2_post_choice_in_product_survey_ios_h1_2024.upper - show_grid: true - listen: - Date: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'search_count' round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date + field_y: round_2_post_choice_in_product_survey_ios_h1_2024.point + log_scale: false + ci_lower: round_2_post_choice_in_product_survey_ios_h1_2024.lower + ci_upper: round_2_post_choice_in_product_survey_ios_h1_2024.upper + show_grid: true + listen: + Date: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: round_2_post_choice_in_product_survey_ios_h1_2024 + type: looker_line + fields: [ + round_2_post_choice_in_product_survey_ios_h1_2024.submission_date, + round_2_post_choice_in_product_survey_ios_h1_2024.branch, + round_2_post_choice_in_product_survey_ios_h1_2024.point + ] + pivots: [ + round_2_post_choice_in_product_survey_ios_h1_2024.branch + ] + filters: + round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'active_hours' + round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/serp_categorization_and_consolidated_search_config_us_desktop_relaunch.dashboard.lookml b/operational_monitoring/dashboards/serp_categorization_and_consolidated_search_config_us_desktop_relaunch.dashboard.lookml index 900e16553..a47afff9d 100644 --- a/operational_monitoring/dashboards/serp_categorization_and_consolidated_search_config_us_desktop_relaunch.dashboard.lookml +++ b/operational_monitoring/dashboards/serp_categorization_and_consolidated_search_config_us_desktop_relaunch.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch ] filters: - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'active_hours' + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'search_count' serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch ] filters: - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'search_count' + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'active_hours' serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: serp_categorization_and_consolidated_search_config_us_desktop_relaunch - type: looker_line - fields: [ - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date, - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch, - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.point - ] - pivots: [ - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch - ] - filters: - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'days_of_use' - serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date - field_y: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.point - log_scale: false - ci_lower: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.lower - ci_upper: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.upper - show_grid: true - listen: - Date: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'memory_total' serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: serp_categorization_and_consolidated_search_config_us_desktop_relaunch + type: looker_line + fields: [ + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date, + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch, + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.point + ] + pivots: [ + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.branch + ] + filters: + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'days_of_use' + serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date + field_y: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.point + log_scale: false + ci_lower: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.lower + ci_upper: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.upper + show_grid: true + listen: + Date: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/tab_hover_preview_beta_rollout.dashboard.lookml b/operational_monitoring/dashboards/tab_hover_preview_beta_rollout.dashboard.lookml index b095e1f69..5d36bb7bb 100644 --- a/operational_monitoring/dashboards/tab_hover_preview_beta_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/tab_hover_preview_beta_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ tab_hover_preview_beta_rollout.branch ] filters: - tab_hover_preview_beta_rollout.metric: 'active_hours' + tab_hover_preview_beta_rollout.metric: 'search_count' tab_hover_preview_beta_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ tab_hover_preview_beta_rollout.branch ] filters: - tab_hover_preview_beta_rollout.metric: 'search_count' + tab_hover_preview_beta_rollout.metric: 'active_hours' tab_hover_preview_beta_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: tab_hover_preview_beta_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: tab_hover_preview_beta_rollout - type: looker_line - fields: [ - tab_hover_preview_beta_rollout.submission_date, - tab_hover_preview_beta_rollout.branch, - tab_hover_preview_beta_rollout.point - ] - pivots: [ - tab_hover_preview_beta_rollout.branch - ] - filters: - tab_hover_preview_beta_rollout.metric: 'days_of_use' - tab_hover_preview_beta_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: tab_hover_preview_beta_rollout.submission_date - field_y: tab_hover_preview_beta_rollout.point - log_scale: false - ci_lower: tab_hover_preview_beta_rollout.lower - ci_upper: tab_hover_preview_beta_rollout.upper - show_grid: true - listen: - Date: tab_hover_preview_beta_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ tab_hover_preview_beta_rollout.metric: 'memory_total' tab_hover_preview_beta_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: tab_hover_preview_beta_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: tab_hover_preview_beta_rollout + type: looker_line + fields: [ + tab_hover_preview_beta_rollout.submission_date, + tab_hover_preview_beta_rollout.branch, + tab_hover_preview_beta_rollout.point + ] + pivots: [ + tab_hover_preview_beta_rollout.branch + ] + filters: + tab_hover_preview_beta_rollout.metric: 'days_of_use' + tab_hover_preview_beta_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: tab_hover_preview_beta_rollout.submission_date + field_y: tab_hover_preview_beta_rollout.point + log_scale: false + ci_lower: tab_hover_preview_beta_rollout.lower + ci_upper: tab_hover_preview_beta_rollout.upper + show_grid: true + listen: + Date: tab_hover_preview_beta_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/tab_hover_preview_release_rollout.dashboard.lookml b/operational_monitoring/dashboards/tab_hover_preview_release_rollout.dashboard.lookml index 5f0a6fe29..a4586e836 100644 --- a/operational_monitoring/dashboards/tab_hover_preview_release_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/tab_hover_preview_release_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ tab_hover_preview_release_rollout.branch ] filters: - tab_hover_preview_release_rollout.metric: 'active_hours' + tab_hover_preview_release_rollout.metric: 'search_count' tab_hover_preview_release_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ tab_hover_preview_release_rollout.branch ] filters: - tab_hover_preview_release_rollout.metric: 'search_count' + tab_hover_preview_release_rollout.metric: 'active_hours' tab_hover_preview_release_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: tab_hover_preview_release_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: tab_hover_preview_release_rollout - type: looker_line - fields: [ - tab_hover_preview_release_rollout.submission_date, - tab_hover_preview_release_rollout.branch, - tab_hover_preview_release_rollout.point - ] - pivots: [ - tab_hover_preview_release_rollout.branch - ] - filters: - tab_hover_preview_release_rollout.metric: 'days_of_use' - tab_hover_preview_release_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: tab_hover_preview_release_rollout.submission_date - field_y: tab_hover_preview_release_rollout.point - log_scale: false - ci_lower: tab_hover_preview_release_rollout.lower - ci_upper: tab_hover_preview_release_rollout.upper - show_grid: true - listen: - Date: tab_hover_preview_release_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ tab_hover_preview_release_rollout.metric: 'memory_total' tab_hover_preview_release_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: tab_hover_preview_release_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: tab_hover_preview_release_rollout + type: looker_line + fields: [ + tab_hover_preview_release_rollout.submission_date, + tab_hover_preview_release_rollout.branch, + tab_hover_preview_release_rollout.point + ] + pivots: [ + tab_hover_preview_release_rollout.branch + ] + filters: + tab_hover_preview_release_rollout.metric: 'days_of_use' + tab_hover_preview_release_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: tab_hover_preview_release_rollout.submission_date + field_y: tab_hover_preview_release_rollout.point + log_scale: false + ci_lower: tab_hover_preview_release_rollout.lower + ci_upper: tab_hover_preview_release_rollout.upper + show_grid: true + listen: + Date: tab_hover_preview_release_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/tab_tray_refactor_rollout_ios.dashboard.lookml b/operational_monitoring/dashboards/tab_tray_refactor_rollout_ios.dashboard.lookml index b2a817ff5..a212ab2df 100644 --- a/operational_monitoring/dashboards/tab_tray_refactor_rollout_ios.dashboard.lookml +++ b/operational_monitoring/dashboards/tab_tray_refactor_rollout_ios.dashboard.lookml @@ -75,40 +75,6 @@ listen: Date: tab_tray_refactor_rollout_ios.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Active Hours - name: Active Hours_mean - note_state: expanded - note_display: above - note_text: Mean - explore: tab_tray_refactor_rollout_ios - type: looker_line - fields: [ - tab_tray_refactor_rollout_ios.submission_date, - tab_tray_refactor_rollout_ios.branch, - tab_tray_refactor_rollout_ios.point - ] - pivots: [ - tab_tray_refactor_rollout_ios.branch - ] - filters: - tab_tray_refactor_rollout_ios.metric: 'active_hours' - tab_tray_refactor_rollout_ios.statistic: mean - row: 10 - col: 0 - width: 12 - height: 8 - field_x: tab_tray_refactor_rollout_ios.submission_date - field_y: tab_tray_refactor_rollout_ios.point - log_scale: false - ci_lower: tab_tray_refactor_rollout_ios.lower - ci_upper: tab_tray_refactor_rollout_ios.upper - show_grid: true - listen: - Date: tab_tray_refactor_rollout_ios.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -131,6 +97,40 @@ tab_tray_refactor_rollout_ios.metric: 'search_count' tab_tray_refactor_rollout_ios.statistic: mean row: 10 + col: 0 + width: 12 + height: 8 + field_x: tab_tray_refactor_rollout_ios.submission_date + field_y: tab_tray_refactor_rollout_ios.point + log_scale: false + ci_lower: tab_tray_refactor_rollout_ios.lower + ci_upper: tab_tray_refactor_rollout_ios.upper + show_grid: true + listen: + Date: tab_tray_refactor_rollout_ios.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 + - title: Active Hours + name: Active Hours_mean + note_state: expanded + note_display: above + note_text: Mean + explore: tab_tray_refactor_rollout_ios + type: looker_line + fields: [ + tab_tray_refactor_rollout_ios.submission_date, + tab_tray_refactor_rollout_ios.branch, + tab_tray_refactor_rollout_ios.point + ] + pivots: [ + tab_tray_refactor_rollout_ios.branch + ] + filters: + tab_tray_refactor_rollout_ios.metric: 'active_hours' + tab_tray_refactor_rollout_ios.statistic: mean + row: 10 col: 12 width: 12 height: 8 diff --git a/operational_monitoring/dashboards/telemetry_alerts_prototype.dashboard.lookml b/operational_monitoring/dashboards/telemetry_alerts_prototype.dashboard.lookml index 287b49d09..4d36024b2 100644 --- a/operational_monitoring/dashboards/telemetry_alerts_prototype.dashboard.lookml +++ b/operational_monitoring/dashboards/telemetry_alerts_prototype.dashboard.lookml @@ -132,7 +132,7 @@ - name: Metric title: Metric type: field_filter - default_value: 'js_pageload_execution_ms' + default_value: 'active_ticks' allow_multiple_values: false required: true ui_config: diff --git a/operational_monitoring/dashboards/upgrade_spotlight_rollout.dashboard.lookml b/operational_monitoring/dashboards/upgrade_spotlight_rollout.dashboard.lookml index 58b6f8ca3..f8b361d39 100644 --- a/operational_monitoring/dashboards/upgrade_spotlight_rollout.dashboard.lookml +++ b/operational_monitoring/dashboards/upgrade_spotlight_rollout.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ upgrade_spotlight_rollout.branch ] filters: - upgrade_spotlight_rollout.metric: 'active_hours' + upgrade_spotlight_rollout.metric: 'search_count' upgrade_spotlight_rollout.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ upgrade_spotlight_rollout.branch ] filters: - upgrade_spotlight_rollout.metric: 'search_count' + upgrade_spotlight_rollout.metric: 'active_hours' upgrade_spotlight_rollout.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: upgrade_spotlight_rollout.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: upgrade_spotlight_rollout - type: looker_line - fields: [ - upgrade_spotlight_rollout.submission_date, - upgrade_spotlight_rollout.branch, - upgrade_spotlight_rollout.point - ] - pivots: [ - upgrade_spotlight_rollout.branch - ] - filters: - upgrade_spotlight_rollout.metric: 'days_of_use' - upgrade_spotlight_rollout.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: upgrade_spotlight_rollout.submission_date - field_y: upgrade_spotlight_rollout.point - log_scale: false - ci_lower: upgrade_spotlight_rollout.lower - ci_upper: upgrade_spotlight_rollout.upper - show_grid: true - listen: - Date: upgrade_spotlight_rollout.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ upgrade_spotlight_rollout.metric: 'memory_total' upgrade_spotlight_rollout.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: upgrade_spotlight_rollout.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: upgrade_spotlight_rollout + type: looker_line + fields: [ + upgrade_spotlight_rollout.submission_date, + upgrade_spotlight_rollout.branch, + upgrade_spotlight_rollout.point + ] + pivots: [ + upgrade_spotlight_rollout.branch + ] + filters: + upgrade_spotlight_rollout.metric: 'days_of_use' + upgrade_spotlight_rollout.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: upgrade_spotlight_rollout.submission_date + field_y: upgrade_spotlight_rollout.point + log_scale: false + ci_lower: upgrade_spotlight_rollout.lower + ci_upper: upgrade_spotlight_rollout.upper + show_grid: true + listen: + Date: upgrade_spotlight_rollout.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/us_review_checker_rollout_v2.dashboard.lookml b/operational_monitoring/dashboards/us_review_checker_rollout_v2.dashboard.lookml index d84620169..f10ea124d 100644 --- a/operational_monitoring/dashboards/us_review_checker_rollout_v2.dashboard.lookml +++ b/operational_monitoring/dashboards/us_review_checker_rollout_v2.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ us_review_checker_rollout_v2.branch ] filters: - us_review_checker_rollout_v2.metric: 'active_hours' + us_review_checker_rollout_v2.metric: 'search_count' us_review_checker_rollout_v2.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ us_review_checker_rollout_v2.branch ] filters: - us_review_checker_rollout_v2.metric: 'search_count' + us_review_checker_rollout_v2.metric: 'active_hours' us_review_checker_rollout_v2.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: us_review_checker_rollout_v2.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: us_review_checker_rollout_v2 - type: looker_line - fields: [ - us_review_checker_rollout_v2.submission_date, - us_review_checker_rollout_v2.branch, - us_review_checker_rollout_v2.point - ] - pivots: [ - us_review_checker_rollout_v2.branch - ] - filters: - us_review_checker_rollout_v2.metric: 'days_of_use' - us_review_checker_rollout_v2.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: us_review_checker_rollout_v2.submission_date - field_y: us_review_checker_rollout_v2.point - log_scale: false - ci_lower: us_review_checker_rollout_v2.lower - ci_upper: us_review_checker_rollout_v2.upper - show_grid: true - listen: - Date: us_review_checker_rollout_v2.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ us_review_checker_rollout_v2.metric: 'memory_total' us_review_checker_rollout_v2.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: us_review_checker_rollout_v2.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: us_review_checker_rollout_v2 + type: looker_line + fields: [ + us_review_checker_rollout_v2.submission_date, + us_review_checker_rollout_v2.branch, + us_review_checker_rollout_v2.point + ] + pivots: [ + us_review_checker_rollout_v2.branch + ] + filters: + us_review_checker_rollout_v2.metric: 'days_of_use' + us_review_checker_rollout_v2.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: us_review_checker_rollout_v2.submission_date + field_y: us_review_checker_rollout_v2.point + log_scale: false + ci_lower: us_review_checker_rollout_v2.lower + ci_upper: us_review_checker_rollout_v2.upper + show_grid: true + listen: + Date: us_review_checker_rollout_v2.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/dashboards/viewpoint_desktop_2024.dashboard.lookml b/operational_monitoring/dashboards/viewpoint_desktop_2024.dashboard.lookml index 89e68d000..e65f9fdb0 100644 --- a/operational_monitoring/dashboards/viewpoint_desktop_2024.dashboard.lookml +++ b/operational_monitoring/dashboards/viewpoint_desktop_2024.dashboard.lookml @@ -78,8 +78,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Active Hours - name: Active Hours_mean + - title: Search Count + name: Search Count_mean note_state: expanded note_display: above note_text: Mean @@ -94,7 +94,7 @@ viewpoint_desktop_2024.branch ] filters: - viewpoint_desktop_2024.metric: 'active_hours' + viewpoint_desktop_2024.metric: 'search_count' viewpoint_desktop_2024.statistic: mean row: 10 col: 0 @@ -146,8 +146,8 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 - - title: Search Count - name: Search Count_mean + - title: Active Hours + name: Active Hours_mean note_state: expanded note_display: above note_text: Mean @@ -162,7 +162,7 @@ viewpoint_desktop_2024.branch ] filters: - viewpoint_desktop_2024.metric: 'search_count' + viewpoint_desktop_2024.metric: 'active_hours' viewpoint_desktop_2024.statistic: mean row: 20 col: 0 @@ -211,40 +211,6 @@ listen: Date: viewpoint_desktop_2024.submission_date - enabled: "#3FE1B0" - disabled: "#0060E0" - defaults_version: 0 - - title: Days Of Use - name: Days Of Use_mean - note_state: expanded - note_display: above - note_text: Mean - explore: viewpoint_desktop_2024 - type: looker_line - fields: [ - viewpoint_desktop_2024.submission_date, - viewpoint_desktop_2024.branch, - viewpoint_desktop_2024.point - ] - pivots: [ - viewpoint_desktop_2024.branch - ] - filters: - viewpoint_desktop_2024.metric: 'days_of_use' - viewpoint_desktop_2024.statistic: mean - row: 30 - col: 0 - width: 12 - height: 8 - field_x: viewpoint_desktop_2024.submission_date - field_y: viewpoint_desktop_2024.point - log_scale: false - ci_lower: viewpoint_desktop_2024.lower - ci_upper: viewpoint_desktop_2024.upper - show_grid: true - listen: - Date: viewpoint_desktop_2024.submission_date - enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 @@ -269,7 +235,7 @@ viewpoint_desktop_2024.metric: 'memory_total' viewpoint_desktop_2024.statistic: percentile row: 30 - col: 12 + col: 0 width: 12 height: 8 field_x: viewpoint_desktop_2024.submission_date @@ -285,6 +251,40 @@ enabled: "#3FE1B0" disabled: "#0060E0" defaults_version: 0 + - title: Days Of Use + name: Days Of Use_mean + note_state: expanded + note_display: above + note_text: Mean + explore: viewpoint_desktop_2024 + type: looker_line + fields: [ + viewpoint_desktop_2024.submission_date, + viewpoint_desktop_2024.branch, + viewpoint_desktop_2024.point + ] + pivots: [ + viewpoint_desktop_2024.branch + ] + filters: + viewpoint_desktop_2024.metric: 'days_of_use' + viewpoint_desktop_2024.statistic: mean + row: 30 + col: 12 + width: 12 + height: 8 + field_x: viewpoint_desktop_2024.submission_date + field_y: viewpoint_desktop_2024.point + log_scale: false + ci_lower: viewpoint_desktop_2024.lower + ci_upper: viewpoint_desktop_2024.upper + show_grid: true + listen: + Date: viewpoint_desktop_2024.submission_date + + enabled: "#3FE1B0" + disabled: "#0060E0" + defaults_version: 0 filters: - name: Date diff --git a/operational_monitoring/explores/disable_ads_startup_cache.explore.lkml b/operational_monitoring/explores/disable_ads_startup_cache.explore.lkml new file mode 100644 index 000000000..4d2032cf5 --- /dev/null +++ b/operational_monitoring/explores/disable_ads_startup_cache.explore.lkml @@ -0,0 +1,17 @@ + +# *Do not manually modify this file* +# +# This file has been generated via https://github.com/mozilla/lookml-generator +# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default) + +include: "/looker-hub/operational_monitoring/views/disable_ads_startup_cache.view.lkml" + +explore: disable_ads_startup_cache { + always_filter: { + filters: [ + branch: "enabled, disabled", + ] + } + + hidden: yes +} \ No newline at end of file diff --git a/operational_monitoring/views/disable_ads_startup_cache.view.lkml b/operational_monitoring/views/disable_ads_startup_cache.view.lkml new file mode 100644 index 000000000..25083d953 --- /dev/null +++ b/operational_monitoring/views/disable_ads_startup_cache.view.lkml @@ -0,0 +1,51 @@ + +# *Do not manually modify this file* +# +# This file has been generated via https://github.com/mozilla/lookml-generator +# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default) + +view: disable_ads_startup_cache { + sql_table_name: moz-fx-data-shared-prod.operational_monitoring.disable_ads_startup_cache_statistics ;; + + dimension: submission_date { + type: date + sql: ${TABLE}.submission_date ;; + datatype: date + convert_tz: no + } + + dimension: branch { + sql: ${TABLE}.branch ;; + type: string + } + + dimension: metric { + sql: ${TABLE}.metric ;; + type: string + } + + dimension: parameter { + sql: ${TABLE}.parameter ;; + type: number + } + + dimension: statistic { + sql: ${TABLE}.statistic ;; + type: string + } + + measure: point { + type: sum + sql: ${TABLE}.point ;; + } + + measure: upper { + type: sum + sql: ${TABLE}.upper ;; + } + + measure: lower { + type: sum + sql: ${TABLE}.lower ;; + } +} \ No newline at end of file diff --git a/subscription_platform/views/stripe_subscriptions.view.lkml b/subscription_platform/views/stripe_subscriptions.view.lkml index 4ecc48060..4bec37327 100644 --- a/subscription_platform/views/stripe_subscriptions.view.lkml +++ b/subscription_platform/views/stripe_subscriptions.view.lkml @@ -8,11 +8,13 @@ view: stripe_subscriptions { dimension: cancel_at_period_end { sql: ${TABLE}.cancel_at_period_end ;; type: yesno + description: "If the subscription has been canceled with the `at_period_end` flag set to true, `cancel_at_period_end` on the subscription will be true. You can use this attribute to determine whether a subscription that has a status of \"active\" is scheduled to be canceled at the end of the current period." } dimension: collection_method { sql: ${TABLE}.collection_method ;; type: string + description: "Either \"charge_automatically\", or \"send_invoice\". When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active." } dimension: customer__address__country { @@ -20,6 +22,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Address" group_item_label: "Country" + description: "Two-letter country code (ISO 3166-1 alpha-2)." } dimension: customer__default_source_id { @@ -27,6 +30,8 @@ view: stripe_subscriptions { type: string group_label: "Customer" group_item_label: "Default Source Id" + description: "ID of the default payment source for the customer. +This isn't available for customers that were deleted before the initial Fivetran Stripe sync." } dimension: customer__discount__coupon__amount_off { @@ -34,6 +39,7 @@ view: stripe_subscriptions { type: number group_label: "Customer Discount Coupon" group_item_label: "Amount Off" + description: "Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer." } dimension: customer__discount__coupon__currency { @@ -41,6 +47,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount Coupon" group_item_label: "Currency" + description: "If `amount_off` has been set, the three-letter ISO code for the currency of the amount to take off." } dimension: customer__discount__coupon__duration { @@ -48,6 +55,10 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount Coupon" group_item_label: "Duration" + description: "One of \"forever\", \"once\", and \"repeating\". Describes how long a customer who applies this coupon will get the discount. +\"forever\" applies to all charges from a subscription with this coupon applied. +\"once\" applies to the first charge from a subscription with this coupon applied. +\"repeating\" applies to charges in the first `duration_in_months` months from a subscription with this coupon applied." } dimension: customer__discount__coupon__duration_in_months { @@ -55,6 +66,7 @@ view: stripe_subscriptions { type: number group_label: "Customer Discount Coupon" group_item_label: "Duration In Months" + description: "If `duration` is \"repeating\", the number of months the coupon applies. Null if coupon `duration` is \"forever\" or \"once\"." } dimension: customer__discount__coupon__id { @@ -62,11 +74,13 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount Coupon" group_item_label: "Id" + description: "Coupon ID." } dimension: customer__discount__coupon__metadata { sql: ${TABLE}.customer.discount.coupon.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the coupon, stored as a JSON object." } dimension: customer__discount__coupon__name { @@ -74,6 +88,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount Coupon" group_item_label: "Name" + description: "Name of the coupon displayed to customers on invoices or receipts." } dimension: customer__discount__coupon__percent_off { @@ -81,6 +96,7 @@ view: stripe_subscriptions { type: number group_label: "Customer Discount Coupon" group_item_label: "Percent Off" + description: "Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon. For example, a coupon with `percent_off` of 50 will make a $100 invoice $50 instead." } dimension: customer__discount__id { @@ -88,6 +104,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount" group_item_label: "Id" + description: "Discount ID." } dimension: customer__discount__invoice_id { @@ -95,6 +112,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount" group_item_label: "Invoice Id" + description: "ID of the invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice." } dimension: customer__discount__invoice_item_id { @@ -102,6 +120,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount" group_item_label: "Invoice Item Id" + description: "ID of the invoice item (or invoice line item for invoice line items of `type` = \"subscription\") that the discount's coupon was applied to, if it was applied directly to a particular invoice item or invoice line item." } dimension: customer__discount__promotion_code_id { @@ -109,6 +128,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount" group_item_label: "Promotion Code Id" + description: "ID of the promotion code applied to create this discount." } dimension: customer__discount__subscription_id { @@ -116,6 +136,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Discount" group_item_label: "Subscription Id" + description: "ID of the subscription that this coupon is applied to, if it is applied to a particular subscription." } dimension: customer__id { @@ -123,6 +144,7 @@ view: stripe_subscriptions { type: string group_label: "Customer" group_item_label: "Id" + description: "Customer ID." } dimension: customer__is_deleted { @@ -130,6 +152,7 @@ view: stripe_subscriptions { type: yesno group_label: "Customer" group_item_label: "Is Deleted" + description: "Whether the customer is deleted." } dimension: customer__metadata__paypalAgreementId { @@ -137,6 +160,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Metadata" group_item_label: "Paypalagreementid" + description: "The customer's PayPal agreement ID (if any)." } dimension: customer__metadata__userid { @@ -144,6 +168,8 @@ view: stripe_subscriptions { type: string group_label: "Customer Metadata" group_item_label: "Userid" + description: "The customer's Firefox Account user ID. +This isn't available for customers that were deleted before the initial Fivetran Stripe sync." } dimension: customer__metadata__userid_sha256 { @@ -151,6 +177,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Metadata" group_item_label: "Userid Sha256" + description: "SHA256 hash of the customer's Firefox Account user ID." } dimension: customer__shipping__address__country { @@ -158,6 +185,7 @@ view: stripe_subscriptions { type: string group_label: "Customer Shipping Address" group_item_label: "Country" + description: "Two-letter country code (ISO 3166-1 alpha-2)." } dimension: customer__tax_exempt { @@ -165,26 +193,32 @@ view: stripe_subscriptions { type: string group_label: "Customer" group_item_label: "Tax Exempt" + description: "The customer's tax exemption status. One of \"none\", \"exempt\", or \"reverse\". +This isn't available for customers that were deleted before the initial Fivetran Stripe sync." } dimension: days_until_due { sql: ${TABLE}.days_until_due ;; type: number + description: "Number of days a customer has to pay invoices generated by this subscription. This value will be null for subscriptions where `collection_method` = \"charge_automatically\"." } dimension: default_payment_method_id { sql: ${TABLE}.default_payment_method_id ;; type: string + description: "ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. This takes precedence over `default_source_id`. If neither are set, invoices will use the customer's `invoice_settings.default_payment_method` or `default_source`." } dimension: default_source_id { sql: ${TABLE}.default_source_id ;; type: string + description: "ID of the default payment source for the subscription. It must belong to the customer associated with the subscription and be in a chargeable state. If `default_payment_method` is also set, `default_payment_method` will take precedence. If neither are set, invoices will use the customer's `invoice_settings.default_payment_method` or `default_source`." } dimension: default_tax_rates { sql: ${TABLE}.default_tax_rates ;; hidden: yes + description: "The tax rates that will apply to any subscription item that does not have `tax_rates` set. Invoices created will have their `default_tax_rates` populated from the subscription." } dimension: discount__coupon__amount_off { @@ -192,6 +226,7 @@ view: stripe_subscriptions { type: number group_label: "Discount Coupon" group_item_label: "Amount Off" + description: "Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer." } dimension: discount__coupon__currency { @@ -199,6 +234,7 @@ view: stripe_subscriptions { type: string group_label: "Discount Coupon" group_item_label: "Currency" + description: "If `amount_off` has been set, the three-letter ISO code for the currency of the amount to take off." } dimension: discount__coupon__duration { @@ -206,6 +242,10 @@ view: stripe_subscriptions { type: string group_label: "Discount Coupon" group_item_label: "Duration" + description: "One of \"forever\", \"once\", and \"repeating\". Describes how long a customer who applies this coupon will get the discount. +\"forever\" applies to all charges from a subscription with this coupon applied. +\"once\" applies to the first charge from a subscription with this coupon applied. +\"repeating\" applies to charges in the first `duration_in_months` months from a subscription with this coupon applied." } dimension: discount__coupon__duration_in_months { @@ -213,6 +253,7 @@ view: stripe_subscriptions { type: number group_label: "Discount Coupon" group_item_label: "Duration In Months" + description: "If `duration` is \"repeating\", the number of months the coupon applies. Null if coupon `duration` is \"forever\" or \"once\"." } dimension: discount__coupon__id { @@ -220,11 +261,13 @@ view: stripe_subscriptions { type: string group_label: "Discount Coupon" group_item_label: "Id" + description: "Coupon ID." } dimension: discount__coupon__metadata { sql: ${TABLE}.discount.coupon.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the coupon, stored as a JSON object." } dimension: discount__coupon__name { @@ -232,6 +275,7 @@ view: stripe_subscriptions { type: string group_label: "Discount Coupon" group_item_label: "Name" + description: "Name of the coupon displayed to customers on invoices or receipts." } dimension: discount__coupon__percent_off { @@ -239,6 +283,7 @@ view: stripe_subscriptions { type: number group_label: "Discount Coupon" group_item_label: "Percent Off" + description: "Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon. For example, a coupon with `percent_off` of 50 will make a $100 invoice $50 instead." } dimension: discount__id { @@ -246,6 +291,7 @@ view: stripe_subscriptions { type: string group_label: "Discount" group_item_label: "Id" + description: "Discount ID." } dimension: discount__invoice_id { @@ -253,6 +299,7 @@ view: stripe_subscriptions { type: string group_label: "Discount" group_item_label: "Invoice Id" + description: "ID of the invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice." } dimension: discount__invoice_item_id { @@ -260,6 +307,7 @@ view: stripe_subscriptions { type: string group_label: "Discount" group_item_label: "Invoice Item Id" + description: "ID of the invoice item (or invoice line item for invoice line items of `type` = \"subscription\") that the discount's coupon was applied to, if it was applied directly to a particular invoice item or invoice line item." } dimension: discount__promotion_code_id { @@ -267,21 +315,25 @@ view: stripe_subscriptions { type: string group_label: "Discount" group_item_label: "Promotion Code Id" + description: "ID of the promotion code applied to create this discount." } dimension: id { sql: ${TABLE}.id ;; type: string + description: "Subscription ID." } dimension: items { sql: ${TABLE}.items ;; hidden: yes + description: "List of subscription items, each with an attached plan." } dimension: latest_invoice_id { sql: ${TABLE}.latest_invoice_id ;; type: string + description: "ID of the most recent invoice this subscription has generated." } dimension: metadata__appliedPromotionCode { @@ -289,6 +341,7 @@ view: stripe_subscriptions { type: string group_label: "Metadata" group_item_label: "Appliedpromotioncode" + description: "Promotion code applied to the subscription (if any)." } dimension: metadata__cancellation_reason { @@ -296,6 +349,7 @@ view: stripe_subscriptions { type: string group_label: "Metadata" group_item_label: "Cancellation Reason" + description: "Reason the subscription was canceled (if any)." } dimension: metadata__previous_plan_id { @@ -303,16 +357,23 @@ view: stripe_subscriptions { type: string group_label: "Metadata" group_item_label: "Previous Plan Id" + description: "ID of the previous plan the customer was subscribed to via this subscription (if any)." } dimension: pending_setup_intent_id { sql: ${TABLE}.pending_setup_intent_id ;; type: string + description: "ID of a setup intent to collect user authentication when creating a subscription without immediate payment or updating a subscription's payment method." } dimension: status { sql: ${TABLE}.status ;; type: string + description: "Possible values are \"incomplete\", \"incomplete_expired\", \"trialing\", \"active\", \"past_due\", \"canceled\", \"unpaid\", or \"paused\". +For `collection_method` = \"charge_automatically\" a subscription moves into \"incomplete\" if the initial payment attempt fails. Once the first invoice is paid, the subscription moves into an \"active\" state. If the first invoice is not paid within 23 hours, the subscription transitions to \"incomplete_expired\". +A subscription that is currently in a trial period is \"trialing\" and moves to \"active\" when the trial period is over. +If subscription `collection_method` = \"charge_automatically\" it becomes \"past_due\" when payment to renew it fails and \"canceled\" or \"unpaid\" (depending on your subscriptions settings) when Stripe has exhausted all payment retry attempts. +If subscription `collection_method` = \"send_invoice\" it becomes \"past_due\" when its invoice is not paid by the due date, and \"canceled\" or \"unpaid\" if it is still not paid by an additional deadline after that." } dimension_group: billing_cycle_anchor { @@ -327,6 +388,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "The time of the first full invoice, and, for plans with month or year intervals, the day of the month for subsequent invoices." } dimension_group: cancel_at { @@ -341,6 +403,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "A time in the future at which the subscription will automatically get canceled." } dimension_group: canceled_at { @@ -355,6 +418,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "If the subscription has been canceled, the time at which it was canceled. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will reflect the time of the most recent update request, not the end of the subscription period when the subscription is automatically moved to a canceled state." } dimension_group: created { @@ -369,6 +433,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "Time at which the subscription was created." } dimension_group: current_period_end { @@ -383,6 +448,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "End time of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created." } dimension_group: current_period_start { @@ -397,6 +463,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "Start time of the current period that the subscription has been invoiced for." } dimension_group: customer__created { @@ -412,6 +479,7 @@ view: stripe_subscriptions { year, ] label: "Customer: Created" + description: "Time at which the customer was created." } dimension_group: customer__discount__coupon__created { @@ -427,6 +495,7 @@ view: stripe_subscriptions { year, ] label: "Customer Discount Coupon: Created" + description: "Time at which the coupon was created." } dimension_group: customer__discount__coupon__redeem_by { @@ -442,6 +511,7 @@ view: stripe_subscriptions { year, ] label: "Customer Discount Coupon: Redeem By" + description: "Time after which the coupon can no longer be redeemed." } dimension_group: customer__discount__end { @@ -457,6 +527,7 @@ view: stripe_subscriptions { year, ] label: "Customer Discount: End" + description: "If the coupon has a duration of \"repeating\", the time that this discount will end. If the coupon has a duration of \"once\" or \"forever\", this attribute will be null." } dimension_group: customer__discount__start { @@ -472,6 +543,7 @@ view: stripe_subscriptions { year, ] label: "Customer Discount: Start" + description: "Time at which the coupon was applied." } dimension_group: customer__metadata__geoip { @@ -487,6 +559,8 @@ view: stripe_subscriptions { year, ] label: "Customer Metadata: Geoip Date" + description: "Time at which IP address-based geo-location was done for the customer. +This isn't available for customers that were deleted before the initial Fivetran Stripe sync." } dimension_group: discount__coupon__created { @@ -502,6 +576,7 @@ view: stripe_subscriptions { year, ] label: "Discount Coupon: Created" + description: "Time at which the coupon was created." } dimension_group: discount__coupon__redeem_by { @@ -517,6 +592,7 @@ view: stripe_subscriptions { year, ] label: "Discount Coupon: Redeem By" + description: "Time after which the coupon can no longer be redeemed." } dimension_group: discount__end { @@ -532,6 +608,7 @@ view: stripe_subscriptions { year, ] label: "Discount: End" + description: "If the coupon has a duration of \"repeating\", the time that this discount will end. If the coupon has a duration of \"once\" or \"forever\", this attribute will be null." } dimension_group: discount__start { @@ -547,6 +624,7 @@ view: stripe_subscriptions { year, ] label: "Discount: Start" + description: "Time at which the coupon was applied." } dimension_group: ended_at { @@ -561,6 +639,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "If the subscription has ended, the time at which the subscription ended." } dimension_group: metadata__cancelled_for_customer_at { @@ -576,6 +655,7 @@ view: stripe_subscriptions { year, ] label: "Metadata: Cancelled For Customer At" + description: "When the customer canceled the subscription, if they've done so." } dimension_group: metadata__plan_change { @@ -591,6 +671,7 @@ view: stripe_subscriptions { year, ] label: "Metadata: Plan Change Date" + description: "The most recent time when the subscription plan was changed (if any)." } dimension_group: start { @@ -605,6 +686,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "Start time of the subscription. This might differ from `created` due to backdating." } dimension_group: trial_end { @@ -619,6 +701,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "If the subscription has a trial, the end time of that trial." } dimension_group: trial_start { @@ -633,6 +716,7 @@ view: stripe_subscriptions { quarter, year, ] + description: "If the subscription has a trial, the start time of that trial." } sql_table_name: `moz-fx-data-shared-prod.subscription_platform_derived.stripe_subscriptions_v2` ;; @@ -642,36 +726,43 @@ view: stripe_subscriptions__default_tax_rates { dimension: description { sql: ${TABLE}.description ;; type: string + description: "An arbitrary description of the tax rate for your internal use only. It will not be visible to your customers." } dimension: display_name { sql: ${TABLE}.display_name ;; type: string + description: "The display name of the tax rate as it will appear to your customer on their receipt email, PDF, and the hosted invoice page." } dimension: id { sql: ${TABLE}.id ;; type: string + description: "Tax rate ID." } dimension: inclusive { sql: ${TABLE}.inclusive ;; type: yesno + description: "Whether the tax rate is inclusive." } dimension: jurisdiction { sql: ${TABLE}.jurisdiction ;; type: string + description: "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer's invoice." } dimension: metadata { sql: ${TABLE}.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the tax rate, stored as a JSON object." } dimension: percentage { sql: ${TABLE}.percentage ;; type: number + description: "Tax rate percentage out of 100. For tax calculations with `automatic_tax[enabled]=true`, this percentage includes the statutory tax rate of non-taxable jurisdictions." } } @@ -679,11 +770,13 @@ view: stripe_subscriptions__items { dimension: id { sql: ${TABLE}.id ;; type: string + description: "Subscription item ID." } dimension: metadata { sql: ${TABLE}.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the subscription item, stored as a JSON object." } dimension: plan__aggregate_usage { @@ -691,6 +784,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Aggregate Usage" + description: "Specifies a usage aggregation strategy for plans of `usage_type` = \"metered\". Allowed values are \"sum\" for summing up all usage during a period, \"last_during_period\" for using the last usage record reported within a period, \"last_ever\" for using the last usage record ever (across period bounds) or \"max\" which uses the usage record with the maximum reported usage during a period." } dimension: plan__amount { @@ -698,6 +792,7 @@ view: stripe_subscriptions__items { type: number group_label: "Plan" group_item_label: "Amount" + description: "The unit amount in cents to be charged, represented as a whole integer if possible. Only set if `billing_scheme` = \"per_unit\"." } dimension: plan__billing_scheme { @@ -705,6 +800,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Billing Scheme" + description: "Describes how to compute the price per period. Either \"per_unit\" or \"tiered\". \"per_unit\" indicates that the fixed amount (specified in `amount`) will be charged per unit in `quantity` (for plans with `usage_type` = \"licensed\"), or per unit of total usage (for plans with `usage_type` = \"metered\"). \"tiered\" indicates that the unit pricing will be computed using a tiering strategy as defined using the `tiers` and `tiers_mode` attributes." } dimension: plan__currency { @@ -712,6 +808,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Currency" + description: "Three-letter ISO currency code, in lowercase." } dimension: plan__id { @@ -719,6 +816,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Id" + description: "Plan ID." } dimension: plan__interval { @@ -726,6 +824,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Interval" + description: "The frequency at which a subscription is billed. One of \"day\", \"week\", \"month\" or \"year\"." } dimension: plan__interval_count { @@ -733,11 +832,13 @@ view: stripe_subscriptions__items { type: number group_label: "Plan" group_item_label: "Interval Count" + description: "The number of intervals (specified in the `interval` attribute) between subscription billings." } dimension: plan__metadata { sql: ${TABLE}.plan.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the plan, stored as a JSON object." } dimension: plan__nickname { @@ -745,6 +846,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Nickname" + description: "A brief description of the plan, hidden from customers." } dimension: plan__product__description { @@ -752,6 +854,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan Product" group_item_label: "Description" + description: "The product's description, meant to be displayable to the customer." } dimension: plan__product__id { @@ -759,11 +862,13 @@ view: stripe_subscriptions__items { type: string group_label: "Plan Product" group_item_label: "Id" + description: "Product ID." } dimension: plan__product__metadata { sql: ${TABLE}.plan.product.metadata ;; hidden: yes + description: "Set of key-value pairs attached to the product, stored as a JSON object." } dimension: plan__product__name { @@ -771,6 +876,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan Product" group_item_label: "Name" + description: "The product's name, meant to be displayable to the customer." } dimension: plan__product__statement_descriptor { @@ -778,6 +884,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan Product" group_item_label: "Statement Descriptor" + description: "Extra information about a product which will appear on your customer's credit card statement." } dimension: plan__tiers_mode { @@ -785,6 +892,7 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Tiers Mode" + description: "Defines if the tiering price should be \"graduated\" or \"volume\". In volume-based tiering, the maximum quantity within a period determines the per unit price. In graduated tiering, pricing can change as the quantity grows." } dimension: plan__trial_period_days { @@ -792,6 +900,7 @@ view: stripe_subscriptions__items { type: number group_label: "Plan" group_item_label: "Trial Period Days" + description: "Default number of trial days when subscribing a customer to this plan using `trial_from_plan=true`." } dimension: plan__usage_type { @@ -799,10 +908,12 @@ view: stripe_subscriptions__items { type: string group_label: "Plan" group_item_label: "Usage Type" + description: "Configures how the quantity per period should be determined. Can be either \"metered\" or \"licensed\". \"licensed\" automatically bills the quantity set when adding it to a subscription. \"metered\" aggregates the total usage based on usage records." } dimension: quantity { sql: ${TABLE}.quantity ;; type: number + description: "The quantity of the plan to which the customer should be subscribed." } } \ No newline at end of file