зеркало из https://github.com/mozilla/looker-hub.git
Auto-push from LookML generation
This commit is contained in:
Родитель
6ab2aa1d5e
Коммит
3a891040bb
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -411,6 +411,25 @@ manually by the user.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__customize_home_bookmarks {
|
||||
label: "Customize Home Bookmarks"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.customize_home_bookmarks ;;
|
||||
type: yesno
|
||||
group_label: "Customize Home"
|
||||
group_item_label: "Bookmarks"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Customize Home Bookmarks"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/customize_home_bookmarks"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "An indication of whether the recently
|
||||
saved section is enabled to be displayed. This was previously customize_home.recently_saved.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__customize_home_contile {
|
||||
label: "Customize Home Contile"
|
||||
hidden: no
|
||||
|
@ -828,6 +847,65 @@ location.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_bookmarks_bookmark_clicked {
|
||||
label: "Home Bookmarks Bookmark Clicked"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.counter.home_bookmarks_bookmark_clicked ;;
|
||||
type: number
|
||||
group_label: "Home Bookmarks"
|
||||
group_item_label: "Bookmark Clicked"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Bookmark Clicked"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_bookmark_clicked"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "A counter that indicates the number of times that a user
|
||||
has clicked on a bookmark from the home
|
||||
screen. This was previously recent_bookmarks.bookmark_clicked.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__quantity__home_bookmarks_bookmarks_count {
|
||||
label: "Home Bookmarks Bookmarks Count"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.quantity.home_bookmarks_bookmarks_count ;;
|
||||
type: number
|
||||
group_label: "Home Bookmarks"
|
||||
group_item_label: "Bookmarks Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Bookmarks Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_bookmarks_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "The number of bookmarked items appearing in the
|
||||
Bookmarks section on the home page. This was previously recent_bookmarks.recent_bookmarks_count.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_bookmarks_show_all_bookmarks {
|
||||
label: "Home Bookmarks Show All Bookmarks"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.counter.home_bookmarks_show_all_bookmarks ;;
|
||||
type: number
|
||||
group_label: "Home Bookmarks"
|
||||
group_item_label: "Show All Bookmarks"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Show All Bookmarks"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_show_all_bookmarks"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "A counter that indicates the number of times that a user
|
||||
has clicked the show all button for bookmarks
|
||||
on the home screen. This was previously recent_bookmarks.show_all_bookmarks.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_screen_home_screen_view_count {
|
||||
label: "Home Screen Home Screen View Count"
|
||||
hidden: no
|
||||
|
@ -3622,6 +3700,42 @@ ensure it's not too expensive. This value is only available on Android
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/bounce_tracking_protection_enabled_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled Dry Run Mode At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/bounce_tracking_protection_enabled_dry_run_mode_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__bounce_tracking_protection_purge_duration__sum {
|
||||
label: "Bounce Tracking Protection Purge Duration Sum"
|
||||
hidden: no
|
||||
|
@ -12676,6 +12790,56 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
}
|
||||
}
|
||||
|
||||
measure: home_bookmarks_bookmark_clicked {
|
||||
type: sum
|
||||
sql: ${metrics__counter__home_bookmarks_bookmark_clicked} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Bookmark Clicked"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_bookmark_clicked"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: home_bookmarks_bookmark_clicked_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__home_bookmarks_bookmark_clicked: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Bookmark Clicked"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_bookmark_clicked"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: home_bookmarks_show_all_bookmarks {
|
||||
type: sum
|
||||
sql: ${metrics__counter__home_bookmarks_show_all_bookmarks} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Show All Bookmarks"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_show_all_bookmarks"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: home_bookmarks_show_all_bookmarks_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__home_bookmarks_show_all_bookmarks: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Home Bookmarks Show All Bookmarks"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/home_bookmarks_show_all_bookmarks"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: home_screen_home_screen_view_count {
|
||||
type: sum
|
||||
sql: ${metrics__counter__home_screen_home_screen_view_count} ;;
|
||||
|
|
|
@ -318,6 +318,20 @@ view: metrics_table {
|
|||
group_item_label: "Android Autofill Supported"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled At Startup"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_ui_proton_enabled {
|
||||
sql: ${TABLE}.metrics.boolean.browser_ui_proton_enabled ;;
|
||||
type: yesno
|
||||
|
@ -339,6 +353,13 @@ view: metrics_table {
|
|||
group_item_label: "Cookie Banners Service Detect Only"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__customize_home_bookmarks {
|
||||
sql: ${TABLE}.metrics.boolean.customize_home_bookmarks ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Customize Home Bookmarks"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__customize_home_contile {
|
||||
sql: ${TABLE}.metrics.boolean.customize_home_contile ;;
|
||||
type: yesno
|
||||
|
@ -955,6 +976,20 @@ view: metrics_table {
|
|||
group_item_label: "Hls Canplay Supported"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_bookmarks_bookmark_clicked {
|
||||
sql: ${TABLE}.metrics.counter.home_bookmarks_bookmark_clicked ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Home Bookmarks Bookmark Clicked"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_bookmarks_show_all_bookmarks {
|
||||
sql: ${TABLE}.metrics.counter.home_bookmarks_show_all_bookmarks ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Home Bookmarks Show All Bookmarks"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__home_screen_home_screen_view_count {
|
||||
sql: ${TABLE}.metrics.counter.home_screen_home_screen_view_count ;;
|
||||
type: number
|
||||
|
@ -3348,6 +3383,13 @@ view: metrics_table {
|
|||
group_item_label: "Gpu Process Unstable Launch Attempts"
|
||||
}
|
||||
|
||||
dimension: metrics__quantity__home_bookmarks_bookmarks_count {
|
||||
sql: ${TABLE}.metrics.quantity.home_bookmarks_bookmarks_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Quantity"
|
||||
group_item_label: "Home Bookmarks Bookmarks Count"
|
||||
}
|
||||
|
||||
dimension: metrics__quantity__logins_saved_all {
|
||||
sql: ${TABLE}.metrics.quantity.logins_saved_all ;;
|
||||
type: number
|
||||
|
|
|
@ -9,8 +9,8 @@ datagroup: newtab_v1_last_updated {
|
|||
label: "newtab_v1 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 = 'firefox_desktop_stable'
|
||||
WHERE table_schema = 'firefox_desktop_live'
|
||||
AND table_name = 'newtab_v1' ;;
|
||||
description: "Updates when moz-fx-data-shared-prod:firefox_desktop_stable.newtab_v1 is modified."
|
||||
description: "Updates when moz-fx-data-shared-prod:firefox_desktop_live.newtab_v1 is modified."
|
||||
max_cache_age: "24 hours"
|
||||
}
|
|
@ -22,6 +22,5 @@ view: glean_events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -1652,6 +1652,42 @@ in browser.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/bounce_tracking_protection_enabled_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled Dry Run Mode At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/bounce_tracking_protection_enabled_dry_run_mode_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__bounce_tracking_protection_purge_duration__sum {
|
||||
label: "Bounce Tracking Protection Purge Duration Sum"
|
||||
hidden: no
|
||||
|
|
|
@ -324,6 +324,24 @@ view: metrics_table {
|
|||
group_item_label: "Version"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled At Startup"
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_ui_proton_enabled {
|
||||
sql: ${TABLE}.metrics.boolean.browser_ui_proton_enabled ;;
|
||||
type: yesno
|
||||
|
|
|
@ -16,6 +16,5 @@ view: urlbar_events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -384,6 +384,42 @@ It is possible for a Firefox installation to not have a default profile, but in
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/bounce_tracking_protection_enabled_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled Dry Run Mode At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/bounce_tracking_protection_enabled_dry_run_mode_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__bounce_tracking_protection_purge_duration__sum {
|
||||
label: "Bounce Tracking Protection Purge Duration Sum"
|
||||
hidden: no
|
||||
|
|
|
@ -324,6 +324,24 @@ view: metrics_table {
|
|||
group_item_label: "Version"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled At Startup"
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_ui_proton_enabled {
|
||||
sql: ${TABLE}.metrics.boolean.browser_ui_proton_enabled ;;
|
||||
type: yesno
|
||||
|
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -1106,6 +1106,42 @@ the tracking protection settings panel from the toolbar.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/bounce_tracking_protection_enabled_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled Dry Run Mode At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/bounce_tracking_protection_enabled_dry_run_mode_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__bounce_tracking_protection_purge_duration__sum {
|
||||
label: "Bounce Tracking Protection Purge Duration Sum"
|
||||
hidden: no
|
||||
|
|
|
@ -290,6 +290,20 @@ view: metrics_table {
|
|||
group_item_label: "Version"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled At Startup"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_is_default {
|
||||
sql: ${TABLE}.metrics.boolean.browser_is_default ;;
|
||||
type: yesno
|
||||
|
|
|
@ -8,56 +8,67 @@ view: android_app_campaign_stats {
|
|||
dimension: activated_profiles {
|
||||
sql: ${TABLE}.activated_profiles ;;
|
||||
type: number
|
||||
description: "Number of activated profiles for this ad group on this day."
|
||||
}
|
||||
|
||||
dimension: ad_group {
|
||||
sql: ${TABLE}.ad_group ;;
|
||||
type: string
|
||||
description: "Name of the Ad Group."
|
||||
}
|
||||
|
||||
dimension: campaign {
|
||||
sql: ${TABLE}.campaign ;;
|
||||
type: string
|
||||
description: "Name of the campaign."
|
||||
}
|
||||
|
||||
dimension: campaign_country_code {
|
||||
sql: ${TABLE}.campaign_country_code ;;
|
||||
type: string
|
||||
description: "Country the campaign ran in."
|
||||
}
|
||||
|
||||
dimension: campaign_language {
|
||||
sql: ${TABLE}.campaign_language ;;
|
||||
type: string
|
||||
description: "Language the campaign ran in."
|
||||
}
|
||||
|
||||
dimension: campaign_region {
|
||||
sql: ${TABLE}.campaign_region ;;
|
||||
type: string
|
||||
description: "Region the campaign ran in."
|
||||
}
|
||||
|
||||
dimension: clicks {
|
||||
sql: ${TABLE}.clicks ;;
|
||||
type: number
|
||||
description: "Clicks on our ads, only occurs after an impression, as reported by Google Ads, for this ad group on this day."
|
||||
}
|
||||
|
||||
dimension: impressions {
|
||||
sql: ${TABLE}.impressions ;;
|
||||
type: number
|
||||
description: "Ad impressions, as reported by Google Ads, for this ad group on this day."
|
||||
}
|
||||
|
||||
dimension: lifetime_value {
|
||||
sql: ${TABLE}.lifetime_value ;;
|
||||
type: number
|
||||
description: "Lifetime Value (LTV) of the users acquired by this ad group on this day."
|
||||
}
|
||||
|
||||
dimension: new_profiles {
|
||||
sql: ${TABLE}.new_profiles ;;
|
||||
type: number
|
||||
description: "Number of new profiles reported for this ad group on this day."
|
||||
}
|
||||
|
||||
dimension: spend {
|
||||
sql: ${TABLE}.spend ;;
|
||||
type: number
|
||||
description: "Spend in US dollars attributed to this ad group on this day."
|
||||
}
|
||||
|
||||
dimension_group: date {
|
||||
|
@ -73,6 +84,7 @@ view: android_app_campaign_stats {
|
|||
]
|
||||
convert_tz: no
|
||||
datatype: date
|
||||
description: "Date on which ad spend is attributed, and user were considered new profiles."
|
||||
}
|
||||
|
||||
sql_table_name: `moz-fx-data-shared-prod.google_ads_derived.android_app_campaign_stats_v1` ;;
|
||||
|
|
|
@ -1106,6 +1106,42 @@ the tracking protection settings panel from the toolbar.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/bounce_tracking_protection_enabled_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Enabled Dry Run Mode At Startup"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/bounce_tracking_protection_enabled_dry_run_mode_at_startup"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__bounce_tracking_protection_purge_duration__sum {
|
||||
label: "Bounce Tracking Protection Purge Duration Sum"
|
||||
hidden: no
|
||||
|
|
|
@ -324,6 +324,24 @@ view: metrics_table {
|
|||
group_item_label: "Version"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled At Startup"
|
||||
description: "Keeps track of whether the feature is enabled at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__bounce_tracking_protection_enabled_dry_run_mode_at_startup {
|
||||
sql: ${TABLE}.metrics.boolean.bounce_tracking_protection_enabled_dry_run_mode_at_startup ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Bounce Tracking Protection Enabled Dry Run Mode At Startup"
|
||||
description: "Keeps track of whether the feature is enabled and running in dry-run mode at startup.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_is_default {
|
||||
sql: ${TABLE}.metrics.boolean.browser_is_default ;;
|
||||
type: yesno
|
||||
|
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_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'
|
||||
|
|
|
@ -22,6 +22,5 @@ view: events {
|
|||
|
||||
dimension: event_id {
|
||||
primary_key: yes
|
||||
sql: ${event_id} ;;
|
||||
}
|
||||
}
|
3193
namespaces.yaml
3193
namespaces.yaml
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'ad_clicks'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'days_of_use'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'memory_total'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
Percentile: add_an_image_to_pdf_with_alt_text_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
field_y: add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower
|
||||
ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
field_y: add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower
|
||||
ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'days_of_use'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_beta_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_beta_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_beta_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_nightly_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_nightly_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_nightly_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_nightly_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_nightly_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_nightly_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_nightly_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_nightly_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_release_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_release_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_release_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -41,6 +41,39 @@
|
|||
listen:
|
||||
Date: all_browsers_dau.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Desktop Daily Active Users V2
|
||||
name: Firefox Desktop Daily Active Users V2_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: all_browsers_dau
|
||||
type: looker_line
|
||||
fields: [
|
||||
all_browsers_dau.submission_date,
|
||||
all_browsers_dau.branch,
|
||||
all_browsers_dau.point
|
||||
]
|
||||
pivots: [
|
||||
all_browsers_dau.branch
|
||||
]
|
||||
filters:
|
||||
all_browsers_dau.metric: 'firefox_desktop_daily_active_users_v2'
|
||||
all_browsers_dau.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: all_browsers_dau.submission_date
|
||||
field_y: all_browsers_dau.point
|
||||
log_scale: false
|
||||
ci_lower: all_browsers_dau.lower
|
||||
ci_upper: all_browsers_dau.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: all_browsers_dau.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Ios Daily Active Users V2
|
||||
|
@ -61,39 +94,6 @@
|
|||
filters:
|
||||
all_browsers_dau.metric: 'firefox_ios_daily_active_users_v2'
|
||||
all_browsers_dau.statistic: sum
|
||||
row: 0
|
||||
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: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -142,8 +142,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Desktop Daily Active Users V2
|
||||
name: Firefox Desktop Daily Active Users V2_sum
|
||||
- title: Fenix Daily Active Users V2
|
||||
name: Fenix Daily Active Users V2_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -158,7 +158,7 @@
|
|||
all_browsers_dau.branch
|
||||
]
|
||||
filters:
|
||||
all_browsers_dau.metric: 'firefox_desktop_daily_active_users_v2'
|
||||
all_browsers_dau.metric: 'fenix_daily_active_users_v2'
|
||||
all_browsers_dau.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'retained'
|
||||
android_add_ons_extension_process.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,40 +78,6 @@
|
|||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
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_add_ons_extension_process
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -136,6 +102,43 @@
|
|||
android_add_ons_extension_process.metric: 'storage_stats_app_bytes'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Performance Page Non Blank Paint
|
||||
name: Performance Page Non Blank Paint_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: android_add_ons_extension_process
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.upper,
|
||||
android_add_ons_extension_process.lower,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -152,8 +155,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -168,7 +171,7 @@
|
|||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process.metric: 'active_hours'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -186,8 +189,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -202,7 +205,7 @@
|
|||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'uri_count'
|
||||
android_add_ons_extension_process.metric: 'retained'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
|
@ -217,40 +220,6 @@
|
|||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'search_count'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -275,41 +244,6 @@
|
|||
android_add_ons_extension_process.metric: 'storage_stats_data_dir_bytes'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'active_hours'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -321,6 +255,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -343,6 +278,74 @@
|
|||
filters:
|
||||
android_add_ons_extension_process.metric: 'days_of_use'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'uri_count'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
field_y: android_add_ons_extension_process.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process.lower
|
||||
ci_upper: android_add_ons_extension_process.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.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_add_ons_extension_process
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -359,26 +362,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Performance Page Non Blank Paint
|
||||
name: Performance Page Non Blank Paint_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process.submission_date,
|
||||
android_add_ons_extension_process.branch,
|
||||
android_add_ons_extension_process.upper,
|
||||
android_add_ons_extension_process.lower,
|
||||
android_add_ons_extension_process.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
android_add_ons_extension_process.metric: 'search_count'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -391,7 +392,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'retained'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,176 +29,6 @@
|
|||
android_add_ons_extension_process_beta.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_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: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'uri_count'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'search_count'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'active_hours'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'days_of_use'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -268,7 +64,7 @@
|
|||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_beta.statistic: percentile
|
||||
row: 30
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -285,6 +81,210 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'active_hours'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'retained'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'days_of_use'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'uri_count'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_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: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'search_count'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
field_y: android_add_ons_extension_process_beta.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_beta.lower
|
||||
ci_upper: android_add_ons_extension_process_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'retained'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,176 +29,6 @@
|
|||
android_add_ons_extension_process_release_rollout.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_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_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'uri_count'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'search_count'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'active_hours'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'days_of_use'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -268,7 +64,7 @@
|
|||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_release_rollout.statistic: percentile
|
||||
row: 30
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -285,6 +81,210 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'active_hours'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'retained'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'days_of_use'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'uri_count'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_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_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_add_ons_extension_process_release_rollout.submission_date,
|
||||
android_add_ons_extension_process_release_rollout.branch,
|
||||
android_add_ons_extension_process_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'search_count'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
field_y: android_add_ons_extension_process_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_add_ons_extension_process_release_rollout.lower
|
||||
ci_upper: android_add_ons_extension_process_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,108 +29,6 @@
|
|||
android_default_toolbar_placement_treatment_a_rollout.metric: 'ad_clicks'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
field_y: android_default_toolbar_placement_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower
|
||||
ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: android_default_toolbar_placement_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
android_default_toolbar_placement_treatment_a_rollout.submission_date,
|
||||
android_default_toolbar_placement_treatment_a_rollout.branch,
|
||||
android_default_toolbar_placement_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
android_default_toolbar_placement_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'tagged_sap_searches'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
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: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
field_y: android_default_toolbar_placement_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower
|
||||
ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'active_hours'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'days_of_use'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
field_y: android_default_toolbar_placement_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower
|
||||
ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
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: 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
field_y: android_default_toolbar_placement_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: android_default_toolbar_placement_treatment_a_rollout.lower
|
||||
ci_upper: android_default_toolbar_placement_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: android_default_toolbar_placement_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'retained'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
awesome_bar_result_menu_rollout_phase_1.metric: 'ad_clicks'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'active_hours'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'uri_count'
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'qualified_cumulative_days_of_use'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'retained'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'days_of_use'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'memory_total'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
Percentile: awesome_bar_result_menu_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'uri_count'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'search_count'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'qualified_cumulative_days_of_use'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'active_hours'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
field_y: awesome_bar_result_menu_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: awesome_bar_result_menu_rollout_phase_1.lower
|
||||
ci_upper: awesome_bar_result_menu_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
awesome_bar_result_menu_rollout_phase_1.submission_date,
|
||||
awesome_bar_result_menu_rollout_phase_1.branch,
|
||||
awesome_bar_result_menu_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
awesome_bar_result_menu_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'days_of_use'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_release.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_release.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'qualified_cumulative_days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_release.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'retained'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
consolidated_search_configuration_for_beta.metric: 'ad_clicks'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'active_hours'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'uri_count'
|
||||
consolidated_search_configuration_for_beta.metric: 'qualified_cumulative_days_of_use'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'retained'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'days_of_use'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'memory_total'
|
||||
consolidated_search_configuration_for_beta.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
Percentile: consolidated_search_configuration_for_beta.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'uri_count'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'search_count'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'qualified_cumulative_days_of_use'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'active_hours'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_for_beta.submission_date
|
||||
field_y: consolidated_search_configuration_for_beta.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_for_beta.lower
|
||||
ci_upper: consolidated_search_configuration_for_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'days_of_use'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'retained'
|
||||
csv_import.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import.metric: 'ad_clicks'
|
||||
csv_import.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'active_hours'
|
||||
csv_import.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'uri_count'
|
||||
csv_import.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'retained'
|
||||
csv_import.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'days_of_use'
|
||||
csv_import.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
csv_import.metric: 'memory_total'
|
||||
csv_import.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: csv_import.submission_date
|
||||
Percentile: csv_import.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'uri_count'
|
||||
csv_import.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
csv_import.metric: 'search_count'
|
||||
csv_import.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'active_hours'
|
||||
csv_import.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import.submission_date
|
||||
field_y: csv_import.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import.lower
|
||||
ci_upper: csv_import.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'days_of_use'
|
||||
csv_import.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'retained'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import_beta_rollout.metric: 'ad_clicks'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'active_hours'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'uri_count'
|
||||
csv_import_beta_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'retained'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'days_of_use'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
csv_import_beta_rollout.metric: 'memory_total'
|
||||
csv_import_beta_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: csv_import_beta_rollout.submission_date
|
||||
Percentile: csv_import_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'uri_count'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
csv_import_beta_rollout.metric: 'search_count'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'active_hours'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_beta_rollout.submission_date
|
||||
field_y: csv_import_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_beta_rollout.lower
|
||||
ci_upper: csv_import_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'days_of_use'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'retained'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import_release_rollout.metric: 'ad_clicks'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'active_hours'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'uri_count'
|
||||
csv_import_release_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'retained'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'days_of_use'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
csv_import_release_rollout.metric: 'memory_total'
|
||||
csv_import_release_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: csv_import_release_rollout.submission_date
|
||||
Percentile: csv_import_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'uri_count'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
csv_import_release_rollout.metric: 'search_count'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'active_hours'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: csv_import_release_rollout.submission_date
|
||||
field_y: csv_import_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: csv_import_release_rollout.lower
|
||||
ci_upper: csv_import_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'days_of_use'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'retained'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
device_migration_q4_spotlights_remaining_population.metric: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'active_hours'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'qualified_cumulative_days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'retained'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
Percentile: device_migration_q4_spotlights_remaining_population.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'search_count'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'qualified_cumulative_days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'active_hours'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'retained'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
device_migration_q4_spotlights_remaining_population_esr.metric: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'active_hours'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'qualified_cumulative_days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'retained'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
Percentile: device_migration_q4_spotlights_remaining_population_esr.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'search_count'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'qualified_cumulative_days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'active_hours'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
field_y: device_migration_q4_spotlights_remaining_population_esr.point
|
||||
log_scale: false
|
||||
ci_lower: device_migration_q4_spotlights_remaining_population_esr.lower
|
||||
ci_upper: device_migration_q4_spotlights_remaining_population_esr.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: looker_line
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch,
|
||||
device_migration_q4_spotlights_remaining_population_esr.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population_esr.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'days_of_use'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'retained'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ech_roll_out.metric: 'ad_clicks'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'active_hours'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'uri_count'
|
||||
ech_roll_out.metric: 'qualified_cumulative_days_of_use'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'retained'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'days_of_use'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
ech_roll_out.metric: 'memory_total'
|
||||
ech_roll_out.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: ech_roll_out.submission_date
|
||||
Percentile: ech_roll_out.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'uri_count'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
ech_roll_out.metric: 'search_count'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'qualified_cumulative_days_of_use'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'active_hours'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ech_roll_out.submission_date
|
||||
field_y: ech_roll_out.point
|
||||
log_scale: false
|
||||
ci_lower: ech_roll_out.lower
|
||||
ci_upper: ech_roll_out.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'days_of_use'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,108 +29,6 @@
|
|||
enable_activation_telemetry_android.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android.submission_date
|
||||
field_y: enable_activation_telemetry_android.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android.lower
|
||||
ci_upper: enable_activation_telemetry_android.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enable_activation_telemetry_android
|
||||
type: looker_line
|
||||
fields: [
|
||||
enable_activation_telemetry_android.submission_date,
|
||||
enable_activation_telemetry_android.branch,
|
||||
enable_activation_telemetry_android.point
|
||||
]
|
||||
pivots: [
|
||||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
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: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android.submission_date
|
||||
field_y: enable_activation_telemetry_android.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android.lower
|
||||
ci_upper: enable_activation_telemetry_android.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
enable_activation_telemetry_android.metric: 'active_hours'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: enable_activation_telemetry_android.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
enable_activation_telemetry_android.metric: 'days_of_use'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android.submission_date
|
||||
field_y: enable_activation_telemetry_android.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android.lower
|
||||
ci_upper: enable_activation_telemetry_android.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
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: 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android.submission_date
|
||||
field_y: enable_activation_telemetry_android.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android.lower
|
||||
ci_upper: enable_activation_telemetry_android.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,108 +29,6 @@
|
|||
enable_activation_telemetry_android_beta.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android_beta.submission_date
|
||||
field_y: enable_activation_telemetry_android_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android_beta.lower
|
||||
ci_upper: enable_activation_telemetry_android_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enable_activation_telemetry_android_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
enable_activation_telemetry_android_beta.submission_date,
|
||||
enable_activation_telemetry_android_beta.branch,
|
||||
enable_activation_telemetry_android_beta.point
|
||||
]
|
||||
pivots: [
|
||||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
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: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android_beta.submission_date
|
||||
field_y: enable_activation_telemetry_android_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android_beta.lower
|
||||
ci_upper: enable_activation_telemetry_android_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'active_hours'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: enable_activation_telemetry_android_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'days_of_use'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android_beta.submission_date
|
||||
field_y: enable_activation_telemetry_android_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android_beta.lower
|
||||
ci_upper: enable_activation_telemetry_android_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
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: 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enable_activation_telemetry_android_beta.submission_date
|
||||
field_y: enable_activation_telemetry_android_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enable_activation_telemetry_android_beta.lower
|
||||
ci_upper: enable_activation_telemetry_android_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enable_activation_telemetry_android_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'retained'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,108 +29,6 @@
|
|||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'ad_clicks'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_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_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'tagged_sap_searches'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'uri_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'active_hours'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'retained'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'days_of_use'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'uri_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_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_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'tagged_sap_searches'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_android_relaunch_rollout.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_android_relaunch_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_android_relaunch_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.submission_date,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch,
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_ios_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_ios_beta.submission_date,
|
||||
enhanced_cross_platform_suggest_ios_beta.branch,
|
||||
enhanced_cross_platform_suggest_ios_beta.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_ios_beta.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'retained'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_ios_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_ios_beta.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_ios_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,40 +29,6 @@
|
|||
enhanced_cross_platform_suggest_ios_beta.metric: 'ad_clicks'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_ios_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_ios_beta.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_ios_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_ios_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_ios_beta.submission_date,
|
||||
enhanced_cross_platform_suggest_ios_beta.branch,
|
||||
enhanced_cross_platform_suggest_ios_beta.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_ios_beta.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'active_hours'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_ios_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_ios_beta.submission_date,
|
||||
enhanced_cross_platform_suggest_ios_beta.branch,
|
||||
enhanced_cross_platform_suggest_ios_beta.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_ios_beta.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'retained'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_ios_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_ios_beta.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_ios_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'days_of_use'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
field_y: enhanced_cross_platform_suggest_ios_beta.point
|
||||
log_scale: false
|
||||
ci_lower: enhanced_cross_platform_suggest_ios_beta.lower
|
||||
ci_upper: enhanced_cross_platform_suggest_ios_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: enhanced_cross_platform_suggest_ios_beta.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: enhanced_cross_platform_suggest_ios_beta
|
||||
type: looker_line
|
||||
fields: [
|
||||
enhanced_cross_platform_suggest_ios_beta.submission_date,
|
||||
enhanced_cross_platform_suggest_ios_beta.branch,
|
||||
enhanced_cross_platform_suggest_ios_beta.point
|
||||
]
|
||||
pivots: [
|
||||
enhanced_cross_platform_suggest_ios_beta.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_ios_beta.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_ios_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
extensions_migration_in_import_wizard_116_rollout.metric: 'ad_clicks'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'memory_total'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
Percentile: extensions_migration_in_import_wizard_116_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
field_y: extensions_migration_in_import_wizard_116_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: extensions_migration_in_import_wizard_116_rollout.lower
|
||||
ci_upper: extensions_migration_in_import_wizard_116_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
field_y: extensions_migration_in_import_wizard_116_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: extensions_migration_in_import_wizard_116_rollout.lower
|
||||
ci_upper: extensions_migration_in_import_wizard_116_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,108 +29,6 @@
|
|||
fenix_homescreen_activation_event_validation.metric: 'ad_clicks'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fenix_homescreen_activation_event_validation.submission_date
|
||||
field_y: fenix_homescreen_activation_event_validation.point
|
||||
log_scale: false
|
||||
ci_lower: fenix_homescreen_activation_event_validation.lower
|
||||
ci_upper: fenix_homescreen_activation_event_validation.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fenix_homescreen_activation_event_validation.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fenix_homescreen_activation_event_validation
|
||||
type: looker_line
|
||||
fields: [
|
||||
fenix_homescreen_activation_event_validation.submission_date,
|
||||
fenix_homescreen_activation_event_validation.branch,
|
||||
fenix_homescreen_activation_event_validation.point
|
||||
]
|
||||
pivots: [
|
||||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
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: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fenix_homescreen_activation_event_validation.submission_date
|
||||
field_y: fenix_homescreen_activation_event_validation.point
|
||||
log_scale: false
|
||||
ci_lower: fenix_homescreen_activation_event_validation.lower
|
||||
ci_upper: fenix_homescreen_activation_event_validation.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fenix_homescreen_activation_event_validation.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'active_hours'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: fenix_homescreen_activation_event_validation.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'days_of_use'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fenix_homescreen_activation_event_validation.submission_date
|
||||
field_y: fenix_homescreen_activation_event_validation.point
|
||||
log_scale: false
|
||||
ci_lower: fenix_homescreen_activation_event_validation.lower
|
||||
ci_upper: fenix_homescreen_activation_event_validation.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fenix_homescreen_activation_event_validation.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
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: 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fenix_homescreen_activation_event_validation.submission_date
|
||||
field_y: fenix_homescreen_activation_event_validation.point
|
||||
log_scale: false
|
||||
ci_lower: fenix_homescreen_activation_event_validation.lower
|
||||
ci_upper: fenix_homescreen_activation_event_validation.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fenix_homescreen_activation_event_validation.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Exception Volume
|
||||
name: Exception Volume_sum
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -26,7 +26,7 @@
|
|||
firefox_background_update.branch
|
||||
]
|
||||
filters:
|
||||
firefox_background_update.metric: 'exception_volume'
|
||||
firefox_background_update.metric: 'ping_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,6 +78,41 @@
|
|||
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
|
||||
height: 8
|
||||
field_x: firefox_background_update.submission_date
|
||||
field_y: firefox_background_update.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_background_update.lower
|
||||
ci_upper: firefox_background_update.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_background_update.submission_date
|
||||
Normalized Channel: firefox_background_update.normalized_channel
|
||||
Windows Version: firefox_background_update.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Client Volume
|
||||
|
@ -99,6 +134,41 @@
|
|||
firefox_background_update.metric: 'client_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 10
|
||||
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 Volume
|
||||
name: Exception Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_background_update
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_background_update.submission_date,
|
||||
firefox_background_update.branch,
|
||||
firefox_background_update.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_background_update.branch
|
||||
]
|
||||
filters:
|
||||
firefox_background_update.metric: 'exception_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -133,76 +203,6 @@
|
|||
filters:
|
||||
firefox_background_update.metric: 'crash_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 10
|
||||
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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_background_update.submission_date
|
||||
field_y: firefox_background_update.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_background_update.lower
|
||||
ci_upper: firefox_background_update.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_background_update.submission_date
|
||||
Normalized Channel: firefox_background_update.normalized_channel
|
||||
Windows Version: firefox_background_update.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 20
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_sum
|
||||
- title: Firefox Lost Default Volume
|
||||
name: Firefox Lost Default Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -61,7 +61,7 @@
|
|||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
|
@ -80,8 +80,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_mean
|
||||
- title: Firefox Lost Default Volume
|
||||
name: Firefox Lost Default Volume_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -96,7 +96,7 @@
|
|||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -113,76 +113,6 @@
|
|||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Won Default Volume
|
||||
name: Firefox Won Default Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_default_browser_agent.submission_date,
|
||||
firefox_default_browser_agent.branch,
|
||||
firefox_default_browser_agent.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
field_y: firefox_default_browser_agent.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_default_browser_agent.lower
|
||||
ci_upper: firefox_default_browser_agent.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_default_browser_agent.submission_date
|
||||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Won Default Volume
|
||||
name: Firefox Won Default Volume_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_default_browser_agent.submission_date,
|
||||
firefox_default_browser_agent.branch,
|
||||
firefox_default_browser_agent.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
field_y: firefox_default_browser_agent.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_default_browser_agent.lower
|
||||
ci_upper: firefox_default_browser_agent.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_default_browser_agent.submission_date
|
||||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Is Default Volume
|
||||
|
@ -203,7 +133,7 @@
|
|||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_is_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 20
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -238,6 +168,76 @@
|
|||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_is_default_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
field_y: firefox_default_browser_agent.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_default_browser_agent.lower
|
||||
ci_upper: firefox_default_browser_agent.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_default_browser_agent.submission_date
|
||||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_default_browser_agent.submission_date,
|
||||
firefox_default_browser_agent.branch,
|
||||
firefox_default_browser_agent.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
field_y: firefox_default_browser_agent.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_default_browser_agent.lower
|
||||
ci_upper: firefox_default_browser_agent.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_default_browser_agent.submission_date
|
||||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_default_browser_agent.submission_date,
|
||||
firefox_default_browser_agent.branch,
|
||||
firefox_default_browser_agent.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -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: 'nightly'
|
||||
default_value: 'esr'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'nightly'
|
||||
- 'aurora'
|
||||
- 'release'
|
||||
- 'esr'
|
||||
- 'release'
|
||||
- 'beta'
|
||||
- 'aurora'
|
||||
- 'nightly'
|
||||
- 'default'
|
||||
- 'nightly-pine'
|
||||
- 'nightly-oak'
|
||||
|
|
|
@ -10,6 +10,72 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win8", "install_volume_win7"'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win8", "install_volume_win7"'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Install Volume Total
|
||||
name: Install Volume Total_sum
|
||||
note_state: expanded
|
||||
|
@ -28,7 +94,7 @@
|
|||
filters:
|
||||
firefox_install_demo.metric: 'install_volume_total'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 0
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -61,72 +127,6 @@
|
|||
filters:
|
||||
firefox_install_demo.metric: 'install_volume_total'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8", "install_volume_win7", "install_volume_win8_1", "install_volume_win10"'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8", "install_volume_win7", "install_volume_win8_1", "install_volume_win10"'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,41 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Ping Volume By Ping Type
|
||||
name: Ping Volume By Ping Type_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_messaging_system
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_messaging_system.submission_date,
|
||||
firefox_messaging_system.branch,
|
||||
firefox_messaging_system.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_messaging_system.branch, firefox_messaging_system.metric
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: '"infobar_ping_volume", "spotlight_ping_volume", "cfr_ping_volume", "moments_ping_volume", "null_ping_volume", "other_ping_volume", "whats_new_panel_ping_volume"'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
field_y: firefox_messaging_system.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_messaging_system.lower
|
||||
ci_upper: firefox_messaging_system.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_messaging_system.submission_date
|
||||
Normalized Channel: firefox_messaging_system.normalized_channel
|
||||
Normalized Os: firefox_messaging_system.normalized_os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Unexpected Data
|
||||
name: Unexpected Data_sum
|
||||
note_state: expanded
|
||||
|
@ -64,6 +29,41 @@
|
|||
firefox_messaging_system.metric: '"unknown_keys_volume", "invalid_nested_data_volume"'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
field_y: firefox_messaging_system.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_messaging_system.lower
|
||||
ci_upper: firefox_messaging_system.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_messaging_system.submission_date
|
||||
Normalized Channel: firefox_messaging_system.normalized_channel
|
||||
Normalized Os: firefox_messaging_system.normalized_os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_messaging_system
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_messaging_system.submission_date,
|
||||
firefox_messaging_system.branch,
|
||||
firefox_messaging_system.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_messaging_system.branch
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: 'ping_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,6 +78,41 @@
|
|||
Normalized Channel: firefox_messaging_system.normalized_channel
|
||||
Normalized Os: firefox_messaging_system.normalized_os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Ping Volume By Ping Type
|
||||
name: Ping Volume By Ping Type_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_messaging_system
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_messaging_system.submission_date,
|
||||
firefox_messaging_system.branch,
|
||||
firefox_messaging_system.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_messaging_system.branch, firefox_messaging_system.metric
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: '"moments_ping_volume", "whats_new_panel_ping_volume", "cfr_ping_volume", "other_ping_volume", "spotlight_ping_volume", "null_ping_volume", "infobar_ping_volume"'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
field_y: firefox_messaging_system.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_messaging_system.lower
|
||||
ci_upper: firefox_messaging_system.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_messaging_system.submission_date
|
||||
Normalized Channel: firefox_messaging_system.normalized_channel
|
||||
Normalized Os: firefox_messaging_system.normalized_os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Client Volume
|
||||
|
@ -99,7 +134,7 @@
|
|||
firefox_messaging_system.metric: 'client_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
|
@ -133,41 +168,6 @@
|
|||
filters:
|
||||
firefox_messaging_system.metric: 'undesired_events_ping_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
field_y: firefox_messaging_system.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_messaging_system.lower
|
||||
ci_upper: firefox_messaging_system.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_messaging_system.submission_date
|
||||
Normalized Channel: firefox_messaging_system.normalized_channel
|
||||
Normalized Os: firefox_messaging_system.normalized_os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_messaging_system
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_messaging_system.submission_date,
|
||||
firefox_messaging_system.branch,
|
||||
firefox_messaging_system.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_messaging_system.branch
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: 'ping_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'retained'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'ad_clicks'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'active_hours'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'uri_count'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'retained'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'memory_total'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
Percentile: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'uri_count'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'search_count'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'active_hours'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.metric: 'days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_de_fr_it_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'retained'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'ad_clicks'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'active_hours'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'uri_count'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'retained'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'memory_total'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
Percentile: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'uri_count'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'search_count'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'active_hours'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
field_y: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.lower
|
||||
ci_upper: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.submission_date,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch,
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.metric: 'days_of_use'
|
||||
fox_doodle_set_to_default_early_day_user_en_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 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
|
||||
|
@ -219,8 +219,8 @@
|
|||
display: inline
|
||||
options:
|
||||
- 'Linux'
|
||||
- 'Windows'
|
||||
- 'Mac'
|
||||
- 'Windows'
|
||||
- 'Other'
|
||||
|
||||
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
highlighting_in_pdfs_rollout.metric: 'ad_clicks'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'days_of_use'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'memory_total'
|
||||
highlighting_in_pdfs_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
Percentile: highlighting_in_pdfs_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: highlighting_in_pdfs_rollout.submission_date
|
||||
field_y: highlighting_in_pdfs_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: highlighting_in_pdfs_rollout.lower
|
||||
ci_upper: highlighting_in_pdfs_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: highlighting_in_pdfs_rollout.submission_date
|
||||
field_y: highlighting_in_pdfs_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: highlighting_in_pdfs_rollout.lower
|
||||
ci_upper: highlighting_in_pdfs_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'days_of_use'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_beta_rollout.submission_date,
|
||||
ios_address_autofill_ios_beta_rollout.branch,
|
||||
ios_address_autofill_ios_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'retained'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_beta_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,40 +29,6 @@
|
|||
ios_address_autofill_ios_beta_rollout.metric: 'ad_clicks'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_beta_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_beta_rollout.submission_date,
|
||||
ios_address_autofill_ios_beta_rollout.branch,
|
||||
ios_address_autofill_ios_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'search_count'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'active_hours'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_beta_rollout.submission_date,
|
||||
ios_address_autofill_ios_beta_rollout.branch,
|
||||
ios_address_autofill_ios_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'retained'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_beta_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'days_of_use'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_beta_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_beta_rollout.submission_date,
|
||||
ios_address_autofill_ios_beta_rollout.branch,
|
||||
ios_address_autofill_ios_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_beta_rollout.metric: 'search_count'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,40 +29,6 @@
|
|||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_cc_autofill_rollout.metric: 'active_hours'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_cc_autofill_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_cc_autofill_rollout.metric: 'days_of_use'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,40 +29,6 @@
|
|||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_dma_onboarding.metric: 'active_hours'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_dma_onboarding.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_dma_onboarding.metric: 'days_of_use'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,40 +29,6 @@
|
|||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_password_autofill_rollout.metric: 'active_hours'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_password_autofill_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_password_autofill_rollout.metric: 'days_of_use'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout_v1240
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout_v1240.submission_date,
|
||||
ios_password_autofill_rollout_v1240.branch,
|
||||
ios_password_autofill_rollout_v1240.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout_v1240.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'retained'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout_v1240.submission_date
|
||||
field_y: ios_password_autofill_rollout_v1240.point
|
||||
log_scale: false
|
||||
ci_lower: ios_password_autofill_rollout_v1240.lower
|
||||
ci_upper: ios_password_autofill_rollout_v1240.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,40 +29,6 @@
|
|||
ios_password_autofill_rollout_v1240.metric: 'ad_clicks'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout_v1240.submission_date
|
||||
field_y: ios_password_autofill_rollout_v1240.point
|
||||
log_scale: false
|
||||
ci_lower: ios_password_autofill_rollout_v1240.lower
|
||||
ci_upper: ios_password_autofill_rollout_v1240.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout_v1240
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout_v1240.submission_date,
|
||||
ios_password_autofill_rollout_v1240.branch,
|
||||
ios_password_autofill_rollout_v1240.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout_v1240.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'search_count'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'active_hours'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout_v1240
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout_v1240.submission_date,
|
||||
ios_password_autofill_rollout_v1240.branch,
|
||||
ios_password_autofill_rollout_v1240.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout_v1240.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'retained'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout_v1240.submission_date
|
||||
field_y: ios_password_autofill_rollout_v1240.point
|
||||
log_scale: false
|
||||
ci_lower: ios_password_autofill_rollout_v1240.lower
|
||||
ci_upper: ios_password_autofill_rollout_v1240.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'days_of_use'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout_v1240.submission_date
|
||||
field_y: ios_password_autofill_rollout_v1240.point
|
||||
log_scale: false
|
||||
ci_lower: ios_password_autofill_rollout_v1240.lower
|
||||
ci_upper: ios_password_autofill_rollout_v1240.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout_v1240
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout_v1240.submission_date,
|
||||
ios_password_autofill_rollout_v1240.branch,
|
||||
ios_password_autofill_rollout_v1240.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout_v1240.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout_v1240.metric: 'search_count'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,40 +29,6 @@
|
|||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'active_hours'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_search_bar_placement_v2_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
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: 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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_sync_manager_integration_rust_sync_manager_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.submission_date,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'retained'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
field_y: ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_sync_manager_integration_rust_sync_manager_rollout.lower
|
||||
ci_upper: ios_sync_manager_integration_rust_sync_manager_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,40 +29,6 @@
|
|||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'ad_clicks'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
field_y: ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_sync_manager_integration_rust_sync_manager_rollout.lower
|
||||
ci_upper: ios_sync_manager_integration_rust_sync_manager_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_sync_manager_integration_rust_sync_manager_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.submission_date,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'search_count'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'active_hours'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_sync_manager_integration_rust_sync_manager_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.submission_date,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'retained'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
field_y: ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_sync_manager_integration_rust_sync_manager_rollout.lower
|
||||
ci_upper: ios_sync_manager_integration_rust_sync_manager_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'days_of_use'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
field_y: ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_sync_manager_integration_rust_sync_manager_rollout.lower
|
||||
ci_upper: ios_sync_manager_integration_rust_sync_manager_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_sync_manager_integration_rust_sync_manager_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.submission_date,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch,
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'search_count'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,40 +29,6 @@
|
|||
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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'active_hours'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
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: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
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: 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
|
||||
- title: Search Count
|
||||
name: Search Count_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: 'search_count'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'ad_clicks'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'memory_total'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
Percentile: launch_firefox_on_os_restart_treatment_a_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
field_y: launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: launch_firefox_on_os_restart_treatment_a_rollout.lower
|
||||
ci_upper: launch_firefox_on_os_restart_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
field_y: launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: launch_firefox_on_os_restart_treatment_a_rollout.lower
|
||||
ci_upper: launch_firefox_on_os_restart_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'retained'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
mixed_content_level_2_roll_out_release_115.metric: 'ad_clicks'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'active_hours'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'uri_count'
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'qualified_cumulative_days_of_use'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'retained'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'days_of_use'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'memory_total'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
Percentile: mixed_content_level_2_roll_out_release_115.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'uri_count'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'search_count'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'qualified_cumulative_days_of_use'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'active_hours'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
field_y: mixed_content_level_2_roll_out_release_115.point
|
||||
log_scale: false
|
||||
ci_lower: mixed_content_level_2_roll_out_release_115.lower
|
||||
ci_upper: mixed_content_level_2_roll_out_release_115.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mixed_content_level_2_roll_out_release_115.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: looker_line
|
||||
fields: [
|
||||
mixed_content_level_2_roll_out_release_115.submission_date,
|
||||
mixed_content_level_2_roll_out_release_115.branch,
|
||||
mixed_content_level_2_roll_out_release_115.point
|
||||
]
|
||||
pivots: [
|
||||
mixed_content_level_2_roll_out_release_115.branch
|
||||
]
|
||||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'days_of_use'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,6 +10,74 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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 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: 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 Negative Session Lengths - By app
|
||||
name: Cnt Negative Session Lengths - By app_sum
|
||||
note_state: expanded
|
||||
|
@ -28,7 +96,75 @@
|
|||
filters:
|
||||
mozilla_vpn.metric: 'cnt_negative_session_lengths'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 0
|
||||
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 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: 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: Session Count - By app
|
||||
name: Session Count - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'session_count'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -62,7 +198,7 @@
|
|||
filters:
|
||||
mozilla_vpn.metric: 'avg_sum_session_duration'
|
||||
mozilla_vpn.statistic: mean
|
||||
row: 0
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -98,7 +234,7 @@
|
|||
filters:
|
||||
mozilla_vpn.metric: 'avg_sum_session_duration'
|
||||
mozilla_vpn.statistic: percentile
|
||||
row: 10
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -113,176 +249,6 @@
|
|||
Percentile: mozilla_vpn.parameter
|
||||
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: 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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
field_y: mozilla_vpn.point
|
||||
log_scale: false
|
||||
ci_lower: mozilla_vpn.lower
|
||||
ci_upper: mozilla_vpn.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Session Count - By app
|
||||
name: Session Count - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'session_count'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
field_y: mozilla_vpn.point
|
||||
log_scale: false
|
||||
ci_lower: mozilla_vpn.lower
|
||||
ci_upper: mozilla_vpn.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Cnt Session Starts - By app
|
||||
name: Cnt Session Starts - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'cnt_session_starts'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 30
|
||||
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: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
field_y: mozilla_vpn.point
|
||||
log_scale: false
|
||||
ci_lower: mozilla_vpn.lower
|
||||
ci_upper: mozilla_vpn.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Avg Session Duration - By app
|
||||
|
@ -303,8 +269,8 @@
|
|||
filters:
|
||||
mozilla_vpn.metric: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: mean
|
||||
row: 40
|
||||
col: 0
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
|
@ -340,7 +306,7 @@
|
|||
mozilla_vpn.metric: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
|
@ -356,6 +322,40 @@
|
|||
|
||||
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: 40
|
||||
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
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'retained'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'ad_clicks'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'active_hours'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'uri_count'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'qualified_cumulative_days_of_use'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'retained'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'days_of_use'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'memory_total'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
Percentile: mozillaaccounts_toolbar_button_default_visibility_existing_user.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'uri_count'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'search_count'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'qualified_cumulative_days_of_use'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'active_hours'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
field_y: mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
log_scale: false
|
||||
ci_lower: mozillaaccounts_toolbar_button_default_visibility_existing_user.lower
|
||||
ci_upper: mozillaaccounts_toolbar_button_default_visibility_existing_user.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.point
|
||||
]
|
||||
pivots: [
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.branch
|
||||
]
|
||||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'days_of_use'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'retained'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'ad_clicks'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'active_hours'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'uri_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'qualified_cumulative_days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'retained'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'memory_total'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
Percentile: mr2022_backgroundtaskmessage_notification_release_1pct.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'uri_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'search_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'qualified_cumulative_days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'active_hours'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Dns Lookup Time
|
||||
name: Dns Lookup Time_percentile
|
||||
- title: Http Sub Tls Handshake
|
||||
name: Http Sub 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_sub_tls_handshake'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -82,43 +82,6 @@
|
|||
Percentile: network_performance_desktop_build_by_build.parameter
|
||||
Os: network_performance_desktop_build_by_build.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Http Sub Tls Handshake
|
||||
name: Http Sub Tls Handshake_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: network_performance_desktop_build_by_build
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
network_performance_desktop_build_by_build.build_id,
|
||||
network_performance_desktop_build_by_build.branch,
|
||||
network_performance_desktop_build_by_build.upper,
|
||||
network_performance_desktop_build_by_build.lower,
|
||||
network_performance_desktop_build_by_build.point
|
||||
]
|
||||
pivots: [
|
||||
network_performance_desktop_build_by_build.branch
|
||||
]
|
||||
filters:
|
||||
network_performance_desktop_build_by_build.metric: 'http_sub_tls_handshake'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
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
|
||||
|
@ -142,7 +105,7 @@
|
|||
network_performance_desktop_build_by_build.metric: 'time_to_response_start_ms'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: network_performance_desktop_build_by_build.build_id
|
||||
|
@ -178,6 +141,43 @@
|
|||
filters:
|
||||
network_performance_desktop_build_by_build.metric: 'http_page_tls_handshake'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: network_performance_desktop_build_by_build.build_id
|
||||
field_y: network_performance_desktop_build_by_build.point
|
||||
log_scale: false
|
||||
ci_lower: network_performance_desktop_build_by_build.lower
|
||||
ci_upper: network_performance_desktop_build_by_build.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: network_performance_desktop_build_by_build.build_id
|
||||
Percentile: network_performance_desktop_build_by_build.parameter
|
||||
Os: network_performance_desktop_build_by_build.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'retained'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,108 +29,6 @@
|
|||
new_user_study_android_april_2024.metric: 'ad_clicks'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_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: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'tagged_sap_searches'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'uri_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'search_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
new_user_study_android_april_2024.metric: 'active_hours'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'retained'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
new_user_study_android_april_2024.metric: 'days_of_use'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'uri_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_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: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'tagged_sap_searches'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_study_android_april_2024.submission_date
|
||||
field_y: new_user_study_android_april_2024.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_study_android_april_2024.lower
|
||||
ci_upper: new_user_study_android_april_2024.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_study_android_april_2024.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_study_android_april_2024
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_study_android_april_2024.submission_date,
|
||||
new_user_study_android_april_2024.branch,
|
||||
new_user_study_android_april_2024.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'search_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'retained'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,108 +29,6 @@
|
|||
new_user_survey_android_april_2024_122_125.metric: 'ad_clicks'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.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: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'tagged_sap_searches'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'uri_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'search_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'active_hours'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'retained'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'days_of_use'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'uri_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.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: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'tagged_sap_searches'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_android_april_2024_122_125.submission_date
|
||||
field_y: new_user_survey_android_april_2024_122_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_android_april_2024_122_125.lower
|
||||
ci_upper: new_user_survey_android_april_2024_122_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_android_april_2024_122_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_android_april_2024_122_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_android_april_2024_122_125.submission_date,
|
||||
new_user_survey_android_april_2024_122_125.branch,
|
||||
new_user_survey_android_april_2024_122_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'search_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -0,0 +1,211 @@
|
|||
|
||||
# *Do not manually modify this file*
|
||||
#
|
||||
# This file has been generated via https://github.com/mozilla/lookml-generator
|
||||
# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default)
|
||||
|
||||
- dashboard: new_user_survey_ios_april_2024_125
|
||||
title: New User Survey Ios April 2024 125
|
||||
layout: newspaper
|
||||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_ios_april_2024_125.submission_date,
|
||||
new_user_survey_ios_april_2024_125.branch,
|
||||
new_user_survey_ios_april_2024_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_ios_april_2024_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_ios_april_2024_125.metric: 'ad_clicks'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
field_y: new_user_survey_ios_april_2024_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_ios_april_2024_125.lower
|
||||
ci_upper: new_user_survey_ios_april_2024_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_ios_april_2024_125.submission_date,
|
||||
new_user_survey_ios_april_2024_125.branch,
|
||||
new_user_survey_ios_april_2024_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_ios_april_2024_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_ios_april_2024_125.metric: 'active_hours'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
field_y: new_user_survey_ios_april_2024_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_ios_april_2024_125.lower
|
||||
ci_upper: new_user_survey_ios_april_2024_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_ios_april_2024_125.submission_date,
|
||||
new_user_survey_ios_april_2024_125.branch,
|
||||
new_user_survey_ios_april_2024_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_ios_april_2024_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_ios_april_2024_125.metric: 'retained'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
field_y: new_user_survey_ios_april_2024_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_ios_april_2024_125.lower
|
||||
ci_upper: new_user_survey_ios_april_2024_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_ios_april_2024_125.submission_date,
|
||||
new_user_survey_ios_april_2024_125.branch,
|
||||
new_user_survey_ios_april_2024_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_ios_april_2024_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_ios_april_2024_125.metric: 'days_of_use'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
field_y: new_user_survey_ios_april_2024_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_ios_april_2024_125.lower
|
||||
ci_upper: new_user_survey_ios_april_2024_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
type: looker_line
|
||||
fields: [
|
||||
new_user_survey_ios_april_2024_125.submission_date,
|
||||
new_user_survey_ios_april_2024_125.branch,
|
||||
new_user_survey_ios_april_2024_125.point
|
||||
]
|
||||
pivots: [
|
||||
new_user_survey_ios_april_2024_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_ios_april_2024_125.metric: 'search_count'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
field_y: new_user_survey_ios_april_2024_125.point
|
||||
log_scale: false
|
||||
ci_lower: new_user_survey_ios_april_2024_125.lower
|
||||
ci_upper: new_user_survey_ios_april_2024_125.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
title: Date
|
||||
type: field_filter
|
||||
allow_multiple_values: true
|
||||
required: false
|
||||
ui_config:
|
||||
type: advanced
|
||||
display: popover
|
||||
model: operational_monitoring
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
listens_to_filters: []
|
||||
field: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
||||
- name: Percentile
|
||||
title: Percentile
|
||||
type: field_filter
|
||||
default_value: '50'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: advanced
|
||||
display: popover
|
||||
model: operational_monitoring
|
||||
explore: new_user_survey_ios_april_2024_125
|
||||
listens_to_filters: []
|
||||
field: new_user_survey_ios_april_2024_125.parameter
|
||||
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Storage Stats Cache Bytes
|
||||
name: Storage Stats Cache Bytes_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
|
||||
|
@ -28,7 +28,7 @@
|
|||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes'
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_view_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -116,6 +116,42 @@
|
|||
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 Cache Bytes
|
||||
name: Storage Stats Cache 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_cache_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time Responsestart
|
||||
|
@ -138,7 +174,115 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats 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: 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 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: 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: Perf Startup Cold Main App To First Frame
|
||||
name: Perf Startup Cold Main App To First Frame_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -174,79 +318,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Startup Cold View App To First Frame
|
||||
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: 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: 30
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -282,7 +354,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -318,7 +390,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_req_anim_frame_callback'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -332,42 +404,6 @@
|
|||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Fcp
|
||||
name: Performance Pageload Fcp_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 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 Data Dir Bytes
|
||||
|
@ -391,42 +427,6 @@
|
|||
performance_fenix_build_by_build_beta.metric: 'storage_stats_data_dir_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: Perf Startup Cold Main App To First Frame
|
||||
name: Perf Startup Cold Main App To First Frame_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Performance Time Response Start
|
||||
name: Performance Time Response Start_percentile
|
||||
- title: Networking Http 3 Download Throughput
|
||||
name: Networking Http 3 Download Throughput_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: '"performance_time_response_start_US", "performance_time_response_start_KE"'
|
||||
performance_review_kenya.metric: '"networking_http_3_download_throughput_KE", "networking_http_3_download_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -46,8 +46,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 1 Upload Throughput
|
||||
name: Networking Http 1 Upload Throughput_percentile
|
||||
- title: Storage Stats App Bytes
|
||||
name: Storage Stats App Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -64,7 +64,7 @@
|
|||
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.metric: '"storage_stats_app_bytes_US", "storage_stats_app_bytes_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
|
@ -116,150 +116,6 @@
|
|||
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_KE", "networking_dns_lookup_time_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 Download Throughput
|
||||
name: Networking Http 2 Download Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 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_KE", "storage_stats_app_bytes_US"'
|
||||
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_KE", "perf_startup_cold_view_app_to_first_frame_US"'
|
||||
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: Storage Stats Data Dir Bytes
|
||||
|
@ -280,7 +136,151 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"storage_stats_data_dir_bytes_US", "storage_stats_data_dir_bytes_KE"'
|
||||
performance_review_kenya.metric: '"storage_stats_data_dir_bytes_KE", "storage_stats_data_dir_bytes_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 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: 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 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: 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: 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: 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 Download Throughput
|
||||
name: Networking Http 1 Download Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_1_download_throughput_US", "networking_http_1_download_throughput_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
|
@ -334,8 +334,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Download Throughput
|
||||
name: Networking Http 3 Download Throughput_percentile
|
||||
- title: Networking Http 2 Download Throughput
|
||||
name: Networking Http 2 Download Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -352,7 +352,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_3_download_throughput_US", "networking_http_3_download_throughput_KE"'
|
||||
performance_review_kenya.metric: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
|
@ -370,8 +370,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 1 Download Throughput
|
||||
name: Networking Http 1 Download Throughput_percentile
|
||||
- title: Performance Time Response Start
|
||||
name: Performance Time Response Start_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -388,7 +388,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_1_download_throughput_KE", "networking_http_1_download_throughput_US"'
|
||||
performance_review_kenya.metric: '"performance_time_response_start_US", "performance_time_response_start_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
|
@ -406,8 +406,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 Upload Throughput
|
||||
name: Networking Http 2 Upload Throughput_percentile
|
||||
- title: Networking Http 1 Upload Throughput
|
||||
name: Networking Http 1 Upload Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -424,7 +424,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_2_upload_throughput_KE", "networking_http_2_upload_throughput_US"'
|
||||
performance_review_kenya.metric: '"networking_http_1_upload_throughput_KE", "networking_http_1_upload_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
|
@ -442,8 +442,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Upload Throughput
|
||||
name: Networking Http 3 Upload Throughput_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
|
||||
|
@ -460,7 +460,7 @@
|
|||
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: '"perf_startup_cold_view_app_to_first_frame_KE", "perf_startup_cold_view_app_to_first_frame_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 60
|
||||
col: 0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Networking Http 2 Download Throughput - By country
|
||||
name: Networking Http 2 Download Throughput - By country_percentile
|
||||
- title: Networking Http 1 Upload Throughput - By country
|
||||
name: Networking Http 1 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: 'networking_http_2_download_throughput'
|
||||
performance_review_kenya_2.metric: 'networking_http_1_upload_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -45,80 +45,6 @@
|
|||
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: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 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: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Startup Cold View App To First Frame - By country
|
||||
|
@ -141,7 +67,7 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_view_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -178,155 +104,7 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'storage_stats_app_bytes'
|
||||
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 1 Upload Throughput - By country
|
||||
name: Networking Http 1 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_1_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 Pageload Load Time - By country
|
||||
name: Performance Pageload Load 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: 'performance_pageload_load_time'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Time Response Start - By country
|
||||
name: Performance Time Response Start - By country_percentile
|
||||
note_state: expanded
|
||||
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: 'performance_time_response_start'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 40
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -363,7 +141,7 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_3_download_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 40
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -380,8 +158,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Upload Throughput - By country
|
||||
name: Networking Http 3 Upload Throughput - By country_percentile
|
||||
- title: Storage Stats Data Dir Bytes - By country
|
||||
name: Storage Stats Data Dir Bytes - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -398,9 +176,9 @@
|
|||
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: 'storage_stats_data_dir_bytes'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 50
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -437,7 +215,81 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_dns_lookup_time'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 50
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 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: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Upload Throughput - By country
|
||||
name: Networking Http 3 Upload Throughput - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_3_upload_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -474,6 +326,154 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time - By country
|
||||
name: Performance Pageload Load 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: 'performance_pageload_load_time'
|
||||
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: Performance Time Response Start - By country
|
||||
name: Performance Time Response Start - 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: 'performance_time_response_start'
|
||||
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 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 Download Throughput - By country
|
||||
name: Networking Http 2 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_2_download_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 60
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
persist_search_term_rollout_phase_1.metric: 'ad_clicks'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'days_of_use'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'memory_total'
|
||||
persist_search_term_rollout_phase_1.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
Percentile: persist_search_term_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: persist_search_term_rollout_phase_1.submission_date
|
||||
field_y: persist_search_term_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: persist_search_term_rollout_phase_1.lower
|
||||
ci_upper: persist_search_term_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'qualified_cumulative_days_of_use'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: persist_search_term_rollout_phase_1.submission_date
|
||||
field_y: persist_search_term_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: persist_search_term_rollout_phase_1.lower
|
||||
ci_upper: persist_search_term_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'days_of_use'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
phc_rollout.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
phc_rollout.metric: 'ad_clicks'
|
||||
phc_rollout.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
phc_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
phc_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: phc_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'days_of_use'
|
||||
phc_rollout.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
phc_rollout.metric: 'memory_total'
|
||||
phc_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: phc_rollout.submission_date
|
||||
Percentile: phc_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
phc_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: phc_rollout.submission_date
|
||||
field_y: phc_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: phc_rollout.lower
|
||||
ci_upper: phc_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: phc_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
phc_rollout.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
phc_rollout.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
phc_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: phc_rollout.submission_date
|
||||
field_y: phc_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: phc_rollout.lower
|
||||
ci_upper: phc_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: phc_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'days_of_use'
|
||||
phc_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'retained'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'ad_clicks'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'active_hours'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'uri_count'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'retained'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'days_of_use'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'memory_total'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
Percentile: pocket_newtab_3rd_sponsored_tile_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'uri_count'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'search_count'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'active_hours'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
field_y: pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_3rd_sponsored_tile_rollout.lower
|
||||
ci_upper: pocket_newtab_3rd_sponsored_tile_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'days_of_use'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Print Initiation Counts
|
||||
name: Print Initiation Counts_sum
|
||||
- title: Print Cancel Ratios
|
||||
name: Print Cancel Ratios_total_ratio
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
note_text: Total_Ratio
|
||||
explore: print_background_task_times
|
||||
type: looker_line
|
||||
fields: [
|
||||
|
@ -26,8 +26,8 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_preview_opened", "printing_dialog_opened_via_preview_tm", "printing_dialog_opened_via_preview", "printing_silent_print", "printing_preview_opened_tm", "printing_dialog_opened_without_preview"'
|
||||
print_background_task_times.statistic: sum
|
||||
print_background_task_times.metric: '"printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled", "printing_dialog_without_preview_cancelled", "printing_dialog_via_preview_cancelled", "printing_preview_cancelled_tm"'
|
||||
print_background_task_times.statistic: total_ratio
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -45,11 +45,11 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Print Cancel Ratios
|
||||
name: Print Cancel Ratios_total_ratio
|
||||
- title: Print Initiation Counts
|
||||
name: Print Initiation Counts_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Total_Ratio
|
||||
note_text: Sum
|
||||
explore: print_background_task_times
|
||||
type: looker_line
|
||||
fields: [
|
||||
|
@ -61,8 +61,8 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_preview_cancelled", "printing_dialog_without_preview_cancelled", "printing_dialog_via_preview_cancelled", "printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled_tm"'
|
||||
print_background_task_times.statistic: total_ratio
|
||||
print_background_task_times.metric: '"printing_dialog_opened_without_preview", "printing_dialog_opened_via_preview_tm", "printing_silent_print", "printing_preview_opened_tm", "printing_dialog_opened_via_preview", "printing_preview_opened"'
|
||||
print_background_task_times.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -185,31 +185,31 @@
|
|||
- title: Channel
|
||||
name: Channel
|
||||
type: string_filter
|
||||
default_value: 'release'
|
||||
default_value: 'beta'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'release'
|
||||
- 'beta'
|
||||
- 'nightly'
|
||||
- 'release'
|
||||
|
||||
|
||||
|
||||
- title: Os
|
||||
name: Os
|
||||
type: string_filter
|
||||
default_value: 'Darwin'
|
||||
default_value: 'Windows_NT'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'Darwin'
|
||||
- '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: '"cannot_open_file", "unexpected", "print_failure", "enddoc", "abort", "no_printer", "startdoc", "name_not_found", "start_page", "oom", "gfx_printer_doc_is_busy", "not_available", "notimplemented"'
|
||||
print_background_task_times_by_build.metric: '"startdoc", "unexpected", "no_printer", "not_available", "start_page", "oom", "name_not_found", "gfx_printer_doc_is_busy", "enddoc", "abort", "notimplemented", "print_failure", "cannot_open_file"'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -43,41 +43,6 @@
|
|||
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
|
||||
name: Total Printing Errors_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
|
||||
]
|
||||
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
|
||||
|
@ -98,6 +63,41 @@
|
|||
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
|
||||
name: Total Printing Errors_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
|
||||
]
|
||||
filters:
|
||||
print_background_task_times_by_build.metric: 'total_printing_errors'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
Percentile: product_insight_telemetry_via_server_knobs_rollout_release.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_rollout_release.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_rollout_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'qualified_cumulative_days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_rollout_release.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_rollout_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
Percentile: product_insight_telemetry_via_server_knobs_v123_and_earlier.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'qualified_cumulative_days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
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: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'memory_total'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
Percentile: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower
|
||||
ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
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.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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower
|
||||
ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'ad_clicks'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_beta_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'memory_total'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
Percentile: relay_integration_into_firefox_beta_for_all_fxa_users.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_beta_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_beta_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_beta_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_beta_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_beta_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_beta_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_beta_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_beta_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_beta_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_beta_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'ad_clicks'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_nightly_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'memory_total'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
Percentile: relay_integration_into_firefox_nightly_for_all_fxa_users.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_nightly_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_nightly_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_nightly_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_nightly_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_nightly_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_nightly_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_nightly_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_nightly_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_nightly_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'ad_clicks'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
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: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_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: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_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: 'retained'
|
||||
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
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_release_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 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
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'memory_total'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
Percentile: relay_integration_into_firefox_release_for_all_fxa_users.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_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: 'uri_count'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_release_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_release_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_release_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'search_count'
|
||||
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: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_release_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'qualified_cumulative_days_of_use'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 20
|
||||
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
|
||||
- title: Active Hours
|
||||
name: Active Hours_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: 'active_hours'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
field_y: relay_integration_into_firefox_release_for_all_fxa_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_release_for_all_fxa_users.lower
|
||||
ci_upper: relay_integration_into_firefox_release_for_all_fxa_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_release_for_all_fxa_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_release_for_all_fxa_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.submission_date,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch,
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_release_for_all_fxa_users.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'retained'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'ad_clicks'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'active_hours'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'uri_count'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'retained'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'days_of_use'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'memory_total'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
Percentile: release_experiment_for_additional_metrics_for_product_insights_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'uri_count'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'search_count'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'active_hours'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
field_y: release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: release_experiment_for_additional_metrics_for_product_insights_rollout.lower
|
||||
ci_upper: release_experiment_for_additional_metrics_for_product_insights_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: release_experiment_for_additional_metrics_for_product_insights_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.submission_date,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch,
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.branch
|
||||
]
|
||||
filters:
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.metric: 'days_of_use'
|
||||
release_experiment_for_additional_metrics_for_product_insights_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'retained'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,108 +29,6 @@
|
|||
review_checker_continuity_rollout.metric: 'ad_clicks'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_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: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'tagged_sap_searches'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'uri_count'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'search_count'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -198,7 +62,7 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout.metric: 'active_hours'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +75,40 @@
|
|||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'retained'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -232,6 +130,108 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout.metric: 'days_of_use'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'uri_count'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_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: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'tagged_sap_searches'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout.submission_date
|
||||
field_y: review_checker_continuity_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout.lower
|
||||
ci_upper: review_checker_continuity_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout.submission_date,
|
||||
review_checker_continuity_rollout.branch,
|
||||
review_checker_continuity_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout.metric: 'search_count'
|
||||
review_checker_continuity_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_ios
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_ios.submission_date,
|
||||
review_checker_continuity_rollout_ios.branch,
|
||||
review_checker_continuity_rollout_ios.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_ios.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'retained'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_ios.submission_date
|
||||
field_y: review_checker_continuity_rollout_ios.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_ios.lower
|
||||
ci_upper: review_checker_continuity_rollout_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,40 +29,6 @@
|
|||
review_checker_continuity_rollout_ios.metric: 'ad_clicks'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_ios.submission_date
|
||||
field_y: review_checker_continuity_rollout_ios.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_ios.lower
|
||||
ci_upper: review_checker_continuity_rollout_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_ios
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_ios.submission_date,
|
||||
review_checker_continuity_rollout_ios.branch,
|
||||
review_checker_continuity_rollout_ios.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_ios.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'search_count'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -130,7 +62,7 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'active_hours'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -143,6 +75,40 @@
|
|||
listen:
|
||||
Date: review_checker_continuity_rollout_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_ios
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_ios.submission_date,
|
||||
review_checker_continuity_rollout_ios.branch,
|
||||
review_checker_continuity_rollout_ios.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_ios.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'retained'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_ios.submission_date
|
||||
field_y: review_checker_continuity_rollout_ios.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_ios.lower
|
||||
ci_upper: review_checker_continuity_rollout_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -164,6 +130,40 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'days_of_use'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_ios.submission_date
|
||||
field_y: review_checker_continuity_rollout_ios.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_ios.lower
|
||||
ci_upper: review_checker_continuity_rollout_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_ios
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_ios.submission_date,
|
||||
review_checker_continuity_rollout_ios.branch,
|
||||
review_checker_continuity_rollout_ios.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_ios.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_ios.metric: 'search_count'
|
||||
review_checker_continuity_rollout_ios.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'retained'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
review_checker_continuity_rollout_post_119.metric: 'ad_clicks'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'active_hours'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'uri_count'
|
||||
review_checker_continuity_rollout_post_119.metric: 'qualified_cumulative_days_of_use'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -109,6 +109,74 @@
|
|||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'retained'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'days_of_use'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -132,7 +200,7 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'memory_total'
|
||||
review_checker_continuity_rollout_post_119.statistic: percentile
|
||||
row: 10
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -146,6 +214,40 @@
|
|||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
Percentile: review_checker_continuity_rollout_post_119.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'uri_count'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,108 +269,6 @@
|
|||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'search_count'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'qualified_cumulative_days_of_use'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'active_hours'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: review_checker_continuity_rollout_post_119.submission_date
|
||||
field_y: review_checker_continuity_rollout_post_119.point
|
||||
log_scale: false
|
||||
ci_lower: review_checker_continuity_rollout_post_119.lower
|
||||
ci_upper: review_checker_continuity_rollout_post_119.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: review_checker_continuity_rollout_post_119.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: review_checker_continuity_rollout_post_119
|
||||
type: looker_line
|
||||
fields: [
|
||||
review_checker_continuity_rollout_post_119.submission_date,
|
||||
review_checker_continuity_rollout_post_119.branch,
|
||||
review_checker_continuity_rollout_post_119.point
|
||||
]
|
||||
pivots: [
|
||||
review_checker_continuity_rollout_post_119.branch
|
||||
]
|
||||
filters:
|
||||
review_checker_continuity_rollout_post_119.metric: 'days_of_use'
|
||||
review_checker_continuity_rollout_post_119.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче