Auto-push from LookML generation

This commit is contained in:
Generated LookML Creator 2024-10-21 15:51:06 +00:00
Родитель 35d4215918
Коммит ee172127e6
106 изменённых файлов: 26216 добавлений и 6646 удалений

Просмотреть файл

@ -414,6 +414,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_audio_init_failure}) AS metrics__metrics__labeled_counter__media_audio_init_failure ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_audio_init_failure.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_decode_error_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_decode_error_per_mime_type}) AS metrics__metrics__labeled_counter__media_decode_error_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_decode_error_per_mime_type.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_playback_not_supported_video_per_mime_type}) AS metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type.document_id} ;;
@ -549,6 +554,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_cookie_timestamp_fixed_count}) AS metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_data_transferred_v3_kb {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_data_transferred_v3_kb}) AS metrics__metrics__labeled_counter__networking_data_transferred_v3_kb ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_data_transferred_v3_kb.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_dns_native_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_dns_native_count}) AS metrics__metrics__labeled_counter__networking_dns_native_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_dns_native_count.document_id} ;;
@ -674,6 +684,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_speculative_connection_outcome}) AS metrics__metrics__labeled_counter__networking_speculative_connection_outcome ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_speculative_connection_outcome.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_connection_cycle_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_connection_cycle_count}) AS metrics__metrics__labeled_counter__networking_trr_connection_cycle_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_connection_cycle_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_request_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count}) AS metrics__metrics__labeled_counter__networking_trr_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count.document_id} ;;
@ -854,6 +869,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid}) AS metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid.document_id} ;;
}
join: metrics__metrics__labeled_counter__security_client_auth_cert_usage {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__security_client_auth_cert_usage}) AS metrics__metrics__labeled_counter__security_client_auth_cert_usage ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__security_client_auth_cert_usage.document_id} ;;
}
join: metrics__metrics__labeled_counter__tabs_tray_access_point {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__tabs_tray_access_point}) AS metrics__metrics__labeled_counter__tabs_tray_access_point ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__tabs_tray_access_point.document_id} ;;
@ -899,6 +919,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webauthn_get_authenticator_attachment}) AS metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_recv_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_recv_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_recv_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_recv_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_send_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_send_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_send_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_send_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtcdtls_cipher {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtcdtls_cipher}) AS metrics__metrics__labeled_counter__webrtcdtls_cipher ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtcdtls_cipher.document_id} ;;

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -388,6 +388,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_audio_init_failure}) AS metrics__metrics__labeled_counter__media_audio_init_failure ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_audio_init_failure.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_decode_error_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_decode_error_per_mime_type}) AS metrics__metrics__labeled_counter__media_decode_error_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_decode_error_per_mime_type.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_playback_not_supported_video_per_mime_type}) AS metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type.document_id} ;;
@ -398,6 +403,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__messaging_system_invalid_nested_data}) AS metrics__metrics__labeled_counter__messaging_system_invalid_nested_data ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__messaging_system_invalid_nested_data.document_id} ;;
}
join: metrics__metrics__labeled_counter__migration_discovered_migrators {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__migration_discovered_migrators}) AS metrics__metrics__labeled_counter__migration_discovered_migrators ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__migration_discovered_migrators.document_id} ;;
}
join: metrics__metrics__labeled_counter__netwerk_early_hints {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__netwerk_early_hints}) AS metrics__metrics__labeled_counter__netwerk_early_hints ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__netwerk_early_hints.document_id} ;;
@ -503,6 +513,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_cookie_timestamp_fixed_count}) AS metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_data_transferred_v3_kb {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_data_transferred_v3_kb}) AS metrics__metrics__labeled_counter__networking_data_transferred_v3_kb ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_data_transferred_v3_kb.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_dns_native_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_dns_native_count}) AS metrics__metrics__labeled_counter__networking_dns_native_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_dns_native_count.document_id} ;;
@ -628,6 +643,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_speculative_connection_outcome}) AS metrics__metrics__labeled_counter__networking_speculative_connection_outcome ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_speculative_connection_outcome.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_connection_cycle_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_connection_cycle_count}) AS metrics__metrics__labeled_counter__networking_trr_connection_cycle_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_connection_cycle_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_request_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count}) AS metrics__metrics__labeled_counter__networking_trr_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count.document_id} ;;
@ -638,6 +658,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count_per_conn}) AS metrics__metrics__labeled_counter__networking_trr_request_count_per_conn ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count_per_conn.document_id} ;;
}
join: metrics__metrics__labeled_counter__os_environment_invoked_to_handle {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__os_environment_invoked_to_handle}) AS metrics__metrics__labeled_counter__os_environment_invoked_to_handle ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__os_environment_invoked_to_handle.document_id} ;;
}
join: metrics__metrics__labeled_counter__os_environment_launched_to_handle {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__os_environment_launched_to_handle}) AS metrics__metrics__labeled_counter__os_environment_launched_to_handle ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__os_environment_launched_to_handle.document_id} ;;
}
join: metrics__metrics__labeled_counter__pdfjs_buttons {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__pdfjs_buttons}) AS metrics__metrics__labeled_counter__pdfjs_buttons ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__pdfjs_buttons.document_id} ;;
@ -823,6 +853,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__search_service_initialization_status}) AS metrics__metrics__labeled_counter__search_service_initialization_status ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__search_service_initialization_status.document_id} ;;
}
join: metrics__metrics__labeled_counter__security_client_auth_cert_usage {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__security_client_auth_cert_usage}) AS metrics__metrics__labeled_counter__security_client_auth_cert_usage ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__security_client_auth_cert_usage.document_id} ;;
}
join: metrics__metrics__labeled_counter__serp_ads_blocked_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__serp_ads_blocked_count}) AS metrics__metrics__labeled_counter__serp_ads_blocked_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__serp_ads_blocked_count.document_id} ;;
@ -873,6 +908,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webauthn_get_authenticator_attachment}) AS metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_recv_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_recv_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_recv_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_recv_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_send_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_send_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_send_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_send_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtcdtls_cipher {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtcdtls_cipher}) AS metrics__metrics__labeled_counter__webrtcdtls_cipher ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtcdtls_cipher.document_id} ;;

Просмотреть файл

@ -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 dont 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 <processor>-<compilerABI>, 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` ;;

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -363,6 +363,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_audio_init_failure}) AS metrics__metrics__labeled_counter__media_audio_init_failure ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_audio_init_failure.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_decode_error_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_decode_error_per_mime_type}) AS metrics__metrics__labeled_counter__media_decode_error_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_decode_error_per_mime_type.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_playback_not_supported_video_per_mime_type}) AS metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type.document_id} ;;
@ -473,6 +478,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_cookie_timestamp_fixed_count}) AS metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_data_transferred_v3_kb {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_data_transferred_v3_kb}) AS metrics__metrics__labeled_counter__networking_data_transferred_v3_kb ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_data_transferred_v3_kb.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_dns_native_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_dns_native_count}) AS metrics__metrics__labeled_counter__networking_dns_native_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_dns_native_count.document_id} ;;
@ -598,6 +608,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_speculative_connection_outcome}) AS metrics__metrics__labeled_counter__networking_speculative_connection_outcome ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_speculative_connection_outcome.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_connection_cycle_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_connection_cycle_count}) AS metrics__metrics__labeled_counter__networking_trr_connection_cycle_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_connection_cycle_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_request_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count}) AS metrics__metrics__labeled_counter__networking_trr_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count.document_id} ;;
@ -753,6 +768,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid}) AS metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid.document_id} ;;
}
join: metrics__metrics__labeled_counter__security_client_auth_cert_usage {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__security_client_auth_cert_usage}) AS metrics__metrics__labeled_counter__security_client_auth_cert_usage ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__security_client_auth_cert_usage.document_id} ;;
}
join: metrics__metrics__labeled_counter__tls_xyber_intolerance_reason {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__tls_xyber_intolerance_reason}) AS metrics__metrics__labeled_counter__tls_xyber_intolerance_reason ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__tls_xyber_intolerance_reason.document_id} ;;
@ -763,6 +783,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__translations_request_count}) AS metrics__metrics__labeled_counter__translations_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__translations_request_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__update_bitshresult {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__update_bitshresult}) AS metrics__metrics__labeled_counter__update_bitshresult ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__update_bitshresult.document_id} ;;
}
join: metrics__metrics__labeled_counter__update_move_result {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__update_move_result}) AS metrics__metrics__labeled_counter__update_move_result ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__update_move_result.document_id} ;;
}
join: metrics__metrics__labeled_counter__web_notification_permission_origin {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__web_notification_permission_origin}) AS metrics__metrics__labeled_counter__web_notification_permission_origin ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__web_notification_permission_origin.document_id} ;;
@ -788,6 +818,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webauthn_get_authenticator_attachment}) AS metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_recv_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_recv_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_recv_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_recv_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_send_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_send_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_send_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_send_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtcdtls_cipher {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtcdtls_cipher}) AS metrics__metrics__labeled_counter__webrtcdtls_cipher ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtcdtls_cipher.document_id} ;;

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -379,6 +379,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_audio_init_failure}) AS metrics__metrics__labeled_counter__media_audio_init_failure ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_audio_init_failure.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_decode_error_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_decode_error_per_mime_type}) AS metrics__metrics__labeled_counter__media_decode_error_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_decode_error_per_mime_type.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_playback_not_supported_video_per_mime_type}) AS metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type.document_id} ;;
@ -489,6 +494,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_cookie_timestamp_fixed_count}) AS metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_data_transferred_v3_kb {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_data_transferred_v3_kb}) AS metrics__metrics__labeled_counter__networking_data_transferred_v3_kb ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_data_transferred_v3_kb.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_dns_native_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_dns_native_count}) AS metrics__metrics__labeled_counter__networking_dns_native_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_dns_native_count.document_id} ;;
@ -614,6 +624,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_speculative_connection_outcome}) AS metrics__metrics__labeled_counter__networking_speculative_connection_outcome ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_speculative_connection_outcome.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_connection_cycle_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_connection_cycle_count}) AS metrics__metrics__labeled_counter__networking_trr_connection_cycle_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_connection_cycle_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_request_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count}) AS metrics__metrics__labeled_counter__networking_trr_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count.document_id} ;;
@ -774,6 +789,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid}) AS metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid.document_id} ;;
}
join: metrics__metrics__labeled_counter__security_client_auth_cert_usage {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__security_client_auth_cert_usage}) AS metrics__metrics__labeled_counter__security_client_auth_cert_usage ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__security_client_auth_cert_usage.document_id} ;;
}
join: metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__shortcuts_shortcut_removed_counter}) AS metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter.document_id} ;;
@ -814,6 +834,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webauthn_get_authenticator_attachment}) AS metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_recv_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_recv_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_recv_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_recv_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_send_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_send_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_send_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_send_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtcdtls_cipher {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtcdtls_cipher}) AS metrics__metrics__labeled_counter__webrtcdtls_cipher ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtcdtls_cipher.document_id} ;;

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -8,85 +8,71 @@ 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 {
@ -102,7 +88,6 @@ 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` ;;

Просмотреть файл

@ -378,6 +378,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_audio_init_failure}) AS metrics__metrics__labeled_counter__media_audio_init_failure ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_audio_init_failure.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_decode_error_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_decode_error_per_mime_type}) AS metrics__metrics__labeled_counter__media_decode_error_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_decode_error_per_mime_type.document_id} ;;
}
join: metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__media_playback_not_supported_video_per_mime_type}) AS metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__media_playback_not_supported_video_per_mime_type.document_id} ;;
@ -488,6 +493,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_cookie_timestamp_fixed_count}) AS metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_cookie_timestamp_fixed_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_data_transferred_v3_kb {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_data_transferred_v3_kb}) AS metrics__metrics__labeled_counter__networking_data_transferred_v3_kb ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_data_transferred_v3_kb.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_dns_native_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_dns_native_count}) AS metrics__metrics__labeled_counter__networking_dns_native_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_dns_native_count.document_id} ;;
@ -613,6 +623,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_speculative_connection_outcome}) AS metrics__metrics__labeled_counter__networking_speculative_connection_outcome ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_speculative_connection_outcome.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_connection_cycle_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_connection_cycle_count}) AS metrics__metrics__labeled_counter__networking_trr_connection_cycle_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_connection_cycle_count.document_id} ;;
}
join: metrics__metrics__labeled_counter__networking_trr_request_count {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__networking_trr_request_count}) AS metrics__metrics__labeled_counter__networking_trr_request_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__networking_trr_request_count.document_id} ;;
@ -773,6 +788,11 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid}) AS metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__rtcrtpsender_setparameters_blame_stale_transactionid.document_id} ;;
}
join: metrics__metrics__labeled_counter__security_client_auth_cert_usage {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__security_client_auth_cert_usage}) AS metrics__metrics__labeled_counter__security_client_auth_cert_usage ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__security_client_auth_cert_usage.document_id} ;;
}
join: metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__shortcuts_shortcut_removed_counter}) AS metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__shortcuts_shortcut_removed_counter.document_id} ;;
@ -813,6 +833,16 @@ explore: metrics {
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webauthn_get_authenticator_attachment}) AS metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webauthn_get_authenticator_attachment.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_recv_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_recv_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_recv_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_recv_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtc_video_send_codec_used {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtc_video_send_codec_used}) AS metrics__metrics__labeled_counter__webrtc_video_send_codec_used ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtc_video_send_codec_used.document_id} ;;
}
join: metrics__metrics__labeled_counter__webrtcdtls_cipher {
relationship: one_to_many
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__webrtcdtls_cipher}) AS metrics__metrics__labeled_counter__webrtcdtls_cipher ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__webrtcdtls_cipher.document_id} ;;

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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'

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: add_an_image_to_pdf_with_alt_text_rollout.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: 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: 'ad_clicks'
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
add_an_image_to_pdf_with_alt_text_rollout.metric: 'retained'
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
address_autofill_desktop_pref_beta_rollout.metric: 'active_hours'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: address_autofill_desktop_pref_beta_rollout.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: 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: 'ad_clicks'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
address_autofill_desktop_pref_beta_rollout.metric: 'retained'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: address_autofill_desktop_pref_beta_rollout.submission_date
@ -199,6 +165,40 @@
address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
address_autofill_desktop_pref_beta_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
address_autofill_desktop_pref_nightly_rollout.metric: 'active_hours'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: address_autofill_desktop_pref_nightly_rollout.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: 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: 'ad_clicks'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
address_autofill_desktop_pref_nightly_rollout.metric: 'retained'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: address_autofill_desktop_pref_nightly_rollout.submission_date
@ -199,6 +165,40 @@
address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
address_autofill_desktop_pref_nightly_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
address_autofill_desktop_pref_release_rollout.metric: 'active_hours'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: address_autofill_desktop_pref_release_rollout.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: 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: 'ad_clicks'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
address_autofill_desktop_pref_release_rollout.metric: 'retained'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: address_autofill_desktop_pref_release_rollout.submission_date
@ -199,6 +165,40 @@
address_autofill_desktop_pref_release_rollout.metric: 'days_of_use'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
address_autofill_desktop_pref_release_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
address_autofill_phase_2_rollout_copy_beta_rollout.branch
]
filters:
address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'search_count'
address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'active_hours'
address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: address_autofill_phase_2_rollout_copy_beta_rollout.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: 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: 'ad_clicks'
address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'retained'
address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: address_autofill_phase_2_rollout_copy_beta_rollout.submission_date
@ -131,6 +97,40 @@
address_autofill_phase_2_rollout_copy_beta_rollout.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
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.metric: 'search_count'
address_autofill_phase_2_rollout_copy_beta_rollout.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
address_autofill_phase_2_rollout_release.branch
]
filters:
address_autofill_phase_2_rollout_release.metric: 'search_count'
address_autofill_phase_2_rollout_release.metric: 'active_hours'
address_autofill_phase_2_rollout_release.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: address_autofill_phase_2_rollout_release.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: address_autofill_phase_2_rollout_release
type: looker_line
fields: [
address_autofill_phase_2_rollout_release.submission_date,
address_autofill_phase_2_rollout_release.branch,
address_autofill_phase_2_rollout_release.point
]
pivots: [
address_autofill_phase_2_rollout_release.branch
]
filters:
address_autofill_phase_2_rollout_release.metric: 'ad_clicks'
address_autofill_phase_2_rollout_release.statistic: mean
row: 0
col: 12
width: 12
height: 8
field_x: address_autofill_phase_2_rollout_release.submission_date
field_y: address_autofill_phase_2_rollout_release.point
log_scale: false
ci_lower: address_autofill_phase_2_rollout_release.lower
ci_upper: address_autofill_phase_2_rollout_release.upper
show_grid: true
listen:
Date: address_autofill_phase_2_rollout_release.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -96,8 +62,8 @@
filters:
address_autofill_phase_2_rollout_release.metric: 'retained'
address_autofill_phase_2_rollout_release.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: address_autofill_phase_2_rollout_release.submission_date
@ -131,6 +97,40 @@
address_autofill_phase_2_rollout_release.metric: 'days_of_use'
address_autofill_phase_2_rollout_release.statistic: mean
row: 10
col: 0
width: 12
height: 8
field_x: address_autofill_phase_2_rollout_release.submission_date
field_y: address_autofill_phase_2_rollout_release.point
log_scale: false
ci_lower: address_autofill_phase_2_rollout_release.lower
ci_upper: address_autofill_phase_2_rollout_release.upper
show_grid: true
listen:
Date: address_autofill_phase_2_rollout_release.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: address_autofill_phase_2_rollout_release
type: looker_line
fields: [
address_autofill_phase_2_rollout_release.submission_date,
address_autofill_phase_2_rollout_release.branch,
address_autofill_phase_2_rollout_release.point
]
pivots: [
address_autofill_phase_2_rollout_release.branch
]
filters:
address_autofill_phase_2_rollout_release.metric: 'ad_clicks'
address_autofill_phase_2_rollout_release.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
address_autofill_phase_2_rollout_release.branch
]
filters:
address_autofill_phase_2_rollout_release.metric: 'active_hours'
address_autofill_phase_2_rollout_release.metric: 'search_count'
address_autofill_phase_2_rollout_release.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,6 +10,39 @@
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: Firefox Desktop Daily Active Users V2
name: Firefox Desktop Daily Active Users V2_sum
note_state: expanded
@ -29,39 +62,6 @@
all_browsers_dau.metric: 'firefox_desktop_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: Fenix Daily Active Users V2
name: Fenix 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: 'fenix_daily_active_users_v2'
all_browsers_dau.statistic: sum
row: 0
col: 12
width: 12
height: 8
@ -74,39 +74,6 @@
listen:
Date: all_browsers_dau.submission_date
active: "#3FE1B0"
defaults_version: 0
- 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: 10
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
@ -128,7 +95,7 @@
all_browsers_dau.metric: 'focus_ios_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: Fenix Daily Active Users V2
name: Fenix 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: 'fenix_daily_active_users_v2'
all_browsers_dau.statistic: sum
row: 20
col: 0
width: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
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: 'tagged_sap_searches'
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
android_default_toolbar_placement_treatment_a_rollout.metric: 'active_hours'
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
android_default_toolbar_placement_treatment_a_rollout.metric: 'days_of_use'
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
android_navbar_nightly_experiment.branch
]
filters:
android_navbar_nightly_experiment.metric: 'search_count'
android_navbar_nightly_experiment.metric: 'tagged_sap_searches'
android_navbar_nightly_experiment.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
android_navbar_nightly_experiment.metric: 'active_hours'
android_navbar_nightly_experiment.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
android_navbar_nightly_experiment.metric: 'days_of_use'
android_navbar_nightly_experiment.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
android_navbar_nightly_experiment.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
android_ship_nightly_rollout.branch
]
filters:
android_ship_nightly_rollout.metric: 'search_count'
android_ship_nightly_rollout.metric: 'tagged_sap_searches'
android_ship_nightly_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
android_ship_nightly_rollout.metric: 'active_hours'
android_ship_nightly_rollout.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
android_ship_nightly_rollout.metric: 'days_of_use'
android_ship_nightly_rollout.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
android_ship_nightly_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'active_hours'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: backgroundupdate_enable_unelevated_installations_rollout_3.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: 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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'retained'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
@ -199,6 +165,40 @@
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'active_hours'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.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: 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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'retained'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
@ -199,6 +165,40 @@
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'active_hours'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.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: 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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'retained'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
@ -199,6 +165,40 @@
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
certificate_compression_rollout.branch
]
filters:
certificate_compression_rollout.metric: 'search_count'
certificate_compression_rollout.metric: 'uri_count'
certificate_compression_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
certificate_compression_rollout.branch
]
filters:
certificate_compression_rollout.metric: 'uri_count'
certificate_compression_rollout.metric: 'active_hours'
certificate_compression_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: certificate_compression_rollout.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: certificate_compression_rollout
type: looker_line
fields: [
certificate_compression_rollout.submission_date,
certificate_compression_rollout.branch,
certificate_compression_rollout.point
]
pivots: [
certificate_compression_rollout.branch
]
filters:
certificate_compression_rollout.metric: 'ad_clicks'
certificate_compression_rollout.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: certificate_compression_rollout.submission_date
field_y: certificate_compression_rollout.point
log_scale: false
ci_lower: certificate_compression_rollout.lower
ci_upper: certificate_compression_rollout.upper
show_grid: true
listen:
Date: certificate_compression_rollout.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
certificate_compression_rollout.metric: 'retained'
certificate_compression_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: certificate_compression_rollout.submission_date
@ -199,6 +165,40 @@
certificate_compression_rollout.metric: 'days_of_use'
certificate_compression_rollout.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: certificate_compression_rollout.submission_date
field_y: certificate_compression_rollout.point
log_scale: false
ci_lower: certificate_compression_rollout.lower
ci_upper: certificate_compression_rollout.upper
show_grid: true
listen:
Date: certificate_compression_rollout.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: certificate_compression_rollout
type: looker_line
fields: [
certificate_compression_rollout.submission_date,
certificate_compression_rollout.branch,
certificate_compression_rollout.point
]
pivots: [
certificate_compression_rollout.branch
]
filters:
certificate_compression_rollout.metric: 'ad_clicks'
certificate_compression_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
certificate_compression_rollout.branch
]
filters:
certificate_compression_rollout.metric: 'active_hours'
certificate_compression_rollout.metric: 'search_count'
certificate_compression_rollout.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
consolidated_search_configuration_row_desktop_relaunch.metric: 'active_hours'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: consolidated_search_configuration_row_desktop_relaunch.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: 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: 'ad_clicks'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
consolidated_search_configuration_row_desktop_relaunch.metric: 'retained'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
@ -199,6 +165,40 @@
consolidated_search_configuration_row_desktop_relaunch.metric: 'days_of_use'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
disable_ads_startup_cache.branch
]
filters:
disable_ads_startup_cache.metric: 'search_count'
disable_ads_startup_cache.metric: 'uri_count'
disable_ads_startup_cache.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
disable_ads_startup_cache.branch
]
filters:
disable_ads_startup_cache.metric: 'uri_count'
disable_ads_startup_cache.metric: 'active_hours'
disable_ads_startup_cache.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
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: 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
@ -164,8 +130,8 @@
filters:
disable_ads_startup_cache.metric: 'retained'
disable_ads_startup_cache.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: disable_ads_startup_cache.submission_date
@ -199,6 +165,40 @@
disable_ads_startup_cache.metric: 'days_of_use'
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: 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: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
disable_ads_startup_cache.branch
]
filters:
disable_ads_startup_cache.metric: 'active_hours'
disable_ads_startup_cache.metric: 'search_count'
disable_ads_startup_cache.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
disable_redirects_for_authretries.branch
]
filters:
disable_redirects_for_authretries.metric: 'search_count'
disable_redirects_for_authretries.metric: 'uri_count'
disable_redirects_for_authretries.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
disable_redirects_for_authretries.metric: 'active_hours'
disable_redirects_for_authretries.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: disable_redirects_for_authretries.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_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: 'ad_clicks'
disable_redirects_for_authretries.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
disable_redirects_for_authretries.metric: 'retained'
disable_redirects_for_authretries.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: disable_redirects_for_authretries.submission_date
@ -199,6 +165,40 @@
disable_redirects_for_authretries.metric: 'days_of_use'
disable_redirects_for_authretries.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
disable_redirects_for_authretries.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
disabling_chips_for_v131.branch
]
filters:
disabling_chips_for_v131.metric: 'search_count'
disabling_chips_for_v131.metric: 'uri_count'
disabling_chips_for_v131.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
disabling_chips_for_v131.branch
]
filters:
disabling_chips_for_v131.metric: 'uri_count'
disabling_chips_for_v131.metric: 'active_hours'
disabling_chips_for_v131.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: disabling_chips_for_v131.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: disabling_chips_for_v131
type: looker_line
fields: [
disabling_chips_for_v131.submission_date,
disabling_chips_for_v131.branch,
disabling_chips_for_v131.point
]
pivots: [
disabling_chips_for_v131.branch
]
filters:
disabling_chips_for_v131.metric: 'ad_clicks'
disabling_chips_for_v131.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: disabling_chips_for_v131.submission_date
field_y: disabling_chips_for_v131.point
log_scale: false
ci_lower: disabling_chips_for_v131.lower
ci_upper: disabling_chips_for_v131.upper
show_grid: true
listen:
Date: disabling_chips_for_v131.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
disabling_chips_for_v131.metric: 'retained'
disabling_chips_for_v131.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: disabling_chips_for_v131.submission_date
@ -199,6 +165,40 @@
disabling_chips_for_v131.metric: 'days_of_use'
disabling_chips_for_v131.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: disabling_chips_for_v131.submission_date
field_y: disabling_chips_for_v131.point
log_scale: false
ci_lower: disabling_chips_for_v131.lower
ci_upper: disabling_chips_for_v131.upper
show_grid: true
listen:
Date: disabling_chips_for_v131.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: disabling_chips_for_v131
type: looker_line
fields: [
disabling_chips_for_v131.submission_date,
disabling_chips_for_v131.branch,
disabling_chips_for_v131.point
]
pivots: [
disabling_chips_for_v131.branch
]
filters:
disabling_chips_for_v131.metric: 'ad_clicks'
disabling_chips_for_v131.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
disabling_chips_for_v131.branch
]
filters:
disabling_chips_for_v131.metric: 'active_hours'
disabling_chips_for_v131.metric: 'search_count'
disabling_chips_for_v131.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
enable_activation_telemetry_android.branch
]
filters:
enable_activation_telemetry_android.metric: 'search_count'
enable_activation_telemetry_android.metric: 'tagged_sap_searches'
enable_activation_telemetry_android.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
enable_activation_telemetry_android.metric: 'active_hours'
enable_activation_telemetry_android.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
enable_activation_telemetry_android.metric: 'days_of_use'
enable_activation_telemetry_android.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
enable_activation_telemetry_android.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
enable_activation_telemetry_android_beta.branch
]
filters:
enable_activation_telemetry_android_beta.metric: 'search_count'
enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches'
enable_activation_telemetry_android_beta.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
enable_activation_telemetry_android_beta.metric: 'active_hours'
enable_activation_telemetry_android_beta.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
enable_activation_telemetry_android_beta.metric: 'days_of_use'
enable_activation_telemetry_android_beta.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
enable_activation_telemetry_android_beta.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
encrypted_client_hello_fallback_mechanism.branch
]
filters:
encrypted_client_hello_fallback_mechanism.metric: 'search_count'
encrypted_client_hello_fallback_mechanism.metric: 'uri_count'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
encrypted_client_hello_fallback_mechanism.metric: 'active_hours'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: encrypted_client_hello_fallback_mechanism.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: 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: 'ad_clicks'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
encrypted_client_hello_fallback_mechanism.metric: 'retained'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: encrypted_client_hello_fallback_mechanism.submission_date
@ -199,6 +165,40 @@
encrypted_client_hello_fallback_mechanism.metric: 'days_of_use'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
encrypted_client_hello_fallback_mechanism.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
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: 'tagged_sap_searches'
enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
enhanced_cross_platform_suggest_android_relaunch_2_rollout.metric: 'active_hours'
enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
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: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
enhanced_cross_platform_suggest_android_relaunch_2_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
extensions_migration_in_import_wizard_116_rollout.metric: 'active_hours'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: extensions_migration_in_import_wizard_116_rollout.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: 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: 'ad_clicks'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
extensions_migration_in_import_wizard_116_rollout.metric: 'retained'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: extensions_migration_in_import_wizard_116_rollout.submission_date
@ -199,6 +165,40 @@
extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
extensions_migration_in_import_wizard_116_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
fenix_homescreen_activation_event_validation.branch
]
filters:
fenix_homescreen_activation_event_validation.metric: 'search_count'
fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches'
fenix_homescreen_activation_event_validation.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
fenix_homescreen_activation_event_validation.metric: 'active_hours'
fenix_homescreen_activation_event_validation.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
fenix_homescreen_activation_event_validation.metric: 'days_of_use'
fenix_homescreen_activation_event_validation.statistic: mean
row: 20
col: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
fenix_homescreen_activation_event_validation.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -43,41 +43,6 @@
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
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: 'ping_volume'
firefox_background_update.statistic: sum
row: 0
col: 12
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: Crash Volume
@ -98,6 +63,41 @@
filters:
firefox_background_update.metric: 'crash_volume'
firefox_background_update.statistic: sum
row: 0
col: 12
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: 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: 10
col: 0
width: 12
@ -150,11 +150,11 @@
active: "#3FE1B0"
defaults_version: 0
- title: Exception Rate
name: Exception Rate_mean
- title: Ping Volume
name: Ping Volume_sum
note_state: expanded
note_display: above
note_text: Mean
note_text: Sum
explore: firefox_background_update
type: looker_line
fields: [
@ -166,8 +166,8 @@
firefox_background_update.branch
]
filters:
firefox_background_update.metric: 'exception_rate'
firefox_background_update.statistic: mean
firefox_background_update.metric: 'ping_volume'
firefox_background_update.statistic: sum
row: 20
col: 0
width: 12
@ -271,15 +271,15 @@
- title: Windows Version
name: Windows Version
type: string_filter
default_value: 'Windows 7'
default_value: 'Windows 10'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'Windows 7'
- 'Windows 10'
- 'Windows 7'
- 'Windows 8'
- 'Windows 8.1'
- 'Windows 11'

Просмотреть файл

@ -80,8 +80,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Firefox Won Default Volume
name: Firefox Won Default Volume_sum
- title: Firefox Lost Default Volume
name: Firefox Lost Default Volume_sum
note_state: expanded
note_display: above
note_text: Sum
@ -96,7 +96,7 @@
firefox_default_browser_agent.branch
]
filters:
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
firefox_default_browser_agent.statistic: sum
row: 10
col: 0
@ -115,8 +115,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Firefox Won Default Volume
name: Firefox Won Default Volume_mean
- title: Firefox Lost Default Volume
name: Firefox Lost Default Volume_mean
note_state: expanded
note_display: above
note_text: Mean
@ -131,7 +131,7 @@
firefox_default_browser_agent.branch
]
filters:
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
firefox_default_browser_agent.statistic: mean
row: 10
col: 12
@ -255,8 +255,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Firefox Lost Default Volume
name: Firefox Lost Default Volume_sum
- title: Firefox Won Default Volume
name: Firefox Won Default Volume_sum
note_state: expanded
note_display: above
note_text: Sum
@ -271,7 +271,7 @@
firefox_default_browser_agent.branch
]
filters:
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
firefox_default_browser_agent.statistic: sum
row: 30
col: 12
@ -290,8 +290,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Firefox Lost Default Volume
name: Firefox Lost Default Volume_mean
- title: Firefox Won Default Volume
name: Firefox Won Default Volume_mean
note_state: expanded
note_display: above
note_text: Mean
@ -306,7 +306,7 @@
firefox_default_browser_agent.branch
]
filters:
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
firefox_default_browser_agent.statistic: mean
row: 40
col: 0
@ -357,18 +357,18 @@
- title: Normalized Channel
name: Normalized Channel
type: string_filter
default_value: 'beta'
default_value: 'esr'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'esr'
- 'nightly'
- 'release'
- 'beta'
- 'aurora'
- 'esr'
- 'release'
- 'nightly'
- 'default'
- 'nightly-pine'
- 'nightly-oak'

Просмотреть файл

@ -26,7 +26,7 @@
firefox_install_demo.branch, firefox_install_demo.metric
]
filters:
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win7", "install_volume_win8", "install_volume_win10"'
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win8", "install_volume_win7"'
firefox_install_demo.statistic: sum
row: 0
col: 0
@ -59,7 +59,7 @@
firefox_install_demo.branch, firefox_install_demo.metric
]
filters:
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win7", "install_volume_win8", "install_volume_win10"'
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win8", "install_volume_win7"'
firefox_install_demo.statistic: mean
row: 0
col: 12

Просмотреть файл

@ -10,76 +10,6 @@
preferred_viewer: dashboards-next
elements:
- title: Dirty Startup
name: Dirty Startup_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: 'dirty_startup'
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: Hang Exception
name: Hang 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: '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: Large File Write
name: Large File Write_total_ratio
note_state: expanded
@ -98,7 +28,7 @@
filters:
firefox_ios_beta_health.metric: 'large_file_write'
firefox_ios_beta_health.statistic: total_ratio
row: 10
row: 0
col: 0
width: 12
height: 8
@ -113,41 +43,6 @@
Channel: firefox_ios_beta_health.channel
Release: firefox_ios_beta_health.release
active: "#3FE1B0"
defaults_version: 0
- title: Total Baseline Pings
name: Total Baseline Pings_sum
note_state: expanded
note_display: above
note_text: Sum
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: '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: Cpu Exception
@ -168,6 +63,111 @@
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: Hang Exception
name: Hang 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: 'hang_exception'
firefox_ios_beta_health.statistic: total_ratio
row: 10
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: Dirty Startup
name: Dirty Startup_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: 'dirty_startup'
firefox_ios_beta_health.statistic: total_ratio
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: Total Baseline Pings
name: Total Baseline Pings_sum
note_state: expanded
note_display: above
note_text: Sum
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: 'total_baseline_pings'
firefox_ios_beta_health.statistic: sum
row: 20
col: 0
width: 12

Просмотреть файл

@ -10,72 +10,6 @@
preferred_viewer: dashboards-next
elements:
- title: Dirty Startup
name: Dirty Startup_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: 'dirty_startup'
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: Hang Exception
name: Hang 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: '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: Large File Write
name: Large File Write_total_ratio
note_state: expanded
@ -94,7 +28,7 @@
filters:
firefox_ios_health.metric: 'large_file_write'
firefox_ios_health.statistic: total_ratio
row: 10
row: 0
col: 0
width: 12
height: 8
@ -107,39 +41,6 @@
listen:
Date: firefox_ios_health.submission_date
active: "#3FE1B0"
defaults_version: 0
- title: Total Baseline Pings
name: Total Baseline Pings_sum
note_state: expanded
note_display: above
note_text: Sum
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: '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: Cpu Exception
@ -160,6 +61,105 @@
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: Hang Exception
name: Hang 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: 'hang_exception'
firefox_ios_health.statistic: total_ratio
row: 10
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: Dirty Startup
name: Dirty Startup_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: 'dirty_startup'
firefox_ios_health.statistic: total_ratio
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: Total Baseline Pings
name: Total Baseline Pings_sum
note_state: expanded
note_display: above
note_text: Sum
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: 'total_baseline_pings'
firefox_ios_health.statistic: sum
row: 20
col: 0
width: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Undesired Events Ping Volume
name: Undesired Events Ping Volume_sum
- title: Ping Volume By Ping Type
name: Ping Volume By Ping Type_sum
note_state: expanded
note_display: above
note_text: Sum
@ -23,10 +23,10 @@
firefox_messaging_system.point
]
pivots: [
firefox_messaging_system.branch
firefox_messaging_system.branch, firefox_messaging_system.metric
]
filters:
firefox_messaging_system.metric: 'undesired_events_ping_volume'
firefox_messaging_system.metric: '"toast_notification_ping_volume", "infobar_ping_volume", "spotlight_ping_volume", "other_ping_volume", "cfr_ping_volume", "null_ping_volume", "whats_new_panel_ping_volume", "toolbar_badge_ping_volume", "moments_ping_volume"'
firefox_messaging_system.statistic: sum
row: 0
col: 0
@ -45,8 +45,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Ping Volume By Ping Type
name: Ping Volume By Ping Type_sum
- title: Client Volume
name: Client Volume_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.metric
firefox_messaging_system.branch
]
filters:
firefox_messaging_system.metric: '"spotlight_ping_volume", "other_ping_volume", "infobar_ping_volume", "toast_notification_ping_volume", "null_ping_volume", "moments_ping_volume", "cfr_ping_volume", "toolbar_badge_ping_volume", "whats_new_panel_ping_volume"'
firefox_messaging_system.metric: 'client_volume'
firefox_messaging_system.statistic: sum
row: 0
col: 12
@ -80,8 +80,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Unexpected Data
name: Unexpected Data_sum
- title: Undesired Events Ping Volume
name: Undesired Events Ping Volume_sum
note_state: expanded
note_display: above
note_text: Sum
@ -93,10 +93,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: 'undesired_events_ping_volume'
firefox_messaging_system.statistic: sum
row: 10
col: 0
@ -150,8 +150,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
@ -163,10 +163,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: '"invalid_nested_data_volume", "unknown_keys_volume"'
firefox_messaging_system.statistic: sum
row: 20
col: 0
@ -276,16 +276,16 @@
- title: Normalized Channel
name: Normalized Channel
type: string_filter
default_value: 'beta'
default_value: 'nightly'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'nightly'
- 'beta'
- 'aurora'
- 'nightly'
- 'release'
- 'esr'
- 'Other'

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
fpp_floating_point_protection_rollout.branch
]
filters:
fpp_floating_point_protection_rollout.metric: 'search_count'
fpp_floating_point_protection_rollout.metric: 'uri_count'
fpp_floating_point_protection_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
fpp_floating_point_protection_rollout.metric: 'active_hours'
fpp_floating_point_protection_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: fpp_floating_point_protection_rollout.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: 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: 'ad_clicks'
fpp_floating_point_protection_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
fpp_floating_point_protection_rollout.metric: 'retained'
fpp_floating_point_protection_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: fpp_floating_point_protection_rollout.submission_date
@ -199,6 +165,40 @@
fpp_floating_point_protection_rollout.metric: 'days_of_use'
fpp_floating_point_protection_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
fpp_floating_point_protection_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
fpp_floating_point_protection_rollout_linux_only.metric: 'active_hours'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: fpp_floating_point_protection_rollout_linux_only.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: 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: 'ad_clicks'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
fpp_floating_point_protection_rollout_linux_only.metric: 'retained'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: fpp_floating_point_protection_rollout_linux_only.submission_date
@ -199,6 +165,40 @@
fpp_floating_point_protection_rollout_linux_only.metric: 'days_of_use'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
fpp_floating_point_protection_rollout_linux_only.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
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: 'tagged_sap_searches'
full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_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: 'ad_clicks'
full_page_translations_on_android_basic_translations_enabled_rollout.metric: 'active_hours'
full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
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: 20
col: 0
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
@ -199,6 +165,40 @@
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: 0
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
full_page_translations_on_android_basic_translations_enabled_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,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: 30
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
fx_accounts_ping_release_rollout_2.metric: 'active_hours'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: fx_accounts_ping_release_rollout_2.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: 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: 'ad_clicks'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
fx_accounts_ping_release_rollout_2.metric: 'retained'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: fx_accounts_ping_release_rollout_2.submission_date
@ -199,6 +165,40 @@
fx_accounts_ping_release_rollout_2.metric: 'days_of_use'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
fx_accounts_ping_release_rollout_2.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
fx_view_discoverability_rollout.branch
]
filters:
fx_view_discoverability_rollout.metric: 'search_count'
fx_view_discoverability_rollout.metric: 'uri_count'
fx_view_discoverability_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
fx_view_discoverability_rollout.metric: 'active_hours'
fx_view_discoverability_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: fx_view_discoverability_rollout.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: 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: 'ad_clicks'
fx_view_discoverability_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
fx_view_discoverability_rollout.metric: 'retained'
fx_view_discoverability_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: fx_view_discoverability_rollout.submission_date
@ -199,6 +165,40 @@
fx_view_discoverability_rollout.metric: 'days_of_use'
fx_view_discoverability_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
fx_view_discoverability_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,43 +10,6 @@
preferred_viewer: dashboards-next
elements:
- title: Gc Effectiveness
name: Gc Effectiveness_percentile
note_state: expanded
note_display: above
note_text: Percentile
explore: garbage_collection
type: "ci-line-chart"
fields: [
garbage_collection.submission_date,
garbage_collection.branch,
garbage_collection.upper,
garbage_collection.lower,
garbage_collection.point
]
pivots: [
garbage_collection.branch
]
filters:
garbage_collection.metric: 'gc_effectiveness'
garbage_collection.statistic: percentile
row: 0
col: 0
width: 12
height: 8
field_x: garbage_collection.submission_date
field_y: garbage_collection.point
log_scale: false
ci_lower: garbage_collection.lower
ci_upper: garbage_collection.upper
show_grid: true
listen:
Date: garbage_collection.submission_date
Percentile: garbage_collection.parameter
Os: garbage_collection.os
active: "#3FE1B0"
defaults_version: 0
- title: Gc Budget Overrun
name: Gc Budget Overrun_percentile
note_state: expanded
@ -68,6 +31,43 @@
garbage_collection.metric: 'gc_budget_overrun'
garbage_collection.statistic: percentile
row: 0
col: 0
width: 12
height: 8
field_x: garbage_collection.submission_date
field_y: garbage_collection.point
log_scale: false
ci_lower: garbage_collection.lower
ci_upper: garbage_collection.upper
show_grid: true
listen:
Date: garbage_collection.submission_date
Percentile: garbage_collection.parameter
Os: garbage_collection.os
active: "#3FE1B0"
defaults_version: 0
- title: Gc Effectiveness
name: Gc Effectiveness_percentile
note_state: expanded
note_display: above
note_text: Percentile
explore: garbage_collection
type: "ci-line-chart"
fields: [
garbage_collection.submission_date,
garbage_collection.branch,
garbage_collection.upper,
garbage_collection.lower,
garbage_collection.point
]
pivots: [
garbage_collection.branch
]
filters:
garbage_collection.metric: 'gc_effectiveness'
garbage_collection.statistic: percentile
row: 0
col: 12
width: 12
height: 8
@ -211,15 +211,15 @@
- title: Os
name: Os
type: string_filter
default_value: 'Mac'
default_value: 'Windows'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'Mac'
- 'Windows'
- 'Mac'
- 'Linux'
- 'Other'

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
highlighting_in_pdfs_rollout.branch
]
filters:
highlighting_in_pdfs_rollout.metric: 'search_count'
highlighting_in_pdfs_rollout.metric: 'uri_count'
highlighting_in_pdfs_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
highlighting_in_pdfs_rollout.metric: 'active_hours'
highlighting_in_pdfs_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: highlighting_in_pdfs_rollout.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: 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: 'ad_clicks'
highlighting_in_pdfs_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
highlighting_in_pdfs_rollout.metric: 'retained'
highlighting_in_pdfs_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: highlighting_in_pdfs_rollout.submission_date
@ -199,6 +165,40 @@
highlighting_in_pdfs_rollout.metric: 'days_of_use'
highlighting_in_pdfs_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
highlighting_in_pdfs_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
ios_cc_autofill_rollout.branch
]
filters:
ios_cc_autofill_rollout.metric: 'search_count'
ios_cc_autofill_rollout.metric: 'active_hours'
ios_cc_autofill_rollout.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: ios_cc_autofill_rollout.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: 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: 'ad_clicks'
ios_cc_autofill_rollout.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
ios_cc_autofill_rollout.metric: 'retained'
ios_cc_autofill_rollout.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: ios_cc_autofill_rollout.submission_date
@ -131,6 +97,40 @@
ios_cc_autofill_rollout.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_cc_autofill_rollout.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
ios_cc_autofill_rollout.branch
]
filters:
ios_cc_autofill_rollout.metric: 'active_hours'
ios_cc_autofill_rollout.metric: 'search_count'
ios_cc_autofill_rollout.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
ios_dma_onboarding.branch
]
filters:
ios_dma_onboarding.metric: 'search_count'
ios_dma_onboarding.metric: 'active_hours'
ios_dma_onboarding.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: ios_dma_onboarding.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: 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: 'ad_clicks'
ios_dma_onboarding.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
ios_dma_onboarding.metric: 'retained'
ios_dma_onboarding.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: ios_dma_onboarding.submission_date
@ -131,6 +97,40 @@
ios_dma_onboarding.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_dma_onboarding.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
ios_dma_onboarding.branch
]
filters:
ios_dma_onboarding.metric: 'active_hours'
ios_dma_onboarding.metric: 'search_count'
ios_dma_onboarding.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
ios_password_autofill_rollout.branch
]
filters:
ios_password_autofill_rollout.metric: 'search_count'
ios_password_autofill_rollout.metric: 'active_hours'
ios_password_autofill_rollout.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: ios_password_autofill_rollout.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: 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: 'ad_clicks'
ios_password_autofill_rollout.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
ios_password_autofill_rollout.metric: 'retained'
ios_password_autofill_rollout.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: ios_password_autofill_rollout.submission_date
@ -131,6 +97,40 @@
ios_password_autofill_rollout.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_password_autofill_rollout.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
ios_password_autofill_rollout.branch
]
filters:
ios_password_autofill_rollout.metric: 'active_hours'
ios_password_autofill_rollout.metric: 'search_count'
ios_password_autofill_rollout.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
ios_search_bar_placement_v2_treatment_a_rollout.branch
]
filters:
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'search_count'
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'active_hours'
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: ios_search_bar_placement_v2_treatment_a_rollout.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: 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: 'ad_clicks'
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'retained'
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: ios_search_bar_placement_v2_treatment_a_rollout.submission_date
@ -131,6 +97,40 @@
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
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.metric: 'search_count'
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
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: 'search_count'
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: 0
col: 0
@ -41,40 +41,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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'retained'
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date
@ -131,6 +97,40 @@
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
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.metric: 'search_count'
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'active_hours'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: launch_firefox_on_os_restart_treatment_a_rollout.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: 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: 'ad_clicks'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'retained'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
@ -199,6 +165,40 @@
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
microsurvey_search_csat_2024.branch
]
filters:
microsurvey_search_csat_2024.metric: 'search_count'
microsurvey_search_csat_2024.metric: 'uri_count'
microsurvey_search_csat_2024.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
microsurvey_search_csat_2024.branch
]
filters:
microsurvey_search_csat_2024.metric: 'uri_count'
microsurvey_search_csat_2024.metric: 'active_hours'
microsurvey_search_csat_2024.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: microsurvey_search_csat_2024.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: microsurvey_search_csat_2024
type: looker_line
fields: [
microsurvey_search_csat_2024.submission_date,
microsurvey_search_csat_2024.branch,
microsurvey_search_csat_2024.point
]
pivots: [
microsurvey_search_csat_2024.branch
]
filters:
microsurvey_search_csat_2024.metric: 'ad_clicks'
microsurvey_search_csat_2024.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: microsurvey_search_csat_2024.submission_date
field_y: microsurvey_search_csat_2024.point
log_scale: false
ci_lower: microsurvey_search_csat_2024.lower
ci_upper: microsurvey_search_csat_2024.upper
show_grid: true
listen:
Date: microsurvey_search_csat_2024.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
microsurvey_search_csat_2024.metric: 'retained'
microsurvey_search_csat_2024.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: microsurvey_search_csat_2024.submission_date
@ -199,6 +165,40 @@
microsurvey_search_csat_2024.metric: 'days_of_use'
microsurvey_search_csat_2024.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: microsurvey_search_csat_2024.submission_date
field_y: microsurvey_search_csat_2024.point
log_scale: false
ci_lower: microsurvey_search_csat_2024.lower
ci_upper: microsurvey_search_csat_2024.upper
show_grid: true
listen:
Date: microsurvey_search_csat_2024.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: microsurvey_search_csat_2024
type: looker_line
fields: [
microsurvey_search_csat_2024.submission_date,
microsurvey_search_csat_2024.branch,
microsurvey_search_csat_2024.point
]
pivots: [
microsurvey_search_csat_2024.branch
]
filters:
microsurvey_search_csat_2024.metric: 'ad_clicks'
microsurvey_search_csat_2024.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
microsurvey_search_csat_2024.branch
]
filters:
microsurvey_search_csat_2024.metric: 'active_hours'
microsurvey_search_csat_2024.metric: 'search_count'
microsurvey_search_csat_2024.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -116,8 +116,8 @@
display: inline
options:
- 'petition_banner'
- 'last_scan_date'
- 'csat_survey'
- 'last_scan_date'

Просмотреть файл

@ -10,6 +10,108 @@
preferred_viewer: dashboards-next
elements:
- title: Active Subscribers - By app
name: Active Subscribers - 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: 'active_subscribers'
mozilla_vpn.statistic: sum
row: 0
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: Cnt Session Ends - By app
name: Cnt Session Ends - 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_ends'
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 Sessions Start And End - By app
name: Cnt Sessions Start And End - 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_sessions_start_and_end'
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
name: Avg Sum Session Duration - By app_mean
note_state: expanded
@ -28,8 +130,8 @@
filters:
mozilla_vpn.metric: 'avg_sum_session_duration'
mozilla_vpn.statistic: mean
row: 0
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: mozilla_vpn.submission_date
@ -64,109 +166,6 @@
filters:
mozilla_vpn.metric: 'avg_sum_session_duration'
mozilla_vpn.statistic: percentile
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
Percentile: mozilla_vpn.parameter
App: mozilla_vpn.app
active: "#3FE1B0"
defaults_version: 0
- title: Active Subscribers - By app
name: Active Subscribers - 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: 'active_subscribers'
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: 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: 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
name: Cnt Session Ends - 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_ends'
mozilla_vpn.statistic: sum
row: 20
col: 0
width: 12
@ -179,6 +178,7 @@
show_grid: true
listen:
Date: mozilla_vpn.submission_date
Percentile: mozilla_vpn.parameter
App: mozilla_vpn.app
active: "#3FE1B0"
@ -322,8 +322,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Cnt Sessions Start And End - By app
name: Cnt Sessions Start And End - By app_sum
- title: Cnt Session Starts - By app
name: Cnt Session Starts - By app_sum
note_state: expanded
note_display: above
note_text: Sum
@ -338,7 +338,7 @@
mozilla_vpn.branch, mozilla_vpn.app
]
filters:
mozilla_vpn.metric: 'cnt_sessions_start_and_end'
mozilla_vpn.metric: 'cnt_session_starts'
mozilla_vpn.statistic: sum
row: 40
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Dns Lookup Time
name: Dns Lookup Time_percentile
- title: Http Page Tls Handshake
name: Http Page Tls Handshake_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -28,7 +28,7 @@
network_performance_desktop_build_by_build.branch
]
filters:
network_performance_desktop_build_by_build.metric: 'dns_lookup_time'
network_performance_desktop_build_by_build.metric: 'http_page_tls_handshake'
network_performance_desktop_build_by_build.statistic: percentile
row: 0
col: 0
@ -45,43 +45,6 @@
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: 0
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 Sub Tls Handshake
@ -104,6 +67,43 @@
filters:
network_performance_desktop_build_by_build.metric: 'http_sub_tls_handshake'
network_performance_desktop_build_by_build.statistic: percentile
row: 0
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: 10
col: 0
width: 12
@ -119,6 +119,43 @@
Percentile: network_performance_desktop_build_by_build.parameter
Os: network_performance_desktop_build_by_build.os
active: "#3FE1B0"
defaults_version: 0
- title: Dns Lookup Time
name: Dns Lookup Time_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: 'dns_lookup_time'
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: Time To Response Start Ms
@ -141,43 +178,6 @@
filters:
network_performance_desktop_build_by_build.metric: 'time_to_response_start_ms'
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
name: Http Page 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_page_tls_handshake'
network_performance_desktop_build_by_build.statistic: percentile
row: 20
col: 0
width: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
newtab_topic_labels.branch
]
filters:
newtab_topic_labels.metric: 'search_count'
newtab_topic_labels.metric: 'uri_count'
newtab_topic_labels.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
newtab_topic_labels.branch
]
filters:
newtab_topic_labels.metric: 'uri_count'
newtab_topic_labels.metric: 'active_hours'
newtab_topic_labels.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: newtab_topic_labels.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: newtab_topic_labels
type: looker_line
fields: [
newtab_topic_labels.submission_date,
newtab_topic_labels.branch,
newtab_topic_labels.point
]
pivots: [
newtab_topic_labels.branch
]
filters:
newtab_topic_labels.metric: 'ad_clicks'
newtab_topic_labels.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: newtab_topic_labels.submission_date
field_y: newtab_topic_labels.point
log_scale: false
ci_lower: newtab_topic_labels.lower
ci_upper: newtab_topic_labels.upper
show_grid: true
listen:
Date: newtab_topic_labels.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
newtab_topic_labels.metric: 'retained'
newtab_topic_labels.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: newtab_topic_labels.submission_date
@ -199,6 +165,40 @@
newtab_topic_labels.metric: 'days_of_use'
newtab_topic_labels.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: newtab_topic_labels.submission_date
field_y: newtab_topic_labels.point
log_scale: false
ci_lower: newtab_topic_labels.lower
ci_upper: newtab_topic_labels.upper
show_grid: true
listen:
Date: newtab_topic_labels.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: newtab_topic_labels
type: looker_line
fields: [
newtab_topic_labels.submission_date,
newtab_topic_labels.branch,
newtab_topic_labels.point
]
pivots: [
newtab_topic_labels.branch
]
filters:
newtab_topic_labels.metric: 'ad_clicks'
newtab_topic_labels.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
newtab_topic_labels.branch
]
filters:
newtab_topic_labels.metric: 'active_hours'
newtab_topic_labels.metric: 'search_count'
newtab_topic_labels.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: no_one_click_set_to_default_rollout_lth_holdback_branch.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: 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: 'ad_clicks'
no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
no_one_click_set_to_default_rollout_lth_holdback_branch.metric: 'retained'
no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: no_one_click_set_to_default_rollout_lth_holdback_branch.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
no_one_click_set_to_default_rollout_lth_holdback_branch.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
one_click_set_to_default_new_users_rollout.metric: 'active_hours'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: one_click_set_to_default_new_users_rollout.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: 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: 'ad_clicks'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
one_click_set_to_default_new_users_rollout.metric: 'retained'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: one_click_set_to_default_new_users_rollout.submission_date
@ -199,6 +165,40 @@
one_click_set_to_default_new_users_rollout.metric: 'days_of_use'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
one_click_set_to_default_new_users_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,6 +10,43 @@
preferred_viewer: dashboards-next
elements:
- title: Scroll Present Latency
name: Scroll 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: 'scroll_present_latency'
performance_desktop_build_by_build_beta.statistic: percentile
row: 0
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 First Contentful Paint Ms
name: Perf First Contentful Paint Ms_percentile
note_state: expanded
@ -31,43 +68,6 @@
performance_desktop_build_by_build_beta.metric: 'perf_first_contentful_paint_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 0
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: 0
col: 12
width: 12
height: 8
@ -84,8 +84,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Scroll Present Latency
name: Scroll Present Latency_percentile
- title: Input Event Response Coalesced
name: Input Event Response Coalesced_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -102,7 +102,7 @@
performance_desktop_build_by_build_beta.branch
]
filters:
performance_desktop_build_by_build_beta.metric: 'scroll_present_latency'
performance_desktop_build_by_build_beta.metric: 'input_event_response_coalesced'
performance_desktop_build_by_build_beta.statistic: percentile
row: 10
col: 0
@ -121,8 +121,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Timestamps First Paint Two
name: Timestamps First Paint Two_percentile
- title: Time To First Interaction Ms
name: Time To First Interaction Ms_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -139,7 +139,7 @@
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: 'time_to_first_interaction_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 10
col: 12
@ -195,8 +195,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Perf Page Load Time Ms
name: Perf Page Load Time Ms_percentile
- title: Cycle Collector Visited Ref Counted
name: Cycle Collector Visited Ref Counted_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -213,7 +213,7 @@
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.metric: 'cycle_collector_visited_ref_counted'
performance_desktop_build_by_build_beta.statistic: percentile
row: 20
col: 12
@ -230,191 +230,6 @@
Percentile: performance_desktop_build_by_build_beta.parameter
Os: performance_desktop_build_by_build_beta.os
active: "#3FE1B0"
defaults_version: 0
- title: Time To First Interaction Ms
name: Time To First Interaction 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: 'time_to_first_interaction_ms'
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 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: 30
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 Protect Ms
name: Js Pageload Protect 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_protect_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 40
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 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: 40
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 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: 50
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: Mouseup Followed By Click Present Latency
@ -437,8 +252,8 @@
filters:
performance_desktop_build_by_build_beta.metric: 'mouseup_followed_by_click_present_latency'
performance_desktop_build_by_build_beta.statistic: percentile
row: 50
col: 12
row: 30
col: 0
width: 12
height: 8
field_x: performance_desktop_build_by_build_beta.build_id
@ -454,8 +269,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Perf Dom Contentperf Dom Content Loaded Time From Responsestart Ms Loaded Time
name: Perf Dom Contentperf Dom Content Loaded Time From Responsestart Ms Loaded Time_percentile
- title: Js Pageload Delazification Ms
name: Js Pageload Delazification Ms_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -472,9 +287,120 @@
performance_desktop_build_by_build_beta.branch
]
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.metric: 'js_pageload_delazification_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 60
row: 30
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: Perf Request Animation Callback Non Pageload
name: Perf Request Animation Callback Non Pageload_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_request_animation_callback_non_pageload'
performance_desktop_build_by_build_beta.statistic: percentile
row: 40
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: 40
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: Perf Request Animation Callback Pageload
name: Perf Request Animation Callback Pageload_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_request_animation_callback_pageload'
performance_desktop_build_by_build_beta.statistic: percentile
row: 50
col: 0
width: 12
height: 8
@ -511,44 +437,44 @@
filters:
performance_desktop_build_by_build_beta.metric: 'timestamps_about_home_topsites_first_paint'
performance_desktop_build_by_build_beta.statistic: percentile
row: 50
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 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: 60
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: 70
col: 0
width: 12
height: 8
@ -563,43 +489,6 @@
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: 70
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 Parse Ms
@ -622,44 +511,7 @@
filters:
performance_desktop_build_by_build_beta.metric: 'js_pageload_parse_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 80
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 Request Animation Callback Non Pageload
name: Perf Request Animation Callback Non Pageload_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_request_animation_callback_non_pageload'
performance_desktop_build_by_build_beta.statistic: percentile
row: 80
row: 60
col: 12
width: 12
height: 8
@ -676,8 +528,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Js Pageload Delazification Ms
name: Js Pageload Delazification Ms_percentile
- title: Js Pageload Protect Ms
name: Js Pageload Protect Ms_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -694,9 +546,9 @@
performance_desktop_build_by_build_beta.branch
]
filters:
performance_desktop_build_by_build_beta.metric: 'js_pageload_delazification_ms'
performance_desktop_build_by_build_beta.metric: 'js_pageload_protect_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 90
row: 70
col: 0
width: 12
height: 8
@ -711,6 +563,43 @@
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: 70
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
@ -733,44 +622,7 @@
filters:
performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_gced'
performance_desktop_build_by_build_beta.statistic: percentile
row: 90
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 Execution Ms
name: Js Pageload Execution 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_execution_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 100
row: 80
col: 0
width: 12
height: 8
@ -787,8 +639,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Perf Request Animation Callback Pageload
name: Perf Request Animation Callback Pageload_percentile
- title: Perf Dom Contentperf Dom Content Loaded Time From Responsestart Ms Loaded Time
name: Perf Dom Contentperf Dom Content Loaded Time From Responsestart Ms Loaded Time_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -805,9 +657,83 @@
performance_desktop_build_by_build_beta.branch
]
filters:
performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_pageload'
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: 100
row: 80
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 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: 90
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: 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: 90
col: 12
width: 12
height: 8
@ -844,6 +770,80 @@
filters:
performance_desktop_build_by_build_beta.metric: 'keypress_present_latency_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: 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: 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 Execution Ms
name: Js Pageload Execution 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_execution_ms'
performance_desktop_build_by_build_beta.statistic: percentile
row: 110
col: 0
width: 12

Просмотреть файл

@ -10,78 +10,6 @@
preferred_viewer: dashboards-next
elements:
- 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: 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
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_app_bytes'
performance_fenix_build_by_build_beta.statistic: percentile
row: 0
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 Req Anim Frame Callback
name: Performance Pageload Req Anim Frame Callback_percentile
note_state: expanded
@ -102,151 +30,7 @@
filters:
performance_fenix_build_by_build_beta.metric: 'performance_pageload_req_anim_frame_callback'
performance_fenix_build_by_build_beta.statistic: percentile
row: 10
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 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 View App To First Frame
name: Perf Startup Cold View 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_view_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: 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: 20
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: 30
row: 0
col: 0
width: 12
height: 8
@ -282,7 +66,7 @@
filters:
performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes'
performance_fenix_build_by_build_beta.statistic: percentile
row: 30
row: 0
col: 12
width: 12
height: 8
@ -298,8 +82,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Storage Stats Data Dir Bytes
name: Storage Stats Data Dir Bytes_percentile
- title: Performance Pageload Dcl
name: Performance Pageload Dcl_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -316,9 +100,81 @@
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.metric: 'performance_pageload_dcl'
performance_fenix_build_by_build_beta.statistic: percentile
row: 40
row: 10
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 Load Time Responsestart
name: Performance Pageload Load Time 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_load_time_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: 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: 20
col: 0
width: 12
height: 8
@ -354,7 +210,79 @@
filters:
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart'
performance_fenix_build_by_build_beta.statistic: percentile
row: 40
row: 20
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 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: 30
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 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: 30
col: 12
width: 12
height: 8
@ -390,7 +318,7 @@
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: 50
row: 40
col: 0
width: 12
height: 8
@ -406,8 +334,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Performance Pageload Load Time Responsestart
name: Performance Pageload Load Time Responsestart_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
@ -424,7 +352,79 @@
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: 'perf_startup_cold_view_app_to_first_frame'
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: Storage Stats App Bytes
name: Storage Stats App 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_app_bytes'
performance_fenix_build_by_build_beta.statistic: percentile
row: 50
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: 50
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Networking Dns Lookup Time
name: Networking Dns Lookup Time_percentile
- title: Storage Stats Data Dir Bytes
name: Storage Stats Data Dir Bytes_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -28,7 +28,7 @@
performance_review_kenya.branch, performance_review_kenya.metric
]
filters:
performance_review_kenya.metric: '"networking_dns_lookup_time_US", "networking_dns_lookup_time_KE"'
performance_review_kenya.metric: '"storage_stats_data_dir_bytes_US", "storage_stats_data_dir_bytes_KE"'
performance_review_kenya.statistic: percentile
row: 0
col: 0
@ -64,7 +64,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: '"perf_startup_cold_main_app_to_first_frame_KE", "perf_startup_cold_main_app_to_first_frame_US"'
performance_review_kenya.statistic: percentile
row: 0
col: 12
@ -80,222 +80,6 @@
Date: performance_review_kenya.build_id
Percentile: performance_review_kenya.parameter
active: "#3FE1B0"
defaults_version: 0
- title: Networking Http 2 Upload Throughput
name: Networking Http 2 Upload 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_upload_throughput_KE", "networking_http_2_upload_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: Storage Stats Data Dir Bytes
name: Storage Stats Data Dir 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_data_dir_bytes_US", "storage_stats_data_dir_bytes_KE"'
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_KE", "networking_http_1_download_throughput_US"'
performance_review_kenya.statistic: percentile
row: 20
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 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_US", "networking_http_3_download_throughput_KE"'
performance_review_kenya.statistic: percentile
row: 20
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: 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
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: '"perf_startup_cold_view_app_to_first_frame_US", "perf_startup_cold_view_app_to_first_frame_KE"'
performance_review_kenya.statistic: percentile
row: 30
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 1 Upload Throughput
name: Networking Http 1 Upload 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_upload_throughput_KE", "networking_http_1_upload_throughput_US"'
performance_review_kenya.statistic: percentile
row: 30
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
@ -318,7 +102,7 @@
filters:
performance_review_kenya.metric: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"'
performance_review_kenya.statistic: percentile
row: 40
row: 10
col: 0
width: 12
height: 8
@ -332,6 +116,114 @@
Date: performance_review_kenya.build_id
Percentile: performance_review_kenya.parameter
active: "#3FE1B0"
defaults_version: 0
- title: Networking Dns Lookup Time
name: Networking Dns Lookup 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: '"networking_dns_lookup_time_US", "networking_dns_lookup_time_KE"'
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: 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
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: '"perf_startup_cold_view_app_to_first_frame_US", "perf_startup_cold_view_app_to_first_frame_KE"'
performance_review_kenya.statistic: percentile
row: 20
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_US", "storage_stats_app_bytes_KE"'
performance_review_kenya.statistic: percentile
row: 20
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: Performance Pageload Load Time
@ -354,8 +246,8 @@
filters:
performance_review_kenya.metric: '"performance_pageload_load_time_US", "performance_pageload_load_time_KE"'
performance_review_kenya.statistic: percentile
row: 40
col: 12
row: 30
col: 0
width: 12
height: 8
field_x: performance_review_kenya.build_id
@ -370,8 +262,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Networking Http 3 Upload Throughput
name: Networking Http 3 Upload Throughput_percentile
- title: Networking Http 3 Download Throughput
name: Networking Http 3 Download Throughput_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -388,10 +280,10 @@
performance_review_kenya.branch, performance_review_kenya.metric
]
filters:
performance_review_kenya.metric: '"networking_http_3_upload_throughput_KE", "networking_http_3_upload_throughput_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: 0
row: 30
col: 12
width: 12
height: 8
field_x: performance_review_kenya.build_id
@ -426,8 +318,8 @@
filters:
performance_review_kenya.metric: '"performance_time_response_start_KE", "performance_time_response_start_US"'
performance_review_kenya.statistic: percentile
row: 50
col: 12
row: 40
col: 0
width: 12
height: 8
field_x: performance_review_kenya.build_id
@ -442,8 +334,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Storage Stats App Bytes
name: Storage Stats App Bytes_percentile
- title: Networking Http 1 Upload Throughput
name: Networking Http 1 Upload Throughput_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -460,7 +352,115 @@
performance_review_kenya.branch, performance_review_kenya.metric
]
filters:
performance_review_kenya.metric: '"storage_stats_app_bytes_US", "storage_stats_app_bytes_KE"'
performance_review_kenya.metric: '"networking_http_1_upload_throughput_KE", "networking_http_1_upload_throughput_US"'
performance_review_kenya.statistic: percentile
row: 40
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 Upload Throughput
name: Networking Http 2 Upload 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_upload_throughput_US", "networking_http_2_upload_throughput_KE"'
performance_review_kenya.statistic: percentile
row: 50
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 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_KE", "networking_http_1_download_throughput_US"'
performance_review_kenya.statistic: percentile
row: 50
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 Upload Throughput
name: Networking Http 3 Upload 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_upload_throughput_KE", "networking_http_3_upload_throughput_US"'
performance_review_kenya.statistic: percentile
row: 60
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Storage Stats App Bytes - By country
name: Storage Stats App Bytes - 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
@ -28,7 +28,7 @@
performance_review_kenya_2.branch, performance_review_kenya_2.country
]
filters:
performance_review_kenya_2.metric: 'storage_stats_app_bytes'
performance_review_kenya_2.metric: 'networking_http_2_upload_throughput'
performance_review_kenya_2.statistic: percentile
row: 0
col: 0
@ -84,8 +84,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Networking Http 3 Download Throughput - By country
name: Networking Http 3 Download Throughput - By country_percentile
- title: Performance Pageload Load Time - By country
name: Performance Pageload Load Time - By country_percentile
note_state: expanded
note_display: above
note_text: Percentile
@ -102,7 +102,7 @@
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.metric: 'performance_pageload_load_time'
performance_review_kenya_2.statistic: percentile
row: 10
col: 0
@ -121,8 +121,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Networking Http 3 Upload Throughput - By country
name: Networking Http 3 Upload Throughput - By country_percentile
- 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
@ -139,7 +139,7 @@
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.metric: 'networking_http_1_download_throughput'
performance_review_kenya_2.statistic: percentile
row: 10
col: 12
@ -156,80 +156,6 @@
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: 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: 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: Performance Time Response Start - By country
@ -252,6 +178,80 @@
filters:
performance_review_kenya_2.metric: 'performance_time_response_start'
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: 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: 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 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: 30
col: 0
width: 12
@ -269,8 +269,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Performance Pageload Load Time - By country
name: Performance Pageload Load Time - 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
@ -287,7 +287,7 @@
performance_review_kenya_2.branch, performance_review_kenya_2.country
]
filters:
performance_review_kenya_2.metric: 'performance_pageload_load_time'
performance_review_kenya_2.metric: 'networking_http_3_upload_throughput'
performance_review_kenya_2.statistic: percentile
row: 30
col: 12
@ -341,80 +341,6 @@
Percentile: performance_review_kenya_2.parameter
Country: performance_review_kenya_2.country
active: "#3FE1B0"
defaults_version: 0
- 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
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_data_dir_bytes'
performance_review_kenya_2.statistic: percentile
row: 40
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 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: 50
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
@ -437,6 +363,80 @@
filters:
performance_review_kenya_2.metric: 'networking_http_1_upload_throughput'
performance_review_kenya_2.statistic: percentile
row: 40
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: 50
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: 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: 50
col: 12
width: 12
@ -454,8 +454,8 @@
active: "#3FE1B0"
defaults_version: 0
- title: Networking Dns Lookup Time - By country
name: Networking Dns Lookup Time - 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
@ -472,7 +472,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: 'storage_stats_data_dir_bytes'
performance_review_kenya_2.statistic: percentile
row: 60
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
persist_search_term_rollout_phase_1.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
persist_search_term_rollout_phase_1.metric: 'active_hours'
persist_search_term_rollout_phase_1.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: persist_search_term_rollout_phase_1.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: 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: 'ad_clicks'
persist_search_term_rollout_phase_1.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
persist_search_term_rollout_phase_1.metric: 'retained'
persist_search_term_rollout_phase_1.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: persist_search_term_rollout_phase_1.submission_date
@ -199,6 +165,40 @@
persist_search_term_rollout_phase_1.metric: 'days_of_use'
persist_search_term_rollout_phase_1.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
persist_search_term_rollout_phase_1.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
phc_rollout.branch
]
filters:
phc_rollout.metric: 'search_count'
phc_rollout.metric: 'uri_count'
phc_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
phc_rollout.branch
]
filters:
phc_rollout.metric: 'uri_count'
phc_rollout.metric: 'active_hours'
phc_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: phc_rollout.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: phc_rollout
type: looker_line
fields: [
phc_rollout.submission_date,
phc_rollout.branch,
phc_rollout.point
]
pivots: [
phc_rollout.branch
]
filters:
phc_rollout.metric: 'ad_clicks'
phc_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
phc_rollout.metric: 'retained'
phc_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: phc_rollout.submission_date
@ -199,6 +165,40 @@
phc_rollout.metric: 'days_of_use'
phc_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
phc_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
phc_rollout.branch
]
filters:
phc_rollout.metric: 'active_hours'
phc_rollout.metric: 'search_count'
phc_rollout.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
pref_flip_experiment_nimbus_diagnostic_v131_release.branch
]
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'search_count'
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'uri_count'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
pref_flip_experiment_nimbus_diagnostic_v131_release.branch
]
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'uri_count'
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'active_hours'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: pref_flip_experiment_nimbus_diagnostic_v131_release.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: pref_flip_experiment_nimbus_diagnostic_v131_release
type: looker_line
fields: [
pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date,
pref_flip_experiment_nimbus_diagnostic_v131_release.branch,
pref_flip_experiment_nimbus_diagnostic_v131_release.point
]
pivots: [
pref_flip_experiment_nimbus_diagnostic_v131_release.branch
]
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'ad_clicks'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date
field_y: pref_flip_experiment_nimbus_diagnostic_v131_release.point
log_scale: false
ci_lower: pref_flip_experiment_nimbus_diagnostic_v131_release.lower
ci_upper: pref_flip_experiment_nimbus_diagnostic_v131_release.upper
show_grid: true
listen:
Date: pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'retained'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date
@ -199,6 +165,40 @@
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'days_of_use'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date
field_y: pref_flip_experiment_nimbus_diagnostic_v131_release.point
log_scale: false
ci_lower: pref_flip_experiment_nimbus_diagnostic_v131_release.lower
ci_upper: pref_flip_experiment_nimbus_diagnostic_v131_release.upper
show_grid: true
listen:
Date: pref_flip_experiment_nimbus_diagnostic_v131_release.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: pref_flip_experiment_nimbus_diagnostic_v131_release
type: looker_line
fields: [
pref_flip_experiment_nimbus_diagnostic_v131_release.submission_date,
pref_flip_experiment_nimbus_diagnostic_v131_release.branch,
pref_flip_experiment_nimbus_diagnostic_v131_release.point
]
pivots: [
pref_flip_experiment_nimbus_diagnostic_v131_release.branch
]
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'ad_clicks'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
pref_flip_experiment_nimbus_diagnostic_v131_release.branch
]
filters:
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'active_hours'
pref_flip_experiment_nimbus_diagnostic_v131_release.metric: 'search_count'
pref_flip_experiment_nimbus_diagnostic_v131_release.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -26,7 +26,7 @@
print_background_task_times.branch, print_background_task_times.metric
]
filters:
print_background_task_times.metric: '"printing_dialog_opened_via_preview", "printing_silent_print", "printing_preview_opened", "printing_dialog_opened_without_preview", "printing_preview_opened_tm", "printing_dialog_opened_via_preview_tm"'
print_background_task_times.metric: '"printing_preview_opened", "printing_dialog_opened_without_preview", "printing_silent_print", "printing_dialog_opened_via_preview", "printing_dialog_opened_via_preview_tm", "printing_preview_opened_tm"'
print_background_task_times.statistic: sum
row: 0
col: 0
@ -61,7 +61,7 @@
print_background_task_times.branch, print_background_task_times.metric
]
filters:
print_background_task_times.metric: '"printing_dialog_via_preview_cancelled", "printing_preview_cancelled_tm", "printing_dialog_without_preview_cancelled", "printing_preview_cancelled", "printing_dialog_via_preview_cancelled_tm"'
print_background_task_times.metric: '"printing_dialog_without_preview_cancelled", "printing_dialog_via_preview_cancelled_tm", "printing_dialog_via_preview_cancelled", "printing_preview_cancelled", "printing_preview_cancelled_tm"'
print_background_task_times.statistic: total_ratio
row: 0
col: 12
@ -185,32 +185,32 @@
- title: Channel
name: Channel
type: string_filter
default_value: 'nightly'
default_value: 'beta'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'nightly'
- 'beta'
- 'release'
- 'nightly'
- title: Os
name: Os
type: string_filter
default_value: 'Windows_NT'
default_value: 'Linux'
allow_multiple_values: false
required: true
ui_config:
type: dropdown_menu
display: inline
options:
- 'Linux'
- 'Windows_NT'
- 'Darwin'
- 'Linux'

Просмотреть файл

@ -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: '"no_printer", "abort", "gfx_printer_doc_is_busy", "print_failure", "startdoc", "start_page", "notimplemented", "cannot_open_file", "name_not_found", "enddoc", "unexpected", "oom", "not_available"'
print_background_task_times_by_build.metric: '"oom", "not_available", "no_printer", "cannot_open_file", "enddoc", "notimplemented", "name_not_found", "gfx_printer_doc_is_busy", "startdoc", "unexpected", "start_page", "abort", "print_failure"'
print_background_task_times_by_build.statistic: sum
row: 0
col: 0
@ -43,6 +43,41 @@
Channel: print_background_task_times_by_build.channel
Os: print_background_task_times_by_build.os
active: "#3FE1B0"
defaults_version: 0
- title: Print Error By Ui
name: Print Error By Ui_sum
note_state: expanded
note_display: above
note_text: Sum
explore: print_background_task_times_by_build
type: looker_line
fields: [
print_background_task_times_by_build.build_id,
print_background_task_times_by_build.branch,
print_background_task_times_by_build.point
]
pivots: [
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.statistic: sum
row: 0
col: 12
width: 12
height: 8
field_x: print_background_task_times_by_build.build_id
field_y: print_background_task_times_by_build.point
log_scale: false
ci_lower: print_background_task_times_by_build.lower
ci_upper: print_background_task_times_by_build.upper
show_grid: true
listen:
Date: print_background_task_times_by_build.build_id
Channel: print_background_task_times_by_build.channel
Os: print_background_task_times_by_build.os
active: "#3FE1B0"
defaults_version: 0
- title: Total Printing Errors
@ -63,41 +98,6 @@
filters:
print_background_task_times_by_build.metric: 'total_printing_errors'
print_background_task_times_by_build.statistic: sum
row: 0
col: 12
width: 12
height: 8
field_x: print_background_task_times_by_build.build_id
field_y: print_background_task_times_by_build.point
log_scale: false
ci_lower: print_background_task_times_by_build.lower
ci_upper: print_background_task_times_by_build.upper
show_grid: true
listen:
Date: print_background_task_times_by_build.build_id
Channel: print_background_task_times_by_build.channel
Os: print_background_task_times_by_build.os
active: "#3FE1B0"
defaults_version: 0
- title: Print Error By Ui
name: Print Error By Ui_sum
note_state: expanded
note_display: above
note_text: Sum
explore: print_background_task_times_by_build
type: looker_line
fields: [
print_background_task_times_by_build.build_id,
print_background_task_times_by_build.branch,
print_background_task_times_by_build.point
]
pivots: [
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_old_ui", "total_printing_errors_new_ui"'
print_background_task_times_by_build.statistic: sum
row: 10
col: 0
width: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'active_hours'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: product_insight_telemetry_via_server_knobs_rollout_release.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: 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: 'ad_clicks'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'retained'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
@ -199,6 +165,40 @@
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.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: 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: 'ad_clicks'
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'retained'
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.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: 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: 'ad_clicks'
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'retained'
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'retained'
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: relay_integration_into_firefox_beta_for_all_fxa_users.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: 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: 'ad_clicks'
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'retained'
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: relay_integration_into_firefox_nightly_for_all_fxa_users.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: 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: 'ad_clicks'
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'retained'
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: relay_integration_into_firefox_release_for_all_fxa_users.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: 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: 'ad_clicks'
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'retained'
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
review_checker_staged_rollout_no_survey_beta.metric: 'active_hours'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: review_checker_staged_rollout_no_survey_beta.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: 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: 'ad_clicks'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
review_checker_staged_rollout_no_survey_beta.metric: 'retained'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: review_checker_staged_rollout_no_survey_beta.submission_date
@ -199,6 +165,40 @@
review_checker_staged_rollout_no_survey_beta.metric: 'days_of_use'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
review_checker_staged_rollout_no_survey_beta.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
rollout_sponsored_topsites_in_se_and_sg.metric: 'active_hours'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: rollout_sponsored_topsites_in_se_and_sg.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: 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: 'ad_clicks'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
rollout_sponsored_topsites_in_se_and_sg.metric: 'retained'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: rollout_sponsored_topsites_in_se_and_sg.submission_date
@ -199,6 +165,40 @@
rollout_sponsored_topsites_in_se_and_sg.metric: 'days_of_use'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
rollout_sponsored_topsites_in_se_and_sg.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
round_2_post_choice_in_product_survey_ios_h1_2024.branch
]
filters:
round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'search_count'
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: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: round_2_post_choice_in_product_survey_ios_h1_2024.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: 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: 'ad_clicks'
round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'retained'
round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: round_2_post_choice_in_product_survey_ios_h1_2024.submission_date
@ -131,6 +97,40 @@
round_2_post_choice_in_product_survey_ios_h1_2024.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
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.metric: 'search_count'
round_2_post_choice_in_product_survey_ios_h1_2024.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,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: 'uri_count'
serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_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: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.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: 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: 'ad_clicks'
serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
serp_categorization_and_consolidated_search_config_us_desktop_relaunch.metric: 'retained'
serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: serp_categorization_and_consolidated_search_config_us_desktop_relaunch.submission_date
@ -199,6 +165,40 @@
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: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
serp_categorization_and_consolidated_search_config_us_desktop_relaunch.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
tab_hover_preview_beta_rollout.branch
]
filters:
tab_hover_preview_beta_rollout.metric: 'search_count'
tab_hover_preview_beta_rollout.metric: 'uri_count'
tab_hover_preview_beta_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
tab_hover_preview_beta_rollout.metric: 'active_hours'
tab_hover_preview_beta_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: tab_hover_preview_beta_rollout.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: 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: 'ad_clicks'
tab_hover_preview_beta_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
tab_hover_preview_beta_rollout.metric: 'retained'
tab_hover_preview_beta_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: tab_hover_preview_beta_rollout.submission_date
@ -199,6 +165,40 @@
tab_hover_preview_beta_rollout.metric: 'days_of_use'
tab_hover_preview_beta_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
tab_hover_preview_beta_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
tab_hover_preview_release_rollout.branch
]
filters:
tab_hover_preview_release_rollout.metric: 'search_count'
tab_hover_preview_release_rollout.metric: 'uri_count'
tab_hover_preview_release_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_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: 'uri_count'
tab_hover_preview_release_rollout.metric: 'active_hours'
tab_hover_preview_release_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: tab_hover_preview_release_rollout.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: 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: 'ad_clicks'
tab_hover_preview_release_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
tab_hover_preview_release_rollout.metric: 'retained'
tab_hover_preview_release_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: tab_hover_preview_release_rollout.submission_date
@ -199,6 +165,40 @@
tab_hover_preview_release_rollout.metric: 'days_of_use'
tab_hover_preview_release_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
tab_hover_preview_release_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,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: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
tab_tray_refactor_rollout_ios.branch
]
filters:
tab_tray_refactor_rollout_ios.metric: 'search_count'
tab_tray_refactor_rollout_ios.metric: 'active_hours'
tab_tray_refactor_rollout_ios.statistic: mean
row: 0
col: 0
@ -41,40 +41,6 @@
listen:
Date: tab_tray_refactor_rollout_ios.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: 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: 'ad_clicks'
tab_tray_refactor_rollout_ios.statistic: mean
row: 0
col: 12
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
@ -96,8 +62,8 @@
filters:
tab_tray_refactor_rollout_ios.metric: 'retained'
tab_tray_refactor_rollout_ios.statistic: mean
row: 10
col: 0
row: 0
col: 12
width: 12
height: 8
field_x: tab_tray_refactor_rollout_ios.submission_date
@ -131,6 +97,40 @@
tab_tray_refactor_rollout_ios.metric: 'days_of_use'
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: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
tab_tray_refactor_rollout_ios.statistic: mean
row: 10
col: 12
width: 12
height: 8
@ -146,8 +146,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
@ -162,7 +162,7 @@
tab_tray_refactor_rollout_ios.branch
]
filters:
tab_tray_refactor_rollout_ios.metric: 'active_hours'
tab_tray_refactor_rollout_ios.metric: 'search_count'
tab_tray_refactor_rollout_ios.statistic: mean
row: 20
col: 0

Просмотреть файл

@ -11,12 +11,14 @@
elements:
- title: Metric
name: Metric_sum
name: Metric_percentile
explore: telemetry_alerts_prototype
type: looker_line
type: "ci-line-chart"
fields: [
telemetry_alerts_prototype.build_id,
telemetry_alerts_prototype.branch,
telemetry_alerts_prototype.upper,
telemetry_alerts_prototype.lower,
telemetry_alerts_prototype.point
]
pivots: [
@ -34,6 +36,7 @@
show_grid: true
listen:
Date: telemetry_alerts_prototype.build_id
Percentile: telemetry_alerts_prototype.parameter
Os: telemetry_alerts_prototype.os
Metric: telemetry_alerts_prototype.metric
Statistic: telemetry_alerts_prototype.statistic
@ -129,7 +132,7 @@
- name: Metric
title: Metric
type: field_filter
default_value: 'main_crashes'
default_value: 'perf_first_contentful_paint_ms'
allow_multiple_values: false
required: true
ui_config:
@ -142,7 +145,7 @@
- name: Statistic
title: Statistic
type: field_filter
default_value: 'sum'
default_value: 'percentile'
allow_multiple_values: false
required: true
ui_config:

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
upgrade_spotlight_rollout.branch
]
filters:
upgrade_spotlight_rollout.metric: 'search_count'
upgrade_spotlight_rollout.metric: 'uri_count'
upgrade_spotlight_rollout.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
upgrade_spotlight_rollout.branch
]
filters:
upgrade_spotlight_rollout.metric: 'uri_count'
upgrade_spotlight_rollout.metric: 'active_hours'
upgrade_spotlight_rollout.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: upgrade_spotlight_rollout.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: 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: 'ad_clicks'
upgrade_spotlight_rollout.statistic: mean
row: 10
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
@ -164,8 +130,8 @@
filters:
upgrade_spotlight_rollout.metric: 'retained'
upgrade_spotlight_rollout.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: upgrade_spotlight_rollout.submission_date
@ -199,6 +165,40 @@
upgrade_spotlight_rollout.metric: 'days_of_use'
upgrade_spotlight_rollout.statistic: mean
row: 20
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
- title: Ad Clicks
name: Ad Clicks_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: 'ad_clicks'
upgrade_spotlight_rollout.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
upgrade_spotlight_rollout.branch
]
filters:
upgrade_spotlight_rollout.metric: 'active_hours'
upgrade_spotlight_rollout.metric: 'search_count'
upgrade_spotlight_rollout.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
us_review_checker_rollout_v3.branch
]
filters:
us_review_checker_rollout_v3.metric: 'search_count'
us_review_checker_rollout_v3.metric: 'uri_count'
us_review_checker_rollout_v3.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
us_review_checker_rollout_v3.branch
]
filters:
us_review_checker_rollout_v3.metric: 'uri_count'
us_review_checker_rollout_v3.metric: 'active_hours'
us_review_checker_rollout_v3.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: us_review_checker_rollout_v3.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: us_review_checker_rollout_v3
type: looker_line
fields: [
us_review_checker_rollout_v3.submission_date,
us_review_checker_rollout_v3.branch,
us_review_checker_rollout_v3.point
]
pivots: [
us_review_checker_rollout_v3.branch
]
filters:
us_review_checker_rollout_v3.metric: 'ad_clicks'
us_review_checker_rollout_v3.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3.submission_date
field_y: us_review_checker_rollout_v3.point
log_scale: false
ci_lower: us_review_checker_rollout_v3.lower
ci_upper: us_review_checker_rollout_v3.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
us_review_checker_rollout_v3.metric: 'retained'
us_review_checker_rollout_v3.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3.submission_date
@ -199,6 +165,40 @@
us_review_checker_rollout_v3.metric: 'days_of_use'
us_review_checker_rollout_v3.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: us_review_checker_rollout_v3.submission_date
field_y: us_review_checker_rollout_v3.point
log_scale: false
ci_lower: us_review_checker_rollout_v3.lower
ci_upper: us_review_checker_rollout_v3.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3.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: us_review_checker_rollout_v3
type: looker_line
fields: [
us_review_checker_rollout_v3.submission_date,
us_review_checker_rollout_v3.branch,
us_review_checker_rollout_v3.point
]
pivots: [
us_review_checker_rollout_v3.branch
]
filters:
us_review_checker_rollout_v3.metric: 'ad_clicks'
us_review_checker_rollout_v3.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
us_review_checker_rollout_v3.branch
]
filters:
us_review_checker_rollout_v3.metric: 'active_hours'
us_review_checker_rollout_v3.metric: 'search_count'
us_review_checker_rollout_v3.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
us_review_checker_rollout_v3_pre_131_firefox.branch
]
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'search_count'
us_review_checker_rollout_v3_pre_131_firefox.metric: 'uri_count'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
us_review_checker_rollout_v3_pre_131_firefox.branch
]
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'uri_count'
us_review_checker_rollout_v3_pre_131_firefox.metric: 'active_hours'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: us_review_checker_rollout_v3_pre_131_firefox.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: us_review_checker_rollout_v3_pre_131_firefox
type: looker_line
fields: [
us_review_checker_rollout_v3_pre_131_firefox.submission_date,
us_review_checker_rollout_v3_pre_131_firefox.branch,
us_review_checker_rollout_v3_pre_131_firefox.point
]
pivots: [
us_review_checker_rollout_v3_pre_131_firefox.branch
]
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'ad_clicks'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3_pre_131_firefox.submission_date
field_y: us_review_checker_rollout_v3_pre_131_firefox.point
log_scale: false
ci_lower: us_review_checker_rollout_v3_pre_131_firefox.lower
ci_upper: us_review_checker_rollout_v3_pre_131_firefox.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3_pre_131_firefox.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'retained'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3_pre_131_firefox.submission_date
@ -199,6 +165,40 @@
us_review_checker_rollout_v3_pre_131_firefox.metric: 'days_of_use'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: us_review_checker_rollout_v3_pre_131_firefox.submission_date
field_y: us_review_checker_rollout_v3_pre_131_firefox.point
log_scale: false
ci_lower: us_review_checker_rollout_v3_pre_131_firefox.lower
ci_upper: us_review_checker_rollout_v3_pre_131_firefox.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3_pre_131_firefox.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: us_review_checker_rollout_v3_pre_131_firefox
type: looker_line
fields: [
us_review_checker_rollout_v3_pre_131_firefox.submission_date,
us_review_checker_rollout_v3_pre_131_firefox.branch,
us_review_checker_rollout_v3_pre_131_firefox.point
]
pivots: [
us_review_checker_rollout_v3_pre_131_firefox.branch
]
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'ad_clicks'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
us_review_checker_rollout_v3_pre_131_firefox.branch
]
filters:
us_review_checker_rollout_v3_pre_131_firefox.metric: 'active_hours'
us_review_checker_rollout_v3_pre_131_firefox.metric: 'search_count'
us_review_checker_rollout_v3_pre_131_firefox.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
us_review_checker_rollout_v3_transition_stop_gap.branch
]
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'search_count'
us_review_checker_rollout_v3_transition_stop_gap.metric: 'uri_count'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
us_review_checker_rollout_v3_transition_stop_gap.branch
]
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'uri_count'
us_review_checker_rollout_v3_transition_stop_gap.metric: 'active_hours'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: us_review_checker_rollout_v3_transition_stop_gap.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: us_review_checker_rollout_v3_transition_stop_gap
type: looker_line
fields: [
us_review_checker_rollout_v3_transition_stop_gap.submission_date,
us_review_checker_rollout_v3_transition_stop_gap.branch,
us_review_checker_rollout_v3_transition_stop_gap.point
]
pivots: [
us_review_checker_rollout_v3_transition_stop_gap.branch
]
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'ad_clicks'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3_transition_stop_gap.submission_date
field_y: us_review_checker_rollout_v3_transition_stop_gap.point
log_scale: false
ci_lower: us_review_checker_rollout_v3_transition_stop_gap.lower
ci_upper: us_review_checker_rollout_v3_transition_stop_gap.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3_transition_stop_gap.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'retained'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: us_review_checker_rollout_v3_transition_stop_gap.submission_date
@ -199,6 +165,40 @@
us_review_checker_rollout_v3_transition_stop_gap.metric: 'days_of_use'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: us_review_checker_rollout_v3_transition_stop_gap.submission_date
field_y: us_review_checker_rollout_v3_transition_stop_gap.point
log_scale: false
ci_lower: us_review_checker_rollout_v3_transition_stop_gap.lower
ci_upper: us_review_checker_rollout_v3_transition_stop_gap.upper
show_grid: true
listen:
Date: us_review_checker_rollout_v3_transition_stop_gap.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: us_review_checker_rollout_v3_transition_stop_gap
type: looker_line
fields: [
us_review_checker_rollout_v3_transition_stop_gap.submission_date,
us_review_checker_rollout_v3_transition_stop_gap.branch,
us_review_checker_rollout_v3_transition_stop_gap.point
]
pivots: [
us_review_checker_rollout_v3_transition_stop_gap.branch
]
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'ad_clicks'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
us_review_checker_rollout_v3_transition_stop_gap.branch
]
filters:
us_review_checker_rollout_v3_transition_stop_gap.metric: 'active_hours'
us_review_checker_rollout_v3_transition_stop_gap.metric: 'search_count'
us_review_checker_rollout_v3_transition_stop_gap.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Uri Count
name: Uri Count_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
us_rollout_compact_layout_thumbs_updown.branch
]
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'search_count'
us_rollout_compact_layout_thumbs_updown.metric: 'uri_count'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Uri Count
name: Uri Count_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
us_rollout_compact_layout_thumbs_updown.branch
]
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'uri_count'
us_rollout_compact_layout_thumbs_updown.metric: 'active_hours'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 10
col: 0
@ -109,40 +109,6 @@
listen:
Date: us_rollout_compact_layout_thumbs_updown.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: us_rollout_compact_layout_thumbs_updown
type: looker_line
fields: [
us_rollout_compact_layout_thumbs_updown.submission_date,
us_rollout_compact_layout_thumbs_updown.branch,
us_rollout_compact_layout_thumbs_updown.point
]
pivots: [
us_rollout_compact_layout_thumbs_updown.branch
]
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'ad_clicks'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 10
col: 12
width: 12
height: 8
field_x: us_rollout_compact_layout_thumbs_updown.submission_date
field_y: us_rollout_compact_layout_thumbs_updown.point
log_scale: false
ci_lower: us_rollout_compact_layout_thumbs_updown.lower
ci_upper: us_rollout_compact_layout_thumbs_updown.upper
show_grid: true
listen:
Date: us_rollout_compact_layout_thumbs_updown.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -164,8 +130,8 @@
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'retained'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 20
col: 0
row: 10
col: 12
width: 12
height: 8
field_x: us_rollout_compact_layout_thumbs_updown.submission_date
@ -199,6 +165,40 @@
us_rollout_compact_layout_thumbs_updown.metric: 'days_of_use'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: us_rollout_compact_layout_thumbs_updown.submission_date
field_y: us_rollout_compact_layout_thumbs_updown.point
log_scale: false
ci_lower: us_rollout_compact_layout_thumbs_updown.lower
ci_upper: us_rollout_compact_layout_thumbs_updown.upper
show_grid: true
listen:
Date: us_rollout_compact_layout_thumbs_updown.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: us_rollout_compact_layout_thumbs_updown
type: looker_line
fields: [
us_rollout_compact_layout_thumbs_updown.submission_date,
us_rollout_compact_layout_thumbs_updown.branch,
us_rollout_compact_layout_thumbs_updown.point
]
pivots: [
us_rollout_compact_layout_thumbs_updown.branch
]
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'ad_clicks'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -251,8 +251,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
@ -267,7 +267,7 @@
us_rollout_compact_layout_thumbs_updown.branch
]
filters:
us_rollout_compact_layout_thumbs_updown.metric: 'active_hours'
us_rollout_compact_layout_thumbs_updown.metric: 'search_count'
us_rollout_compact_layout_thumbs_updown.statistic: mean
row: 30
col: 12

Просмотреть файл

@ -10,8 +10,8 @@
preferred_viewer: dashboards-next
elements:
- title: Search Count
name: Search Count_mean
- title: Tagged Sap Searches
name: Tagged Sap Searches_mean
note_state: expanded
note_display: above
note_text: Mean
@ -26,7 +26,7 @@
viewpoint_android_oct_2024.branch
]
filters:
viewpoint_android_oct_2024.metric: 'search_count'
viewpoint_android_oct_2024.metric: 'tagged_sap_searches'
viewpoint_android_oct_2024.statistic: mean
row: 0
col: 0
@ -78,8 +78,8 @@
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
- title: Ad Clicks
name: Ad Clicks_mean
- title: Active Hours
name: Active Hours_mean
note_state: expanded
note_display: above
note_text: Mean
@ -94,7 +94,7 @@
viewpoint_android_oct_2024.branch
]
filters:
viewpoint_android_oct_2024.metric: 'ad_clicks'
viewpoint_android_oct_2024.metric: 'active_hours'
viewpoint_android_oct_2024.statistic: mean
row: 10
col: 0
@ -143,40 +143,6 @@
listen:
Date: viewpoint_android_oct_2024.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: viewpoint_android_oct_2024
type: looker_line
fields: [
viewpoint_android_oct_2024.submission_date,
viewpoint_android_oct_2024.branch,
viewpoint_android_oct_2024.point
]
pivots: [
viewpoint_android_oct_2024.branch
]
filters:
viewpoint_android_oct_2024.metric: 'tagged_sap_searches'
viewpoint_android_oct_2024.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: viewpoint_android_oct_2024.submission_date
field_y: viewpoint_android_oct_2024.point
log_scale: false
ci_lower: viewpoint_android_oct_2024.lower
ci_upper: viewpoint_android_oct_2024.upper
show_grid: true
listen:
Date: viewpoint_android_oct_2024.submission_date
enabled: "#3FE1B0"
disabled: "#0060E0"
defaults_version: 0
@ -199,6 +165,40 @@
viewpoint_android_oct_2024.metric: 'days_of_use'
viewpoint_android_oct_2024.statistic: mean
row: 20
col: 0
width: 12
height: 8
field_x: viewpoint_android_oct_2024.submission_date
field_y: viewpoint_android_oct_2024.point
log_scale: false
ci_lower: viewpoint_android_oct_2024.lower
ci_upper: viewpoint_android_oct_2024.upper
show_grid: true
listen:
Date: viewpoint_android_oct_2024.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: viewpoint_android_oct_2024
type: looker_line
fields: [
viewpoint_android_oct_2024.submission_date,
viewpoint_android_oct_2024.branch,
viewpoint_android_oct_2024.point
]
pivots: [
viewpoint_android_oct_2024.branch
]
filters:
viewpoint_android_oct_2024.metric: 'ad_clicks'
viewpoint_android_oct_2024.statistic: mean
row: 20
col: 12
width: 12
height: 8
@ -214,8 +214,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
@ -230,7 +230,7 @@
viewpoint_android_oct_2024.branch
]
filters:
viewpoint_android_oct_2024.metric: 'active_hours'
viewpoint_android_oct_2024.metric: 'search_count'
viewpoint_android_oct_2024.statistic: mean
row: 30
col: 0

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше