зеркало из https://github.com/mozilla/looker-hub.git
Auto-push from LookML generation
This commit is contained in:
Родитель
6bb3fb0453
Коммит
9d7abdb8d6
|
@ -1619,6 +1619,105 @@ view: new_profile {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_admin_user {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_admin_user ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Admin User"
|
||||
description: "Whether the installer is running from an elevated admin user
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_default_path {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_default_path ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Default Path"
|
||||
description: "(optional, present if installer_type is \"full\") Whether the default path was used
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_failure_reason {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_failure_reason ;;
|
||||
type: string
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Failure Reason"
|
||||
description: "Only sent if unable to collect firstSeen data. Can have value \"NotFoundError\" if file not found or other values depending on the failure reason.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_from_msi {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_from_msi ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen From Msi"
|
||||
description: "(optional, present if installer_type is \"full\") Whether this was an MSI install
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_install_existed {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_install_existed ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Install Existed"
|
||||
description: "'Whether there was already an install in this location'
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_installer_type {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_installer_type ;;
|
||||
type: string
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Installer Type"
|
||||
description: "The type of installer used to install Firefox. The value is one of \"stub\", \"full\", or \"msix\"
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_other_inst {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_other_inst ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Other Inst"
|
||||
description: "'Whether there was already any non-MSIX install on this system'
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_other_msix_inst {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_other_msix_inst ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Other Msix Inst"
|
||||
description: "'Whether there was already any MSIX install on this system'
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_profdir_existed {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_profdir_existed ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Profdir Existed"
|
||||
description: "'Whether the top-level profile directory existed'
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_silent {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_silent ;;
|
||||
type: yesno
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Silent"
|
||||
description: "(optional, present if installer_type is \"full\") Whether this was a silent install
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__installation_first_seen_version {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.installation_first_seen_version ;;
|
||||
type: string
|
||||
group_label: "Payload Processes Parent Scalars"
|
||||
group_item_label: "Installation First Seen Version"
|
||||
description: "The application version installed by the installer (not necessarily the current version)
|
||||
"
|
||||
}
|
||||
|
||||
dimension: payload__processes__parent__scalars__startup_profile_count {
|
||||
sql: ${TABLE}.payload.processes.parent.scalars.startup_profile_count ;;
|
||||
type: number
|
||||
|
|
|
@ -124,6 +124,11 @@ explore: metrics {
|
|||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__avif_yuv_color_space}) AS metrics__metrics__labeled_counter__avif_yuv_color_space ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__avif_yuv_color_space.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__bounce_tracking_protection_purge_count}) AS metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__browser_search_ad_clicks}) AS metrics__metrics__labeled_counter__browser_search_ad_clicks ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__browser_search_ad_clicks.document_id} ;;
|
||||
|
|
|
@ -3736,6 +3736,23 @@ ensure it's not too expensive. This value is only available on Android
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection Purge Count"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Purge Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Purge Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/bounce_tracking_protection_purge_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__bounce_tracking_protection_purge_count_classified_tracker {
|
||||
label: "Bounce Tracking Protection Purge Count Classified Tracker"
|
||||
hidden: no
|
||||
|
@ -15674,6 +15691,47 @@ view: metrics__metrics__labeled_counter__avif_yuv_color_space {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection - Purge Count"
|
||||
|
||||
dimension: document_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id} ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: document_label_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id}-${label} ;;
|
||||
primary_key: yes
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
type: number
|
||||
sql: ${TABLE}.value ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: label {
|
||||
type: string
|
||||
sql: ${TABLE}.key ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: count {
|
||||
type: sum
|
||||
sql: ${value} ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: client_count {
|
||||
type: count_distinct
|
||||
sql: case when ${value} > 0 then ${metrics.client_info__client_id} end ;;
|
||||
hidden: no
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
label: "Browser Search - Ad Clicks"
|
||||
|
||||
|
|
|
@ -2464,6 +2464,11 @@ view: metrics_table {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_ad_clicks {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_ad_clicks ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -29327,6 +29327,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
label: "Use Counter Doc Js Wasm"
|
||||
hidden: no
|
||||
|
@ -35788,6 +35968,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
label: "Use Counter Page Js Wasm"
|
||||
hidden: no
|
||||
|
@ -82849,6 +83209,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_wasm} ;;
|
||||
|
@ -91799,6 +92409,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_wasm} ;;
|
||||
|
|
|
@ -11805,6 +11805,76 @@ view: use_counters_table {
|
|||
group_item_label: "Use Counter Doc Js Late Weekday"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_wasm ;;
|
||||
type: number
|
||||
|
@ -14311,6 +14381,76 @@ view: use_counters_table {
|
|||
group_item_label: "Use Counter Page Js Late Weekday"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_wasm ;;
|
||||
type: number
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
# Using a datagroup in an Explore: https://cloud.google.com/looker/docs/reference/param-explore-persist-with
|
||||
# Using a datagroup in a derived table: https://cloud.google.com/looker/docs/reference/param-view-datagroup-trigger
|
||||
|
||||
datagroup: clients_last_seen_v1_last_updated {
|
||||
datagroup: clients_last_seen_v2_last_updated {
|
||||
label: "Clients Last Seen Last Updated"
|
||||
sql_trigger: SELECT MAX(storage_last_modified_time)
|
||||
FROM `moz-fx-data-shared-prod`.`region-us`.INFORMATION_SCHEMA.TABLE_STORAGE
|
||||
WHERE table_schema = 'telemetry_derived'
|
||||
AND table_name = 'clients_last_seen_v1' ;;
|
||||
description: "Updates when moz-fx-data-shared-prod:telemetry_derived.clients_last_seen_v1 is modified."
|
||||
AND table_name = 'clients_last_seen_v2' ;;
|
||||
description: "Updates when moz-fx-data-shared-prod:telemetry_derived.clients_last_seen_v2 is modified."
|
||||
max_cache_age: "24 hours"
|
||||
}
|
|
@ -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_live'
|
||||
WHERE table_schema = 'firefox_desktop_stable'
|
||||
AND table_name = 'newtab_v1' ;;
|
||||
description: "Updates when moz-fx-data-shared-prod:firefox_desktop_live.newtab_v1 is modified."
|
||||
description: "Updates when moz-fx-data-shared-prod:firefox_desktop_stable.newtab_v1 is modified."
|
||||
max_cache_age: "24 hours"
|
||||
}
|
|
@ -113,6 +113,11 @@ explore: metrics {
|
|||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__avif_yuv_color_space}) AS metrics__metrics__labeled_counter__avif_yuv_color_space ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__avif_yuv_color_space.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__bounce_tracking_protection_purge_count}) AS metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__cert_verifier_crlite_status}) AS metrics__metrics__labeled_counter__cert_verifier_crlite_status ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__cert_verifier_crlite_status.document_id} ;;
|
||||
|
|
|
@ -444,6 +444,11 @@ view: clients_last_seen_table {
|
|||
type: number
|
||||
}
|
||||
|
||||
dimension: days_active_bits {
|
||||
sql: ${TABLE}.days_active_bits ;;
|
||||
type: number
|
||||
}
|
||||
|
||||
dimension: days_created_profile_bits {
|
||||
sql: ${TABLE}.days_created_profile_bits ;;
|
||||
type: number
|
||||
|
@ -474,6 +479,11 @@ view: clients_last_seen_table {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: days_since_active {
|
||||
sql: ${TABLE}.days_since_active ;;
|
||||
type: number
|
||||
}
|
||||
|
||||
dimension: days_since_created_profile {
|
||||
sql: ${TABLE}.days_since_created_profile ;;
|
||||
type: number
|
||||
|
@ -1929,6 +1939,11 @@ view: clients_last_seen_table {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: segment {
|
||||
sql: ${TABLE}.segment ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: session_restored_mean {
|
||||
sql: ${TABLE}.session_restored_mean ;;
|
||||
type: number
|
||||
|
|
|
@ -444,6 +444,11 @@ view: growth_accounting {
|
|||
type: number
|
||||
}
|
||||
|
||||
dimension: days_active_bits {
|
||||
sql: ${TABLE}.days_active_bits ;;
|
||||
type: number
|
||||
}
|
||||
|
||||
dimension: days_created_profile_bits {
|
||||
sql: ${TABLE}.days_created_profile_bits ;;
|
||||
type: number
|
||||
|
@ -474,6 +479,11 @@ view: growth_accounting {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: days_since_active {
|
||||
sql: ${TABLE}.days_since_active ;;
|
||||
type: number
|
||||
}
|
||||
|
||||
dimension: days_since_created_profile {
|
||||
sql: ${TABLE}.days_since_created_profile ;;
|
||||
type: number
|
||||
|
@ -1929,6 +1939,11 @@ view: growth_accounting {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: segment {
|
||||
sql: ${TABLE}.segment ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: session_restored_mean {
|
||||
sql: ${TABLE}.session_restored_mean ;;
|
||||
type: number
|
||||
|
|
|
@ -638,7 +638,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_admin_user {
|
||||
label: "Installation First Seen Admin User"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_admin_user ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -656,7 +656,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_default_path {
|
||||
label: "Installation First Seen Default Path"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_default_path ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -674,7 +674,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__string__installation_first_seen_failure_reason {
|
||||
label: "Installation First Seen Failure Reason"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.string.installation_first_seen_failure_reason ;;
|
||||
type: string
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -692,7 +692,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_from_msi {
|
||||
label: "Installation First Seen From Msi"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_from_msi ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -710,7 +710,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_install_existed {
|
||||
label: "Installation First Seen Install Existed"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_install_existed ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -728,7 +728,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__string__installation_first_seen_installer_type {
|
||||
label: "Installation First Seen Installer Type"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.string.installation_first_seen_installer_type ;;
|
||||
type: string
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -746,7 +746,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_other_inst {
|
||||
label: "Installation First Seen Other Inst"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_other_inst ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -764,7 +764,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_other_msix_inst {
|
||||
label: "Installation First Seen Other Msix Inst"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_other_msix_inst ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -782,7 +782,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_profdir_existed {
|
||||
label: "Installation First Seen Profdir Existed"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_profdir_existed ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -800,7 +800,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__boolean__installation_first_seen_silent {
|
||||
label: "Installation First Seen Silent"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.installation_first_seen_silent ;;
|
||||
type: yesno
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -818,7 +818,7 @@ when dynamic or static rulesets have been loaded from disk.
|
|||
|
||||
dimension: metrics__string__installation_first_seen_version {
|
||||
label: "Installation First Seen Version"
|
||||
hidden: yes
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.string.installation_first_seen_version ;;
|
||||
type: string
|
||||
group_label: "Installation First Seen"
|
||||
|
@ -1886,6 +1886,23 @@ in browser.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection Purge Count"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Purge Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Purge Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/bounce_tracking_protection_purge_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__bounce_tracking_protection_purge_count_classified_tracker {
|
||||
label: "Bounce Tracking Protection Purge Count Classified Tracker"
|
||||
hidden: no
|
||||
|
@ -11496,6 +11513,47 @@ view: metrics__metrics__labeled_counter__avif_yuv_color_space {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection - Purge Count"
|
||||
|
||||
dimension: document_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id} ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: document_label_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id}-${label} ;;
|
||||
primary_key: yes
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
type: number
|
||||
sql: ${TABLE}.value ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: label {
|
||||
type: string
|
||||
sql: ${TABLE}.key ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: count {
|
||||
type: sum
|
||||
sql: ${value} ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: client_count {
|
||||
type: count_distinct
|
||||
sql: case when ${value} > 0 then ${metrics.client_info__client_id} end ;;
|
||||
hidden: no
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
label: "Cert Verifier - Crlite Status"
|
||||
|
||||
|
|
|
@ -2139,6 +2139,13 @@ of the shopping experiment.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
hidden: yes
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
sql: ${TABLE}.metrics.labeled_counter.cert_verifier_crlite_status ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -102,6 +102,24 @@ Does not need to be sent in the Glean \"deletion-request\" ping.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__newtab_weather_enabled {
|
||||
label: "Newtab Weather Enabled"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.newtab_weather_enabled ;;
|
||||
type: yesno
|
||||
group_label: "Newtab"
|
||||
group_item_label: "Weather Enabled"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Newtab Weather Enabled"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/newtab_weather_enabled"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether the weather widget is enabled on the newtab. Corresponds to the value of the `browser.newtabpage.activity-stream.showWeather` pref.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__pocket_enabled {
|
||||
label: "Pocket Enabled"
|
||||
hidden: no
|
||||
|
|
|
@ -333,6 +333,15 @@ view: newtab_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__newtab_weather_enabled {
|
||||
sql: ${TABLE}.metrics.boolean.newtab_weather_enabled ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Newtab Weather Enabled"
|
||||
description: "Whether the weather widget is enabled on the newtab. Corresponds to the value of the `browser.newtabpage.activity-stream.showWeather` pref.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__pocket_enabled {
|
||||
sql: ${TABLE}.metrics.boolean.pocket_enabled ;;
|
||||
type: yesno
|
||||
|
|
|
@ -29327,6 +29327,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
label: "Use Counter Doc Js Wasm"
|
||||
hidden: no
|
||||
|
@ -35788,6 +35968,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
label: "Use Counter Page Js Wasm"
|
||||
hidden: no
|
||||
|
@ -82882,6 +83242,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_wasm} ;;
|
||||
|
@ -91832,6 +92442,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_wasm} ;;
|
||||
|
|
|
@ -15129,6 +15129,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_wasm ;;
|
||||
type: number
|
||||
|
@ -18351,6 +18441,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_wasm ;;
|
||||
type: number
|
||||
|
|
|
@ -113,6 +113,11 @@ explore: metrics {
|
|||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__avif_yuv_color_space}) AS metrics__metrics__labeled_counter__avif_yuv_color_space ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__avif_yuv_color_space.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__bounce_tracking_protection_purge_count}) AS metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__cert_verifier_crlite_status}) AS metrics__metrics__labeled_counter__cert_verifier_crlite_status ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__cert_verifier_crlite_status.document_id} ;;
|
||||
|
|
|
@ -420,6 +420,23 @@ It is possible for a Firefox installation to not have a default profile, but in
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection Purge Count"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Purge Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Purge Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/bounce_tracking_protection_purge_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__bounce_tracking_protection_purge_count_classified_tracker {
|
||||
label: "Bounce Tracking Protection Purge Count Classified Tracker"
|
||||
hidden: no
|
||||
|
@ -9985,6 +10002,47 @@ view: metrics__metrics__labeled_counter__avif_yuv_color_space {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection - Purge Count"
|
||||
|
||||
dimension: document_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id} ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: document_label_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id}-${label} ;;
|
||||
primary_key: yes
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
type: number
|
||||
sql: ${TABLE}.value ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: label {
|
||||
type: string
|
||||
sql: ${TABLE}.key ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: count {
|
||||
type: sum
|
||||
sql: ${value} ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: client_count {
|
||||
type: count_distinct
|
||||
sql: case when ${value} > 0 then ${metrics.client_info__client_id} end ;;
|
||||
hidden: no
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
label: "Cert Verifier - Crlite Status"
|
||||
|
||||
|
|
|
@ -1901,6 +1901,13 @@ This does not include deletion-request pings.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
hidden: yes
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__cert_verifier_crlite_status {
|
||||
sql: ${TABLE}.metrics.labeled_counter.cert_verifier_crlite_status ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -29327,6 +29327,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
label: "Use Counter Doc Js Wasm"
|
||||
hidden: no
|
||||
|
@ -35788,6 +35968,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
label: "Use Counter Page Js Wasm"
|
||||
hidden: no
|
||||
|
@ -82882,6 +83242,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_wasm} ;;
|
||||
|
@ -91832,6 +92442,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_desktop_background_update/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_wasm} ;;
|
||||
|
|
|
@ -15129,6 +15129,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_wasm ;;
|
||||
type: number
|
||||
|
@ -18351,6 +18441,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_wasm ;;
|
||||
type: number
|
||||
|
|
|
@ -114,6 +114,11 @@ explore: metrics {
|
|||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__avif_yuv_color_space}) AS metrics__metrics__labeled_counter__avif_yuv_color_space ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__avif_yuv_color_space.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__bounce_tracking_protection_purge_count}) AS metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__browser_search_ad_clicks}) AS metrics__metrics__labeled_counter__browser_search_ad_clicks ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__browser_search_ad_clicks.document_id} ;;
|
||||
|
|
|
@ -1142,6 +1142,23 @@ the tracking protection settings panel from the toolbar.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection Purge Count"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Purge Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Purge Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/bounce_tracking_protection_purge_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__bounce_tracking_protection_purge_count_classified_tracker {
|
||||
label: "Bounce Tracking Protection Purge Count Classified Tracker"
|
||||
hidden: no
|
||||
|
@ -11089,6 +11106,47 @@ view: metrics__metrics__labeled_counter__avif_yuv_color_space {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection - Purge Count"
|
||||
|
||||
dimension: document_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id} ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: document_label_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id}-${label} ;;
|
||||
primary_key: yes
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
type: number
|
||||
sql: ${TABLE}.value ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: label {
|
||||
type: string
|
||||
sql: ${TABLE}.key ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: count {
|
||||
type: sum
|
||||
sql: ${value} ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: client_count {
|
||||
type: count_distinct
|
||||
sql: case when ${value} > 0 then ${metrics.client_info__client_id} end ;;
|
||||
hidden: no
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
label: "Browser Search - Ad Clicks"
|
||||
|
||||
|
|
|
@ -1839,6 +1839,11 @@ view: metrics_table {
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_ad_clicks {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_ad_clicks ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -29327,6 +29327,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
label: "Use Counter Doc Js Wasm"
|
||||
hidden: no
|
||||
|
@ -35788,6 +35968,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
label: "Use Counter Page Js Wasm"
|
||||
hidden: no
|
||||
|
@ -82849,6 +83209,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_wasm} ;;
|
||||
|
@ -91799,6 +92409,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_wasm} ;;
|
||||
|
|
|
@ -11805,6 +11805,76 @@ view: use_counters_table {
|
|||
group_item_label: "Use Counter Doc Js Late Weekday"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_wasm ;;
|
||||
type: number
|
||||
|
@ -14311,6 +14381,76 @@ view: use_counters_table {
|
|||
group_item_label: "Use Counter Page Js Late Weekday"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_wasm ;;
|
||||
type: number
|
||||
|
|
|
@ -113,6 +113,11 @@ explore: metrics {
|
|||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__avif_yuv_color_space}) AS metrics__metrics__labeled_counter__avif_yuv_color_space ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__avif_yuv_color_space.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__bounce_tracking_protection_purge_count}) AS metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count.document_id} ;;
|
||||
}
|
||||
|
||||
join: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
relationship: one_to_many
|
||||
sql: LEFT JOIN UNNEST(${metrics.metrics__labeled_counter__browser_search_ad_clicks}) AS metrics__metrics__labeled_counter__browser_search_ad_clicks ON ${metrics.document_id} = ${metrics__metrics__labeled_counter__browser_search_ad_clicks.document_id} ;;
|
||||
|
|
|
@ -1142,6 +1142,23 @@ the tracking protection settings panel from the toolbar.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection Purge Count"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
group_label: "Bounce Tracking Protection"
|
||||
group_item_label: "Purge Count"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Bounce Tracking Protection Purge Count"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/bounce_tracking_protection_purge_count"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__bounce_tracking_protection_purge_count_classified_tracker {
|
||||
label: "Bounce Tracking Protection Purge Count Classified Tracker"
|
||||
hidden: no
|
||||
|
@ -11114,6 +11131,47 @@ view: metrics__metrics__labeled_counter__avif_yuv_color_space {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
label: "Bounce Tracking Protection - Purge Count"
|
||||
|
||||
dimension: document_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id} ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: document_label_id {
|
||||
type: string
|
||||
sql: ${metrics.document_id}-${label} ;;
|
||||
primary_key: yes
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
type: number
|
||||
sql: ${TABLE}.value ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: label {
|
||||
type: string
|
||||
sql: ${TABLE}.key ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: count {
|
||||
type: sum
|
||||
sql: ${value} ;;
|
||||
hidden: no
|
||||
}
|
||||
|
||||
measure: client_count {
|
||||
type: count_distinct
|
||||
sql: case when ${value} > 0 then ${metrics.client_info__client_id} end ;;
|
||||
hidden: no
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics__metrics__labeled_counter__browser_search_ad_clicks {
|
||||
label: "Browser Search - Ad Clicks"
|
||||
|
||||
|
|
|
@ -2170,6 +2170,13 @@ the tracking protection settings panel from the toolbar.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__bounce_tracking_protection_purge_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.bounce_tracking_protection_purge_count ;;
|
||||
hidden: yes
|
||||
description: "Counts how often we purge trackers. Giving a high level overview about the effectivness of bounce tracking protection. Allows determining error rate with failed/success label. When in dry mode, we count the purges that would have happened under the dry label.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_ad_clicks {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_ad_clicks ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -29327,6 +29327,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Doc"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
label: "Use Counter Doc Js Wasm"
|
||||
hidden: no
|
||||
|
@ -35788,6 +35968,186 @@ view: use_counters {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Array Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Arraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Promise Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Regexp Type 4"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Sharedarraybuffer Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 2"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
hidden: yes
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Use Counter Page"
|
||||
group_item_label: "Js Subclassing Typedarray Type 3"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
label: "Use Counter Page Js Wasm"
|
||||
hidden: no
|
||||
|
@ -82882,6 +83242,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_doc_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_doc_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_doc_js_wasm} ;;
|
||||
|
@ -91832,6 +92442,256 @@ The labels are the `category.name` identifier of the metric.
|
|||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_array_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_array_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_array_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Array Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_array_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_arraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_arraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_promise_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_promise_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_promise_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Promise Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_promise_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_regexp_type_4} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_regexp_type_4_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_regexp_type_4: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Regexp Type 4"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_regexp_type_4"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_sharedarraybuffer_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_sharedarraybuffer_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_2} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_2_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_2: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_2"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_subclassing_typedarray_type_3} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_subclassing_typedarray_type_3_client_count {
|
||||
type: count_distinct
|
||||
filters: [
|
||||
metrics__counter__use_counter_page_js_subclassing_typedarray_type_3: ">0",
|
||||
]
|
||||
sql: ${client_info__client_id} ;;
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/use_counter_page_js_subclassing_typedarray_type_3"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
}
|
||||
|
||||
measure: use_counter_page_js_wasm {
|
||||
type: sum
|
||||
sql: ${metrics__counter__use_counter_page_js_wasm} ;;
|
||||
|
|
|
@ -15129,6 +15129,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 2"
|
||||
description: "Whether a document Array is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Array Type 3"
|
||||
description: "Whether a document Array is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a document ArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 2"
|
||||
description: "Whether a document Promise is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Promise Type 3"
|
||||
description: "Whether a document Promise is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 3"
|
||||
description: "Whether a document RegExp is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Regexp Type 4"
|
||||
description: "Whether a document RegExp is Type IV subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a document SharedArrayBuffer is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a document TypedArray is Type II subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Doc Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a document TypedArray is Type III subclassed. Compare against `use.counter.content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_doc_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_doc_js_wasm ;;
|
||||
type: number
|
||||
|
@ -18351,6 +18441,96 @@ view: use_counters_table {
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 2"
|
||||
description: "Whether a page Array is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_array_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_array_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Array Type 3"
|
||||
description: "Whether a page Array is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_arraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_arraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Arraybuffer Type 3"
|
||||
description: "Whether a page ArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 2"
|
||||
description: "Whether a page Promise is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_promise_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_promise_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Promise Type 3"
|
||||
description: "Whether a page Promise is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 3"
|
||||
description: "Whether a page RegExp is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_regexp_type_4 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_regexp_type_4 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Regexp Type 4"
|
||||
description: "Whether a page RegExp is Type IV subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_sharedarraybuffer_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_sharedarraybuffer_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Sharedarraybuffer Type 3"
|
||||
description: "Whether a page SharedArrayBuffer is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_2 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_2 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 2"
|
||||
description: "Whether a page TypedArray is Type II subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_subclassing_typedarray_type_3 {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_subclassing_typedarray_type_3 ;;
|
||||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Use Counter Page Js Subclassing Typedarray Type 3"
|
||||
description: "Whether a page TypedArray is Type III subclassed. Compare against `use.counter.top_level_content_documents_destroyed` to calculate the rate.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__use_counter_page_js_wasm {
|
||||
sql: ${TABLE}.metrics.counter.use_counter_page_js_wasm ;;
|
||||
type: number
|
||||
|
|
|
@ -17,11 +17,9 @@ search_revenue_levers_monthly_dau_engaged_w_sap,
|
|||
search_revenue_levers_monthly_dau_w_engine_as_default,
|
||||
search_revenue_levers_monthly_device,
|
||||
search_revenue_levers_monthly_monetizable_sap,
|
||||
search_revenue_levers_monthly_number_days_in_month,
|
||||
search_revenue_levers_monthly_organic,
|
||||
search_revenue_levers_monthly_partner_name,
|
||||
search_revenue_levers_monthly_revenue,
|
||||
search_revenue_levers_monthly_revenue_per_ad_click,
|
||||
search_revenue_levers_monthly_sap,
|
||||
search_revenue_levers_monthly_search_with_ads,
|
||||
search_revenue_levers_monthly_search_with_ads_organic,
|
||||
|
@ -67,11 +65,9 @@ search_revenue_levers_monthly.dau_engaged_w_sap AS search_revenue_levers_monthly
|
|||
search_revenue_levers_monthly.dau_w_engine_as_default AS search_revenue_levers_monthly_dau_w_engine_as_default,
|
||||
search_revenue_levers_monthly.device AS search_revenue_levers_monthly_device,
|
||||
search_revenue_levers_monthly.monetizable_sap AS search_revenue_levers_monthly_monetizable_sap,
|
||||
search_revenue_levers_monthly.number_days_in_month AS search_revenue_levers_monthly_number_days_in_month,
|
||||
search_revenue_levers_monthly.organic AS search_revenue_levers_monthly_organic,
|
||||
search_revenue_levers_monthly.partner_name AS search_revenue_levers_monthly_partner_name,
|
||||
search_revenue_levers_monthly.revenue AS search_revenue_levers_monthly_revenue,
|
||||
search_revenue_levers_monthly.revenue_per_ad_click AS search_revenue_levers_monthly_revenue_per_ad_click,
|
||||
search_revenue_levers_monthly.sap AS search_revenue_levers_monthly_sap,
|
||||
search_revenue_levers_monthly.search_with_ads AS search_revenue_levers_monthly_search_with_ads,
|
||||
search_revenue_levers_monthly.search_with_ads_organic AS search_revenue_levers_monthly_search_with_ads_organic,
|
||||
|
@ -108,11 +104,9 @@ search_revenue_levers_monthly_dau_engaged_w_sap,
|
|||
search_revenue_levers_monthly_dau_w_engine_as_default,
|
||||
search_revenue_levers_monthly_device,
|
||||
search_revenue_levers_monthly_monetizable_sap,
|
||||
search_revenue_levers_monthly_number_days_in_month,
|
||||
search_revenue_levers_monthly_organic,
|
||||
search_revenue_levers_monthly_partner_name,
|
||||
search_revenue_levers_monthly_revenue,
|
||||
search_revenue_levers_monthly_revenue_per_ad_click,
|
||||
search_revenue_levers_monthly_sap,
|
||||
search_revenue_levers_monthly_search_with_ads,
|
||||
search_revenue_levers_monthly_search_with_ads_organic,
|
||||
|
@ -190,12 +184,6 @@ search_revenue_levers_monthly_tagged_sap,
|
|||
group_label: "Base Fields"
|
||||
}
|
||||
|
||||
dimension: number_days_in_month {
|
||||
sql: ${TABLE}.search_revenue_levers_monthly_number_days_in_month ;;
|
||||
type: number
|
||||
group_label: "Base Fields"
|
||||
}
|
||||
|
||||
dimension: organic {
|
||||
sql: ${TABLE}.search_revenue_levers_monthly_organic ;;
|
||||
type: number
|
||||
|
@ -214,12 +202,6 @@ search_revenue_levers_monthly_tagged_sap,
|
|||
group_label: "Base Fields"
|
||||
}
|
||||
|
||||
dimension: revenue_per_ad_click {
|
||||
sql: ${TABLE}.search_revenue_levers_monthly_revenue_per_ad_click ;;
|
||||
type: number
|
||||
group_label: "Base Fields"
|
||||
}
|
||||
|
||||
dimension: sap {
|
||||
sql: ${TABLE}.search_revenue_levers_monthly_sap ;;
|
||||
type: number
|
||||
|
|
3494
namespaces.yaml
3494
namespaces.yaml
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
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: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
field_y: add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower
|
||||
ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'ad_clicks'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.lower,
|
||||
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: 'memory_total'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: percentile
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'search_count'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.lower,
|
||||
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: 'memory_total'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: add_an_image_to_pdf_with_alt_text_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
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: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'days_of_use'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
field_y: add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: add_an_image_to_pdf_with_alt_text_rollout.lower
|
||||
ci_upper: add_an_image_to_pdf_with_alt_text_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: add_an_image_to_pdf_with_alt_text_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: add_an_image_to_pdf_with_alt_text_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.submission_date,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch,
|
||||
add_an_image_to_pdf_with_alt_text_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
add_an_image_to_pdf_with_alt_text_rollout.branch
|
||||
]
|
||||
filters:
|
||||
add_an_image_to_pdf_with_alt_text_rollout.metric: 'ad_clicks'
|
||||
add_an_image_to_pdf_with_alt_text_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_beta_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
address_autofill_desktop_pref_beta_rollout.lower,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: percentile
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'search_count'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.upper,
|
||||
address_autofill_desktop_pref_beta_rollout.lower,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: address_autofill_desktop_pref_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'uri_count'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_beta_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_beta_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_beta_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_beta_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_beta_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_beta_rollout.submission_date,
|
||||
address_autofill_desktop_pref_beta_rollout.branch,
|
||||
address_autofill_desktop_pref_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_beta_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_nightly_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
address_autofill_desktop_pref_nightly_rollout.lower,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: percentile
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'search_count'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_nightly_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.upper,
|
||||
address_autofill_desktop_pref_nightly_rollout.lower,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: address_autofill_desktop_pref_nightly_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'uri_count'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_nightly_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_nightly_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_nightly_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_nightly_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_nightly_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_nightly_rollout.submission_date,
|
||||
address_autofill_desktop_pref_nightly_rollout.branch,
|
||||
address_autofill_desktop_pref_nightly_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_nightly_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_nightly_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_nightly_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
address_autofill_desktop_pref_release_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
address_autofill_desktop_pref_release_rollout.lower,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: percentile
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'search_count'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
Percentile: address_autofill_desktop_pref_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.upper,
|
||||
address_autofill_desktop_pref_release_rollout.lower,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'memory_total'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: address_autofill_desktop_pref_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'uri_count'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'days_of_use'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
field_y: address_autofill_desktop_pref_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: address_autofill_desktop_pref_release_rollout.lower
|
||||
ci_upper: address_autofill_desktop_pref_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: address_autofill_desktop_pref_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: address_autofill_desktop_pref_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
address_autofill_desktop_pref_release_rollout.submission_date,
|
||||
address_autofill_desktop_pref_release_rollout.branch,
|
||||
address_autofill_desktop_pref_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
address_autofill_desktop_pref_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
address_autofill_desktop_pref_release_rollout.metric: 'ad_clicks'
|
||||
address_autofill_desktop_pref_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -74,39 +74,6 @@
|
|||
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: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: all_browsers_dau.submission_date
|
||||
field_y: all_browsers_dau.point
|
||||
log_scale: false
|
||||
ci_lower: all_browsers_dau.lower
|
||||
ci_upper: all_browsers_dau.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: all_browsers_dau.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Focus Android Daily Active Users V2
|
||||
|
@ -128,6 +95,39 @@
|
|||
all_browsers_dau.metric: 'focus_android_daily_active_users_v2'
|
||||
all_browsers_dau.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: all_browsers_dau.submission_date
|
||||
field_y: all_browsers_dau.point
|
||||
log_scale: false
|
||||
ci_lower: all_browsers_dau.lower
|
||||
ci_upper: all_browsers_dau.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: all_browsers_dau.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,82 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_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: 'storage_stats_data_dir_bytes'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 0
|
||||
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: 0
|
||||
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: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -100,9 +26,9 @@
|
|||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'search_count'
|
||||
android_add_ons_extension_process.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 10
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -115,40 +41,6 @@
|
|||
listen:
|
||||
Date: android_add_ons_extension_process.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
|
||||
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: 10
|
||||
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
|
||||
|
@ -172,6 +64,109 @@
|
|||
filters:
|
||||
android_add_ons_extension_process.metric: 'storage_stats_app_bytes'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 0
|
||||
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: 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
|
||||
- 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: 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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -184,7 +179,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -260,8 +254,45 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- 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: 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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -276,10 +307,10 @@
|
|||
android_add_ons_extension_process.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process.metric: 'days_of_use'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process.submission_date
|
||||
|
@ -313,40 +344,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_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: 'days_of_use'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -362,24 +359,26 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
note_text: Percentile
|
||||
explore: android_add_ons_extension_process
|
||||
type: looker_line
|
||||
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: 'ad_clicks'
|
||||
android_add_ons_extension_process.statistic: mean
|
||||
android_add_ons_extension_process.metric: 'storage_stats_data_dir_bytes'
|
||||
android_add_ons_extension_process.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -392,6 +391,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process.submission_date
|
||||
Percentile: android_add_ons_extension_process.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
|
|
@ -10,45 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.upper,
|
||||
android_add_ons_extension_process_beta.lower,
|
||||
android_add_ons_extension_process_beta.point
|
||||
]
|
||||
pivots: [
|
||||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_beta.statistic: percentile
|
||||
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
|
||||
Percentile: android_add_ons_extension_process_beta.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -63,10 +26,10 @@
|
|||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'search_count'
|
||||
android_add_ons_extension_process_beta.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_beta.submission_date
|
||||
|
@ -99,6 +62,40 @@
|
|||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'active_hours'
|
||||
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: Ad Clicks
|
||||
name: Ad Clicks_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: 'ad_clicks'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -112,6 +109,40 @@
|
|||
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: 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
|
||||
|
@ -133,40 +164,6 @@
|
|||
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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -183,24 +180,26 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Performance Page Non Blank Paint
|
||||
name: Performance Page Non Blank Paint_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
note_text: Percentile
|
||||
explore: android_add_ons_extension_process_beta
|
||||
type: looker_line
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
android_add_ons_extension_process_beta.submission_date,
|
||||
android_add_ons_extension_process_beta.branch,
|
||||
android_add_ons_extension_process_beta.upper,
|
||||
android_add_ons_extension_process_beta.lower,
|
||||
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
|
||||
android_add_ons_extension_process_beta.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -213,6 +212,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_beta.submission_date
|
||||
Percentile: android_add_ons_extension_process_beta.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -251,8 +251,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -267,7 +267,7 @@
|
|||
android_add_ons_extension_process_beta.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_beta.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process_beta.metric: 'uri_count'
|
||||
android_add_ons_extension_process_beta.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
|
|
|
@ -10,45 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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_release_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
android_add_ons_extension_process_release_rollout.lower,
|
||||
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: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_release_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: android_add_ons_extension_process_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -63,10 +26,10 @@
|
|||
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.metric: 'tagged_sap_searches'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: android_add_ons_extension_process_release_rollout.submission_date
|
||||
|
@ -99,6 +62,40 @@
|
|||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'active_hours'
|
||||
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: Ad Clicks
|
||||
name: Ad Clicks_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: 'ad_clicks'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -112,6 +109,40 @@
|
|||
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: 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
|
||||
|
@ -133,40 +164,6 @@
|
|||
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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -183,24 +180,26 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
- title: Performance Page Non Blank Paint
|
||||
name: Performance Page Non Blank Paint_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
note_text: Percentile
|
||||
explore: android_add_ons_extension_process_release_rollout
|
||||
type: looker_line
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
android_add_ons_extension_process_release_rollout.lower,
|
||||
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
|
||||
android_add_ons_extension_process_release_rollout.metric: 'performance_page_non_blank_paint'
|
||||
android_add_ons_extension_process_release_rollout.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -213,6 +212,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: android_add_ons_extension_process_release_rollout.submission_date
|
||||
Percentile: android_add_ons_extension_process_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -251,8 +251,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -267,7 +267,7 @@
|
|||
android_add_ons_extension_process_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_add_ons_extension_process_release_rollout.metric: 'ad_clicks'
|
||||
android_add_ons_extension_process_release_rollout.metric: 'uri_count'
|
||||
android_add_ons_extension_process_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
android_default_toolbar_placement_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'search_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'tagged_sap_searches'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
android_default_toolbar_placement_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'retained'
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'ad_clicks'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
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.metric: 'search_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
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.metric: 'retained'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
android_default_toolbar_placement_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'ad_clicks'
|
||||
android_default_toolbar_placement_treatment_a_rollout.metric: 'uri_count'
|
||||
android_default_toolbar_placement_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
awesome_bar_result_menu_rollout_phase_1.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
awesome_bar_result_menu_rollout_phase_1.lower,
|
||||
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: 'memory_total'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: percentile
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'search_count'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: awesome_bar_result_menu_rollout_phase_1.submission_date
|
||||
Percentile: awesome_bar_result_menu_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: awesome_bar_result_menu_rollout_phase_1
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
awesome_bar_result_menu_rollout_phase_1.lower,
|
||||
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: 'memory_total'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: percentile
|
||||
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
|
||||
Percentile: awesome_bar_result_menu_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
awesome_bar_result_menu_rollout_phase_1.metric: 'uri_count'
|
||||
awesome_bar_result_menu_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
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: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.lower,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: percentile
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'search_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.lower,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: percentile
|
||||
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
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower,
|
||||
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: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: percentile
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'search_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower,
|
||||
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: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: percentile
|
||||
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
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_nightly
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_nightly.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.lower,
|
||||
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: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: percentile
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'search_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_release.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.lower,
|
||||
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: 'memory_total'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: percentile
|
||||
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
|
||||
Percentile: backgroundupdate_enable_unelevated_installations_rollout_3_release.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'uri_count'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'days_of_use'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
field_y: backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
log_scale: false
|
||||
ci_lower: backgroundupdate_enable_unelevated_installations_rollout_3_release.lower
|
||||
ci_upper: backgroundupdate_enable_unelevated_installations_rollout_3_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: backgroundupdate_enable_unelevated_installations_rollout_3_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.submission_date,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch,
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.point
|
||||
]
|
||||
pivots: [
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.branch
|
||||
]
|
||||
filters:
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.metric: 'ad_clicks'
|
||||
backgroundupdate_enable_unelevated_installations_rollout_3_release.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
consolidated_search_configuration_for_beta.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.upper,
|
||||
consolidated_search_configuration_for_beta.lower,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'memory_total'
|
||||
consolidated_search_configuration_for_beta.statistic: percentile
|
||||
consolidated_search_configuration_for_beta.metric: 'search_count'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_for_beta.submission_date
|
||||
Percentile: consolidated_search_configuration_for_beta.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: consolidated_search_configuration_for_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
consolidated_search_configuration_for_beta.submission_date,
|
||||
consolidated_search_configuration_for_beta.branch,
|
||||
consolidated_search_configuration_for_beta.upper,
|
||||
consolidated_search_configuration_for_beta.lower,
|
||||
consolidated_search_configuration_for_beta.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_for_beta.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'memory_total'
|
||||
consolidated_search_configuration_for_beta.statistic: percentile
|
||||
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
|
||||
Percentile: consolidated_search_configuration_for_beta.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
consolidated_search_configuration_for_beta.metric: 'uri_count'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
consolidated_search_configuration_for_beta.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'search_count'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
consolidated_search_configuration_row_desktop_relaunch.metric: 'active_hours'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'ad_clicks'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.upper,
|
||||
consolidated_search_configuration_row_desktop_relaunch.lower,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'memory_total'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: percentile
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'search_count'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
Percentile: consolidated_search_configuration_row_desktop_relaunch.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'days_of_use'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.upper,
|
||||
consolidated_search_configuration_row_desktop_relaunch.lower,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'memory_total'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
Percentile: consolidated_search_configuration_row_desktop_relaunch.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'uri_count'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'qualified_cumulative_days_of_use'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'days_of_use'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
field_y: consolidated_search_configuration_row_desktop_relaunch.point
|
||||
log_scale: false
|
||||
ci_lower: consolidated_search_configuration_row_desktop_relaunch.lower
|
||||
ci_upper: consolidated_search_configuration_row_desktop_relaunch.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: consolidated_search_configuration_row_desktop_relaunch.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: consolidated_search_configuration_row_desktop_relaunch
|
||||
type: looker_line
|
||||
fields: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.submission_date,
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch,
|
||||
consolidated_search_configuration_row_desktop_relaunch.point
|
||||
]
|
||||
pivots: [
|
||||
consolidated_search_configuration_row_desktop_relaunch.branch
|
||||
]
|
||||
filters:
|
||||
consolidated_search_configuration_row_desktop_relaunch.metric: 'ad_clicks'
|
||||
consolidated_search_configuration_row_desktop_relaunch.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
csv_import.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: csv_import
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.upper,
|
||||
csv_import.lower,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'memory_total'
|
||||
csv_import.statistic: percentile
|
||||
csv_import.metric: 'search_count'
|
||||
csv_import.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import.submission_date
|
||||
Percentile: csv_import.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: csv_import
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
csv_import.submission_date,
|
||||
csv_import.branch,
|
||||
csv_import.upper,
|
||||
csv_import.lower,
|
||||
csv_import.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import.branch
|
||||
]
|
||||
filters:
|
||||
csv_import.metric: 'memory_total'
|
||||
csv_import.statistic: percentile
|
||||
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
|
||||
Percentile: csv_import.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
csv_import.metric: 'uri_count'
|
||||
csv_import.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
csv_import.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import_beta_rollout.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: csv_import_beta_rollout
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.upper,
|
||||
csv_import_beta_rollout.lower,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'memory_total'
|
||||
csv_import_beta_rollout.statistic: percentile
|
||||
csv_import_beta_rollout.metric: 'search_count'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_beta_rollout.submission_date
|
||||
Percentile: csv_import_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: csv_import_beta_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
csv_import_beta_rollout.submission_date,
|
||||
csv_import_beta_rollout.branch,
|
||||
csv_import_beta_rollout.upper,
|
||||
csv_import_beta_rollout.lower,
|
||||
csv_import_beta_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_beta_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_beta_rollout.metric: 'memory_total'
|
||||
csv_import_beta_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: csv_import_beta_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
csv_import_beta_rollout.metric: 'uri_count'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
csv_import_beta_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
csv_import_release_rollout.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: csv_import_release_rollout
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.upper,
|
||||
csv_import_release_rollout.lower,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'memory_total'
|
||||
csv_import_release_rollout.statistic: percentile
|
||||
csv_import_release_rollout.metric: 'search_count'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: csv_import_release_rollout.submission_date
|
||||
Percentile: csv_import_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: csv_import_release_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
csv_import_release_rollout.submission_date,
|
||||
csv_import_release_rollout.branch,
|
||||
csv_import_release_rollout.upper,
|
||||
csv_import_release_rollout.lower,
|
||||
csv_import_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
csv_import_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
csv_import_release_rollout.metric: 'memory_total'
|
||||
csv_import_release_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: csv_import_release_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
csv_import_release_rollout.metric: 'uri_count'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
csv_import_release_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
device_migration_q4_spotlights_remaining_population.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
device_migration_q4_spotlights_remaining_population.lower,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: percentile
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'search_count'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population.submission_date
|
||||
Percentile: device_migration_q4_spotlights_remaining_population.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: device_migration_q4_spotlights_remaining_population
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
device_migration_q4_spotlights_remaining_population.submission_date,
|
||||
device_migration_q4_spotlights_remaining_population.branch,
|
||||
device_migration_q4_spotlights_remaining_population.upper,
|
||||
device_migration_q4_spotlights_remaining_population.lower,
|
||||
device_migration_q4_spotlights_remaining_population.point
|
||||
]
|
||||
pivots: [
|
||||
device_migration_q4_spotlights_remaining_population.branch
|
||||
]
|
||||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: percentile
|
||||
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
|
||||
Percentile: device_migration_q4_spotlights_remaining_population.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
device_migration_q4_spotlights_remaining_population_esr.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
device_migration_q4_spotlights_remaining_population_esr.lower,
|
||||
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: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: percentile
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'search_count'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: device_migration_q4_spotlights_remaining_population_esr.submission_date
|
||||
Percentile: device_migration_q4_spotlights_remaining_population_esr.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: device_migration_q4_spotlights_remaining_population_esr
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
device_migration_q4_spotlights_remaining_population_esr.lower,
|
||||
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: 'memory_total'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: percentile
|
||||
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
|
||||
Percentile: device_migration_q4_spotlights_remaining_population_esr.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
device_migration_q4_spotlights_remaining_population_esr.metric: 'uri_count'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
device_migration_q4_spotlights_remaining_population_esr.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -0,0 +1,279 @@
|
|||
|
||||
# *Do not manually modify this file*
|
||||
#
|
||||
# This file has been generated via https://github.com/mozilla/lookml-generator
|
||||
# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default)
|
||||
|
||||
- dashboard: disable_expensive_android_metrics_2
|
||||
title: Disable Expensive Android Metrics 2
|
||||
layout: newspaper
|
||||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'tagged_sap_searches'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'active_hours'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'ad_clicks'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'search_count'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'retained'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'days_of_use'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: disable_expensive_android_metrics_2
|
||||
type: looker_line
|
||||
fields: [
|
||||
disable_expensive_android_metrics_2.submission_date,
|
||||
disable_expensive_android_metrics_2.branch,
|
||||
disable_expensive_android_metrics_2.point
|
||||
]
|
||||
pivots: [
|
||||
disable_expensive_android_metrics_2.branch
|
||||
]
|
||||
filters:
|
||||
disable_expensive_android_metrics_2.metric: 'uri_count'
|
||||
disable_expensive_android_metrics_2.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: disable_expensive_android_metrics_2.submission_date
|
||||
field_y: disable_expensive_android_metrics_2.point
|
||||
log_scale: false
|
||||
ci_lower: disable_expensive_android_metrics_2.lower
|
||||
ci_upper: disable_expensive_android_metrics_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
title: Date
|
||||
type: field_filter
|
||||
allow_multiple_values: true
|
||||
required: false
|
||||
ui_config:
|
||||
type: advanced
|
||||
display: popover
|
||||
model: operational_monitoring
|
||||
explore: disable_expensive_android_metrics_2
|
||||
listens_to_filters: []
|
||||
field: disable_expensive_android_metrics_2.submission_date
|
||||
|
||||
- name: Percentile
|
||||
title: Percentile
|
||||
type: field_filter
|
||||
default_value: '50'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: advanced
|
||||
display: popover
|
||||
model: operational_monitoring
|
||||
explore: disable_expensive_android_metrics_2
|
||||
listens_to_filters: []
|
||||
field: disable_expensive_android_metrics_2.parameter
|
||||
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
ech_roll_out.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: ech_roll_out
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.upper,
|
||||
ech_roll_out.lower,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'memory_total'
|
||||
ech_roll_out.statistic: percentile
|
||||
ech_roll_out.metric: 'search_count'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: ech_roll_out.submission_date
|
||||
Percentile: ech_roll_out.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: ech_roll_out
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
ech_roll_out.submission_date,
|
||||
ech_roll_out.branch,
|
||||
ech_roll_out.upper,
|
||||
ech_roll_out.lower,
|
||||
ech_roll_out.point
|
||||
]
|
||||
pivots: [
|
||||
ech_roll_out.branch
|
||||
]
|
||||
filters:
|
||||
ech_roll_out.metric: 'memory_total'
|
||||
ech_roll_out.statistic: percentile
|
||||
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
|
||||
Percentile: ech_roll_out.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
ech_roll_out.metric: 'uri_count'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
ech_roll_out.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'search_count'
|
||||
enable_activation_telemetry_android.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'retained'
|
||||
enable_activation_telemetry_android.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android.metric: 'search_count'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'uri_count'
|
||||
enable_activation_telemetry_android.metric: 'retained'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
enable_activation_telemetry_android.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android.metric: 'uri_count'
|
||||
enable_activation_telemetry_android.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'search_count'
|
||||
enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'retained'
|
||||
enable_activation_telemetry_android_beta.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'tagged_sap_searches'
|
||||
enable_activation_telemetry_android_beta.metric: 'search_count'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'uri_count'
|
||||
enable_activation_telemetry_android_beta.metric: 'retained'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
enable_activation_telemetry_android_beta.branch
|
||||
]
|
||||
filters:
|
||||
enable_activation_telemetry_android_beta.metric: 'ad_clicks'
|
||||
enable_activation_telemetry_android_beta.metric: 'uri_count'
|
||||
enable_activation_telemetry_android_beta.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'tagged_sap_searches'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
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.metric: 'ad_clicks'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
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.metric: 'search_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
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.metric: 'retained'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
enhanced_cross_platform_suggest_android_relaunch_rollout.branch
|
||||
]
|
||||
filters:
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'ad_clicks'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.metric: 'uri_count'
|
||||
enhanced_cross_platform_suggest_android_relaunch_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
extensions_migration_in_import_wizard_116_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'ad_clicks'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
extensions_migration_in_import_wizard_116_rollout.lower,
|
||||
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: 'memory_total'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: percentile
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'search_count'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
Percentile: extensions_migration_in_import_wizard_116_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
extensions_migration_in_import_wizard_116_rollout.lower,
|
||||
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: 'memory_total'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: extensions_migration_in_import_wizard_116_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'uri_count'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'days_of_use'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
field_y: extensions_migration_in_import_wizard_116_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: extensions_migration_in_import_wizard_116_rollout.lower
|
||||
ci_upper: extensions_migration_in_import_wizard_116_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: extensions_migration_in_import_wizard_116_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: extensions_migration_in_import_wizard_116_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
extensions_migration_in_import_wizard_116_rollout.submission_date,
|
||||
extensions_migration_in_import_wizard_116_rollout.branch,
|
||||
extensions_migration_in_import_wizard_116_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
extensions_migration_in_import_wizard_116_rollout.branch
|
||||
]
|
||||
filters:
|
||||
extensions_migration_in_import_wizard_116_rollout.metric: 'ad_clicks'
|
||||
extensions_migration_in_import_wizard_116_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'search_count'
|
||||
fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'retained'
|
||||
fenix_homescreen_activation_event_validation.metric: 'ad_clicks'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'tagged_sap_searches'
|
||||
fenix_homescreen_activation_event_validation.metric: 'search_count'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'uri_count'
|
||||
fenix_homescreen_activation_event_validation.metric: 'retained'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
fenix_homescreen_activation_event_validation.branch
|
||||
]
|
||||
filters:
|
||||
fenix_homescreen_activation_event_validation.metric: 'ad_clicks'
|
||||
fenix_homescreen_activation_event_validation.metric: 'uri_count'
|
||||
fenix_homescreen_activation_event_validation.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,76 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Client Volume
|
||||
name: Client Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_background_update
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_background_update.submission_date,
|
||||
firefox_background_update.branch,
|
||||
firefox_background_update.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_background_update.branch
|
||||
]
|
||||
filters:
|
||||
firefox_background_update.metric: 'client_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 0
|
||||
col: 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: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_background_update.submission_date
|
||||
field_y: firefox_background_update.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_background_update.lower
|
||||
ci_upper: firefox_background_update.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_background_update.submission_date
|
||||
Normalized Channel: firefox_background_update.normalized_channel
|
||||
Windows Version: firefox_background_update.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
note_state: expanded
|
||||
|
@ -98,7 +28,7 @@
|
|||
filters:
|
||||
firefox_background_update.metric: 'ping_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 10
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -133,6 +63,76 @@
|
|||
filters:
|
||||
firefox_background_update.metric: 'exception_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_background_update.submission_date
|
||||
field_y: firefox_background_update.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_background_update.lower
|
||||
ci_upper: firefox_background_update.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_background_update.submission_date
|
||||
Normalized Channel: firefox_background_update.normalized_channel
|
||||
Windows Version: firefox_background_update.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Client Volume
|
||||
name: Client Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_background_update
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_background_update.submission_date,
|
||||
firefox_background_update.branch,
|
||||
firefox_background_update.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_background_update.branch
|
||||
]
|
||||
filters:
|
||||
firefox_background_update.metric: 'client_volume'
|
||||
firefox_background_update.statistic: sum
|
||||
row: 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: 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: 12
|
||||
width: 12
|
||||
|
@ -271,15 +271,15 @@
|
|||
- title: Windows Version
|
||||
name: Windows Version
|
||||
type: string_filter
|
||||
default_value: 'Windows 7'
|
||||
default_value: 'Windows 10'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'Windows 7'
|
||||
- 'Windows 10'
|
||||
- 'Windows 7'
|
||||
- 'Windows 8'
|
||||
- 'Windows 8.1'
|
||||
- 'Windows 11'
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_sum
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -26,7 +26,7 @@
|
|||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.metric: 'ping_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -45,8 +45,43 @@
|
|||
|
||||
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_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_lost_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
field_y: firefox_default_browser_agent.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_default_browser_agent.lower
|
||||
ci_upper: firefox_default_browser_agent.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_default_browser_agent.submission_date
|
||||
Normalized Channel: firefox_default_browser_agent.normalized_channel
|
||||
Windows Version: firefox_default_browser_agent.windows_version
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Lost Default Volume
|
||||
name: Firefox Lost Default Volume_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -61,10 +96,10 @@
|
|||
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: 0
|
||||
col: 12
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
|
@ -99,7 +134,7 @@
|
|||
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_default_browser_agent.submission_date
|
||||
|
@ -133,41 +168,6 @@
|
|||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_won_default_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
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 Lost Default Volume
|
||||
name: Firefox Lost 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_lost_default_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -185,11 +185,11 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Firefox Lost Default Volume
|
||||
name: Firefox Lost Default Volume_mean
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
note_text: Sum
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
|
@ -201,8 +201,8 @@
|
|||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'firefox_lost_default_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -220,11 +220,11 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Ping Volume
|
||||
name: Ping Volume_sum
|
||||
- title: Firefox Default Changed Volume
|
||||
name: Firefox Default Changed Volume_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
note_text: Mean
|
||||
explore: firefox_default_browser_agent
|
||||
type: looker_line
|
||||
fields: [
|
||||
|
@ -236,8 +236,8 @@
|
|||
firefox_default_browser_agent.branch
|
||||
]
|
||||
filters:
|
||||
firefox_default_browser_agent.metric: 'ping_volume'
|
||||
firefox_default_browser_agent.statistic: sum
|
||||
firefox_default_browser_agent.metric: 'firefox_default_changed_volume'
|
||||
firefox_default_browser_agent.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -357,18 +357,18 @@
|
|||
- title: Normalized Channel
|
||||
name: Normalized Channel
|
||||
type: string_filter
|
||||
default_value: 'aurora'
|
||||
default_value: 'beta'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'beta'
|
||||
- 'nightly'
|
||||
- 'aurora'
|
||||
- 'release'
|
||||
- 'nightly'
|
||||
- 'esr'
|
||||
- 'beta'
|
||||
- 'default'
|
||||
- 'nightly-pine'
|
||||
- 'nightly-oak'
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win7", "install_volume_win8"'
|
||||
firefox_install_demo.metric: '"install_volume_win7", "install_volume_win8_1", "install_volume_win8", "install_volume_win10"'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -59,7 +59,7 @@
|
|||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win8_1", "install_volume_win10", "install_volume_win7", "install_volume_win8"'
|
||||
firefox_install_demo.metric: '"install_volume_win7", "install_volume_win8_1", "install_volume_win8", "install_volume_win10"'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
|
|
|
@ -10,6 +10,40 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Hang Exception
|
||||
name: Hang Exception_total_ratio
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Total_Ratio
|
||||
explore: firefox_ios_beta_health
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_ios_beta_health.submission_date,
|
||||
firefox_ios_beta_health.branch,
|
||||
firefox_ios_beta_health.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_ios_beta_health.branch
|
||||
]
|
||||
filters:
|
||||
firefox_ios_beta_health.metric: 'hang_exception'
|
||||
firefox_ios_beta_health.statistic: total_ratio
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_beta_health.submission_date
|
||||
field_y: firefox_ios_beta_health.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_ios_beta_health.lower
|
||||
ci_upper: firefox_ios_beta_health.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
Release: firefox_ios_beta_health.release
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Large File Write
|
||||
name: Large File Write_total_ratio
|
||||
note_state: expanded
|
||||
|
@ -29,7 +63,7 @@
|
|||
firefox_ios_beta_health.metric: 'large_file_write'
|
||||
firefox_ios_beta_health.statistic: total_ratio
|
||||
row: 0
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_beta_health.submission_date
|
||||
|
@ -40,6 +74,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
Release: firefox_ios_beta_health.release
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
|
@ -61,39 +96,6 @@
|
|||
filters:
|
||||
firefox_ios_beta_health.metric: 'total_baseline_pings'
|
||||
firefox_ios_beta_health.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_beta_health.submission_date
|
||||
field_y: firefox_ios_beta_health.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_ios_beta_health.lower
|
||||
ci_upper: firefox_ios_beta_health.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Hang Exception
|
||||
name: Hang Exception_total_ratio
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Total_Ratio
|
||||
explore: firefox_ios_beta_health
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_ios_beta_health.submission_date,
|
||||
firefox_ios_beta_health.branch,
|
||||
firefox_ios_beta_health.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_ios_beta_health.branch
|
||||
]
|
||||
filters:
|
||||
firefox_ios_beta_health.metric: 'hang_exception'
|
||||
firefox_ios_beta_health.statistic: total_ratio
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -106,6 +108,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
Release: firefox_ios_beta_health.release
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
|
@ -139,6 +142,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
Release: firefox_ios_beta_health.release
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
|
@ -172,6 +176,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_beta_health.submission_date
|
||||
Release: firefox_ios_beta_health.release
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
|
@ -203,4 +208,27 @@
|
|||
explore: firefox_ios_beta_health
|
||||
listens_to_filters: []
|
||||
field: firefox_ios_beta_health.parameter
|
||||
|
||||
- title: Release
|
||||
name: Release
|
||||
type: string_filter
|
||||
default_value: '124.0'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- '124.0'
|
||||
- '121.0'
|
||||
- '122.0'
|
||||
- '125.0'
|
||||
- '9000'
|
||||
- '127.0'
|
||||
- '126.0'
|
||||
- '104.0'
|
||||
- '119.0'
|
||||
- '118.0'
|
||||
|
||||
|
||||
|
|
@ -10,6 +10,39 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Hang Exception
|
||||
name: Hang Exception_total_ratio
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Total_Ratio
|
||||
explore: firefox_ios_health
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_ios_health.submission_date,
|
||||
firefox_ios_health.branch,
|
||||
firefox_ios_health.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_ios_health.branch
|
||||
]
|
||||
filters:
|
||||
firefox_ios_health.metric: 'hang_exception'
|
||||
firefox_ios_health.statistic: total_ratio
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_health.submission_date
|
||||
field_y: firefox_ios_health.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_ios_health.lower
|
||||
ci_upper: firefox_ios_health.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_health.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Large File Write
|
||||
name: Large File Write_total_ratio
|
||||
note_state: expanded
|
||||
|
@ -29,7 +62,7 @@
|
|||
firefox_ios_health.metric: 'large_file_write'
|
||||
firefox_ios_health.statistic: total_ratio
|
||||
row: 0
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_health.submission_date
|
||||
|
@ -61,39 +94,6 @@
|
|||
filters:
|
||||
firefox_ios_health.metric: 'total_baseline_pings'
|
||||
firefox_ios_health.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_ios_health.submission_date
|
||||
field_y: firefox_ios_health.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_ios_health.lower
|
||||
ci_upper: firefox_ios_health.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_ios_health.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Hang Exception
|
||||
name: Hang Exception_total_ratio
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Total_Ratio
|
||||
explore: firefox_ios_health
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_ios_health.submission_date,
|
||||
firefox_ios_health.branch,
|
||||
firefox_ios_health.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_ios_health.branch
|
||||
]
|
||||
filters:
|
||||
firefox_ios_health.metric: 'hang_exception'
|
||||
firefox_ios_health.statistic: total_ratio
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
firefox_messaging_system.branch, firefox_messaging_system.metric
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: '"moments_ping_volume", "whats_new_panel_ping_volume", "spotlight_ping_volume", "cfr_ping_volume", "infobar_ping_volume", "other_ping_volume", "null_ping_volume"'
|
||||
firefox_messaging_system.metric: '"infobar_ping_volume", "cfr_ping_volume", "null_ping_volume", "whats_new_panel_ping_volume", "other_ping_volume", "moments_ping_volume", "spotlight_ping_volume"'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -43,6 +43,41 @@
|
|||
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
|
||||
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
|
||||
|
@ -63,8 +98,8 @@
|
|||
filters:
|
||||
firefox_messaging_system.metric: 'client_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
|
@ -99,7 +134,7 @@
|
|||
firefox_messaging_system.metric: 'undesired_events_ping_volume'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_messaging_system.submission_date
|
||||
|
@ -131,42 +166,7 @@
|
|||
firefox_messaging_system.branch, firefox_messaging_system.metric
|
||||
]
|
||||
filters:
|
||||
firefox_messaging_system.metric: '"unknown_keys_volume", "invalid_nested_data_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.metric: '"invalid_nested_data_volume", "unknown_keys_volume"'
|
||||
firefox_messaging_system.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -276,16 +276,16 @@
|
|||
- title: Normalized Channel
|
||||
name: Normalized Channel
|
||||
type: string_filter
|
||||
default_value: 'nightly'
|
||||
default_value: 'beta'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'nightly'
|
||||
- 'beta'
|
||||
- 'aurora'
|
||||
- 'nightly'
|
||||
- 'release'
|
||||
- 'esr'
|
||||
- 'Other'
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
highlighting_in_pdfs_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'ad_clicks'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.upper,
|
||||
highlighting_in_pdfs_rollout.lower,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'memory_total'
|
||||
highlighting_in_pdfs_rollout.statistic: percentile
|
||||
highlighting_in_pdfs_rollout.metric: 'search_count'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
Percentile: highlighting_in_pdfs_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.upper,
|
||||
highlighting_in_pdfs_rollout.lower,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'memory_total'
|
||||
highlighting_in_pdfs_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: highlighting_in_pdfs_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'uri_count'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'days_of_use'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: highlighting_in_pdfs_rollout.submission_date
|
||||
field_y: highlighting_in_pdfs_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: highlighting_in_pdfs_rollout.lower
|
||||
ci_upper: highlighting_in_pdfs_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: highlighting_in_pdfs_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: highlighting_in_pdfs_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
highlighting_in_pdfs_rollout.submission_date,
|
||||
highlighting_in_pdfs_rollout.branch,
|
||||
highlighting_in_pdfs_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
highlighting_in_pdfs_rollout.branch
|
||||
]
|
||||
filters:
|
||||
highlighting_in_pdfs_rollout.metric: 'ad_clicks'
|
||||
highlighting_in_pdfs_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_address_autofill_ios_beta_rollout.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_address_autofill_ios_beta_rollout.metric: 'retained'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_beta_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_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: 'ad_clicks'
|
||||
ios_address_autofill_ios_beta_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_release_rollout.submission_date,
|
||||
ios_address_autofill_ios_release_rollout.branch,
|
||||
ios_address_autofill_ios_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_release_rollout.metric: 'search_count'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_release_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_release_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_address_autofill_ios_release_rollout.metric: 'active_hours'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_release_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_release_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_release_rollout.submission_date,
|
||||
ios_address_autofill_ios_release_rollout.branch,
|
||||
ios_address_autofill_ios_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_release_rollout.metric: 'ad_clicks'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
listen:
|
||||
Date: ios_address_autofill_ios_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: ios_address_autofill_ios_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_release_rollout.submission_date,
|
||||
ios_address_autofill_ios_release_rollout.branch,
|
||||
ios_address_autofill_ios_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_release_rollout.metric: 'search_count'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_release_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_release_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_address_autofill_ios_release_rollout.metric: 'retained'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_release_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
filters:
|
||||
ios_address_autofill_ios_release_rollout.metric: 'days_of_use'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_address_autofill_ios_release_rollout.submission_date
|
||||
field_y: ios_address_autofill_ios_release_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_address_autofill_ios_release_rollout.lower
|
||||
ci_upper: ios_address_autofill_ios_release_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_address_autofill_ios_release_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_address_autofill_ios_release_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_address_autofill_ios_release_rollout.submission_date,
|
||||
ios_address_autofill_ios_release_rollout.branch,
|
||||
ios_address_autofill_ios_release_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_address_autofill_ios_release_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_address_autofill_ios_release_rollout.metric: 'ad_clicks'
|
||||
ios_address_autofill_ios_release_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_cc_autofill_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_cc_autofill_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_cc_autofill_rollout.submission_date,
|
||||
ios_cc_autofill_rollout.branch,
|
||||
ios_cc_autofill_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_cc_autofill_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_cc_autofill_rollout.metric: 'ad_clicks'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_cc_autofill_rollout.metric: 'retained'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_cc_autofill_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_cc_autofill_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_cc_autofill_rollout.submission_date,
|
||||
ios_cc_autofill_rollout.branch,
|
||||
ios_cc_autofill_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_cc_autofill_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_cc_autofill_rollout.metric: 'ad_clicks'
|
||||
ios_cc_autofill_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_dma_onboarding.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_dma_onboarding
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_dma_onboarding.submission_date,
|
||||
ios_dma_onboarding.branch,
|
||||
ios_dma_onboarding.point
|
||||
]
|
||||
pivots: [
|
||||
ios_dma_onboarding.branch
|
||||
]
|
||||
filters:
|
||||
ios_dma_onboarding.metric: 'ad_clicks'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_dma_onboarding.metric: 'retained'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_dma_onboarding.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_dma_onboarding
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_dma_onboarding.submission_date,
|
||||
ios_dma_onboarding.branch,
|
||||
ios_dma_onboarding.point
|
||||
]
|
||||
pivots: [
|
||||
ios_dma_onboarding.branch
|
||||
]
|
||||
filters:
|
||||
ios_dma_onboarding.metric: 'ad_clicks'
|
||||
ios_dma_onboarding.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_password_autofill_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout.submission_date,
|
||||
ios_password_autofill_rollout.branch,
|
||||
ios_password_autofill_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout.metric: 'ad_clicks'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_password_autofill_rollout.metric: 'retained'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_password_autofill_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_password_autofill_rollout.submission_date,
|
||||
ios_password_autofill_rollout.branch,
|
||||
ios_password_autofill_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_password_autofill_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_password_autofill_rollout.metric: 'ad_clicks'
|
||||
ios_password_autofill_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_password_autofill_rollout_v1240.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_password_autofill_rollout_v1240.metric: 'retained'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_password_autofill_rollout_v1240.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_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: 'ad_clicks'
|
||||
ios_password_autofill_rollout_v1240.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'active_hours'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_search_bar_placement_v2_treatment_a_rollout.submission_date
|
||||
field_y: ios_search_bar_placement_v2_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: ios_search_bar_placement_v2_treatment_a_rollout.lower
|
||||
ci_upper: ios_search_bar_placement_v2_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_search_bar_placement_v2_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_search_bar_placement_v2_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.submission_date,
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.branch,
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'ad_clicks'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'retained'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_search_bar_placement_v2_treatment_a_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_search_bar_placement_v2_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.submission_date,
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.branch,
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.metric: 'ad_clicks'
|
||||
ios_search_bar_placement_v2_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
ios_sync_manager_integration_rust_sync_manager_rollout.metric: 'retained'
|
||||
ios_sync_manager_integration_rust_sync_manager_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_sync_manager_integration_rust_sync_manager_rollout.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_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: 'ad_clicks'
|
||||
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: 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: 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: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'active_hours'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date
|
||||
field_y: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point
|
||||
log_scale: false
|
||||
ci_lower: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.lower
|
||||
ci_upper: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date,
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch,
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point
|
||||
]
|
||||
pivots: [
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch
|
||||
]
|
||||
filters:
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'ad_clicks'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,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: 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
|
||||
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
|
||||
|
@ -97,7 +131,7 @@
|
|||
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
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy
|
||||
type: looker_line
|
||||
fields: [
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.submission_date,
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch,
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.point
|
||||
]
|
||||
pivots: [
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.branch
|
||||
]
|
||||
filters:
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.metric: 'ad_clicks'
|
||||
ios_we_should_prefer_switching_to_open_tabs_vs_opening_a_duplicate_tab_copy.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'ad_clicks'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.lower,
|
||||
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: 'memory_total'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: percentile
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'search_count'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.lower,
|
||||
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: 'memory_total'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: launch_firefox_on_os_restart_treatment_a_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'uri_count'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'days_of_use'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
field_y: launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: launch_firefox_on_os_restart_treatment_a_rollout.lower
|
||||
ci_upper: launch_firefox_on_os_restart_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: launch_firefox_on_os_restart_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: launch_firefox_on_os_restart_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.submission_date,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch,
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.metric: 'ad_clicks'
|
||||
launch_firefox_on_os_restart_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
mixed_content_level_2_roll_out_release_115.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
mixed_content_level_2_roll_out_release_115.lower,
|
||||
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: 'memory_total'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: percentile
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'search_count'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: mixed_content_level_2_roll_out_release_115
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
mixed_content_level_2_roll_out_release_115.lower,
|
||||
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: 'memory_total'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: percentile
|
||||
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
|
||||
Percentile: mixed_content_level_2_roll_out_release_115.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
mixed_content_level_2_roll_out_release_115.metric: 'uri_count'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
mixed_content_level_2_roll_out_release_115.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,74 +10,6 @@
|
|||
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: Session Count - By app
|
||||
name: Session Count - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'session_count'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
field_y: mozilla_vpn.point
|
||||
log_scale: false
|
||||
ci_lower: mozilla_vpn.lower
|
||||
ci_upper: mozilla_vpn.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Active Subscribers - By app
|
||||
name: Active Subscribers - By app_sum
|
||||
note_state: expanded
|
||||
|
@ -96,6 +28,76 @@
|
|||
filters:
|
||||
mozilla_vpn.metric: 'active_subscribers'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mozilla_vpn.submission_date
|
||||
field_y: mozilla_vpn.point
|
||||
log_scale: false
|
||||
ci_lower: mozilla_vpn.lower
|
||||
ci_upper: mozilla_vpn.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Avg Session Duration - By app
|
||||
name: Avg Session Duration - By app_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
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: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: mean
|
||||
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: Avg Session Duration - By app
|
||||
name: Avg Session Duration - By app_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: mozilla_vpn
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.upper,
|
||||
mozilla_vpn.lower,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -108,6 +110,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
Percentile: mozilla_vpn.parameter
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
|
@ -146,11 +149,11 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Avg Session Duration - By app
|
||||
name: Avg Session Duration - By app_mean
|
||||
- title: Cnt Negative Session Lengths - By app
|
||||
name: Cnt Negative Session Lengths - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: looker_line
|
||||
fields: [
|
||||
|
@ -162,8 +165,8 @@
|
|||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: mean
|
||||
mozilla_vpn.metric: 'cnt_negative_session_lengths'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -180,26 +183,24 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Avg Session Duration - By app
|
||||
name: Avg Session Duration - By app_percentile
|
||||
- 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: Percentile
|
||||
note_text: Sum
|
||||
explore: mozilla_vpn
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
mozilla_vpn.submission_date,
|
||||
mozilla_vpn.branch,
|
||||
mozilla_vpn.upper,
|
||||
mozilla_vpn.lower,
|
||||
mozilla_vpn.point
|
||||
]
|
||||
pivots: [
|
||||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'avg_session_duration'
|
||||
mozilla_vpn.statistic: percentile
|
||||
mozilla_vpn.metric: 'cnt_sessions_start_and_end'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -212,7 +213,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: mozilla_vpn.submission_date
|
||||
Percentile: mozilla_vpn.parameter
|
||||
App: mozilla_vpn.app
|
||||
|
||||
active: "#3FE1B0"
|
||||
|
@ -322,8 +322,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Cnt Negative Session Lengths - By app
|
||||
name: Cnt Negative Session Lengths - By app_sum
|
||||
- title: Session Count - By app
|
||||
name: Session Count - By app_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -338,7 +338,7 @@
|
|||
mozilla_vpn.branch, mozilla_vpn.app
|
||||
]
|
||||
filters:
|
||||
mozilla_vpn.metric: 'cnt_negative_session_lengths'
|
||||
mozilla_vpn.metric: 'session_count'
|
||||
mozilla_vpn.statistic: sum
|
||||
row: 40
|
||||
col: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.lower,
|
||||
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: 'memory_total'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: percentile
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'search_count'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: mozillaaccounts_toolbar_button_default_visibility_existing_user.submission_date
|
||||
Percentile: mozillaaccounts_toolbar_button_default_visibility_existing_user.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: mozillaaccounts_toolbar_button_default_visibility_existing_user
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.lower,
|
||||
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: 'memory_total'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: percentile
|
||||
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
|
||||
Percentile: mozillaaccounts_toolbar_button_default_visibility_existing_user.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.metric: 'uri_count'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
mozillaaccounts_toolbar_button_default_visibility_existing_user.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,43 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 0
|
||||
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
|
||||
name: Time To Response Start Ms_percentile
|
||||
note_state: expanded
|
||||
|
@ -68,7 +31,7 @@
|
|||
network_performance_desktop_build_by_build.metric: 'time_to_response_start_ms'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: network_performance_desktop_build_by_build.build_id
|
||||
|
@ -84,8 +47,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Http Page Tls Handshake
|
||||
name: Http Page Tls Handshake_percentile
|
||||
- title: Dns Lookup Time
|
||||
name: Dns Lookup Time_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -102,10 +65,10 @@
|
|||
network_performance_desktop_build_by_build.branch
|
||||
]
|
||||
filters:
|
||||
network_performance_desktop_build_by_build.metric: 'http_page_tls_handshake'
|
||||
network_performance_desktop_build_by_build.metric: 'dns_lookup_time'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: network_performance_desktop_build_by_build.build_id
|
||||
|
@ -142,7 +105,7 @@
|
|||
network_performance_desktop_build_by_build.metric: 'http_sub_tls_handshake'
|
||||
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_open_to_first_sent'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: network_performance_desktop_build_by_build.build_id
|
||||
field_y: network_performance_desktop_build_by_build.point
|
||||
log_scale: false
|
||||
ci_lower: network_performance_desktop_build_by_build.lower
|
||||
ci_upper: network_performance_desktop_build_by_build.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: network_performance_desktop_build_by_build.build_id
|
||||
Percentile: network_performance_desktop_build_by_build.parameter
|
||||
Os: network_performance_desktop_build_by_build.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Http Page Tls Handshake
|
||||
name: Http Page Tls Handshake_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: network_performance_desktop_build_by_build
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
network_performance_desktop_build_by_build.build_id,
|
||||
network_performance_desktop_build_by_build.branch,
|
||||
network_performance_desktop_build_by_build.upper,
|
||||
network_performance_desktop_build_by_build.lower,
|
||||
network_performance_desktop_build_by_build.point
|
||||
]
|
||||
pivots: [
|
||||
network_performance_desktop_build_by_build.branch
|
||||
]
|
||||
filters:
|
||||
network_performance_desktop_build_by_build.metric: 'http_page_tls_handshake'
|
||||
network_performance_desktop_build_by_build.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'search_count'
|
||||
new_user_study_android_april_2024.metric: 'tagged_sap_searches'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'retained'
|
||||
new_user_study_android_april_2024.metric: 'ad_clicks'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'tagged_sap_searches'
|
||||
new_user_study_android_april_2024.metric: 'search_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'uri_count'
|
||||
new_user_study_android_april_2024.metric: 'retained'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
new_user_study_android_april_2024.branch
|
||||
]
|
||||
filters:
|
||||
new_user_study_android_april_2024.metric: 'ad_clicks'
|
||||
new_user_study_android_april_2024.metric: 'uri_count'
|
||||
new_user_study_android_april_2024.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
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.metric: 'tagged_sap_searches'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -78,8 +78,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -94,7 +94,7 @@
|
|||
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.metric: 'ad_clicks'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
|
@ -112,8 +112,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Sap Searches
|
||||
name: Tagged Sap Searches_mean
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -128,7 +128,7 @@
|
|||
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.metric: 'search_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -146,8 +146,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
|
||||
|
@ -162,7 +162,7 @@
|
|||
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.metric: 'retained'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
|
@ -214,8 +214,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
- title: Uri Count
|
||||
name: Uri Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -230,7 +230,7 @@
|
|||
new_user_survey_android_april_2024_122_125.branch
|
||||
]
|
||||
filters:
|
||||
new_user_survey_android_april_2024_122_125.metric: 'ad_clicks'
|
||||
new_user_survey_android_april_2024_122_125.metric: 'uri_count'
|
||||
new_user_survey_android_april_2024_122_125.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 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
|
||||
|
@ -63,6 +29,40 @@
|
|||
new_user_survey_ios_april_2024_125.metric: 'active_hours'
|
||||
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: 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: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -75,6 +75,40 @@
|
|||
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: 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
|
||||
|
@ -97,7 +131,7 @@
|
|||
new_user_survey_ios_april_2024_125.metric: 'retained'
|
||||
new_user_survey_ios_april_2024_125.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: new_user_survey_ios_april_2024_125.submission_date
|
||||
|
@ -130,40 +164,6 @@
|
|||
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: 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: 20
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'search_count'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
|
@ -63,6 +29,40 @@
|
|||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'active_hours'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'ad_clicks'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.upper,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.lower,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'memory_total'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: percentile
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'search_count'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
Percentile: no_code_event_instrumentation_for_firefox_desktop_exploration.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'days_of_use'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.upper,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.lower,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'memory_total'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
Percentile: no_code_event_instrumentation_for_firefox_desktop_exploration.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'uri_count'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'qualified_cumulative_days_of_use'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'days_of_use'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
field_y: no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
log_scale: false
|
||||
ci_lower: no_code_event_instrumentation_for_firefox_desktop_exploration.lower
|
||||
ci_upper: no_code_event_instrumentation_for_firefox_desktop_exploration.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: no_code_event_instrumentation_for_firefox_desktop_exploration
|
||||
type: looker_line
|
||||
fields: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.submission_date,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch,
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.point
|
||||
]
|
||||
pivots: [
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.branch
|
||||
]
|
||||
filters:
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.metric: 'ad_clicks'
|
||||
no_code_event_instrumentation_for_firefox_desktop_exploration.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,78 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_data_dir_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Fcp Responsestart
|
||||
name: Performance Pageload Fcp Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time
|
||||
name: Performance Pageload Load Time_percentile
|
||||
note_state: expanded
|
||||
|
@ -102,7 +30,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -116,186 +44,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 Load Time Responsestart
|
||||
name: Performance Pageload Load Time Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Req Anim Frame Callback
|
||||
name: Performance Pageload Req Anim Frame Callback_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_req_anim_frame_callback'
|
||||
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: 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: 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
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Dcl Responsestart
|
||||
|
@ -318,7 +66,43 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -354,7 +138,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -368,6 +152,114 @@
|
|||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Dcl
|
||||
name: Performance Pageload Dcl_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Req Anim Frame Callback
|
||||
name: Performance Pageload Req Anim Frame Callback_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_req_anim_frame_callback'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time Responsestart
|
||||
name: Performance Pageload Load Time Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_load_time_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 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: Storage Stats Cache Bytes
|
||||
|
@ -390,8 +282,8 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
|
@ -406,8 +298,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Dcl
|
||||
name: Performance Pageload Dcl_percentile
|
||||
- title: Performance Pageload Fcp
|
||||
name: Performance Pageload Fcp_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -424,7 +316,115 @@
|
|||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl'
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Fcp Responsestart
|
||||
name: Performance Pageload Fcp Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_data_dir_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Networking Http 2 Download Throughput
|
||||
name: Networking Http 2 Download Throughput_percentile
|
||||
- title: Networking Http 1 Download Throughput
|
||||
name: Networking Http 1 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: '"networking_http_2_download_throughput_KE", "networking_http_2_download_throughput_US"'
|
||||
performance_review_kenya.metric: '"networking_http_1_download_throughput_US", "networking_http_1_download_throughput_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,78 +44,6 @@
|
|||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 Upload Throughput
|
||||
name: Networking Http 2 Upload Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_2_upload_throughput_KE", "networking_http_2_upload_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Upload Throughput
|
||||
|
@ -138,6 +66,78 @@
|
|||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_3_upload_throughput_KE", "networking_http_3_upload_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time
|
||||
name: Performance Pageload Load Time_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"performance_pageload_load_time_KE", "performance_pageload_load_time_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Time Response Start
|
||||
name: Performance Time Response Start_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"performance_time_response_start_US", "performance_time_response_start_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -152,6 +152,42 @@
|
|||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Startup Cold View App To First Frame
|
||||
name: Perf Startup Cold View App To First Frame_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya.build_id,
|
||||
performance_review_kenya.branch,
|
||||
performance_review_kenya.upper,
|
||||
performance_review_kenya.lower,
|
||||
performance_review_kenya.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"perf_startup_cold_view_app_to_first_frame_US", "perf_startup_cold_view_app_to_first_frame_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya.build_id
|
||||
field_y: performance_review_kenya.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya.lower
|
||||
ci_upper: performance_review_kenya.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya.build_id
|
||||
Percentile: performance_review_kenya.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 1 Upload Throughput
|
||||
|
@ -172,43 +208,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_1_upload_throughput_US", "networking_http_1_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_KE", "networking_dns_lookup_time_US"'
|
||||
performance_review_kenya.metric: '"networking_http_1_upload_throughput_KE", "networking_http_1_upload_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
|
@ -262,8 +262,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Time Response Start
|
||||
name: Performance Time Response Start_percentile
|
||||
- title: Networking Dns Lookup Time
|
||||
name: Networking Dns Lookup Time_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -280,7 +280,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_dns_lookup_time_KE", "networking_dns_lookup_time_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
|
@ -298,8 +298,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 1 Download Throughput
|
||||
name: Networking Http 1 Download Throughput_percentile
|
||||
- title: Networking Http 2 Upload Throughput
|
||||
name: Networking Http 2 Upload Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -316,7 +316,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"networking_http_1_download_throughput_KE", "networking_http_1_download_throughput_US"'
|
||||
performance_review_kenya.metric: '"networking_http_2_upload_throughput_KE", "networking_http_2_upload_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 40
|
||||
col: 0
|
||||
|
@ -334,8 +334,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_percentile
|
||||
- title: Networking Http 3 Download Throughput
|
||||
name: Networking Http 3 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: '"storage_stats_data_dir_bytes_US", "storage_stats_data_dir_bytes_KE"'
|
||||
performance_review_kenya.metric: '"networking_http_3_download_throughput_KE", "networking_http_3_download_throughput_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
|
@ -388,7 +388,7 @@
|
|||
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.metric: '"storage_stats_app_bytes_US", "storage_stats_app_bytes_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
|
@ -406,8 +406,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Load Time
|
||||
name: Performance Pageload Load Time_percentile
|
||||
- title: Networking Http 2 Download Throughput
|
||||
name: Networking Http 2 Download Throughput_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -424,7 +424,7 @@
|
|||
performance_review_kenya.branch, performance_review_kenya.metric
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya.metric: '"performance_pageload_load_time_US", "performance_pageload_load_time_KE"'
|
||||
performance_review_kenya.metric: '"networking_http_2_download_throughput_US", "networking_http_2_download_throughput_KE"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
|
@ -442,8 +442,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Download Throughput
|
||||
name: Networking Http 3 Download Throughput_percentile
|
||||
- title: Storage Stats Data Dir Bytes
|
||||
name: Storage Stats Data Dir Bytes_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_download_throughput_KE", "networking_http_3_download_throughput_US"'
|
||||
performance_review_kenya.metric: '"storage_stats_data_dir_bytes_KE", "storage_stats_data_dir_bytes_US"'
|
||||
performance_review_kenya.statistic: percentile
|
||||
row: 60
|
||||
col: 0
|
||||
|
|
|
@ -10,265 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Dns Lookup Time - By country
|
||||
name: Networking Dns Lookup Time - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_dns_lookup_time'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 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: 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: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 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: Perf Startup Cold View App To First Frame - By country
|
||||
name: Perf Startup Cold View App To First Frame - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_view_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 20
|
||||
col: 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 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: 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 App Bytes - By country
|
||||
name: Storage Stats App Bytes - By country_percentile
|
||||
note_state: expanded
|
||||
|
@ -289,118 +30,7 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'storage_stats_app_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: 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: 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: Perf Startup Cold Main App To First Frame - By country
|
||||
name: Perf Startup Cold Main App To First Frame - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Download Throughput - By country
|
||||
name: Networking Http 3 Download Throughput - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_3_download_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 50
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -437,7 +67,303 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_3_upload_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 50
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance 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: 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 Main App To First Frame - By country
|
||||
name: Perf Startup Cold Main App To First Frame - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Dns Lookup Time - By country
|
||||
name: Networking Dns Lookup Time - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_dns_lookup_time'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 2 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: 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: Perf Startup Cold View App To First Frame - By country
|
||||
name: Perf Startup Cold View App To First Frame - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'perf_startup_cold_view_app_to_first_frame'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 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: 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: 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: 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: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Networking Http 3 Download Throughput - By country
|
||||
name: Networking Http 3 Download Throughput - By country_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_review_kenya_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_review_kenya_2.build_id,
|
||||
performance_review_kenya_2.branch,
|
||||
performance_review_kenya_2.upper,
|
||||
performance_review_kenya_2.lower,
|
||||
performance_review_kenya_2.point
|
||||
]
|
||||
pivots: [
|
||||
performance_review_kenya_2.branch, performance_review_kenya_2.country
|
||||
]
|
||||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_3_download_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -474,6 +400,80 @@
|
|||
filters:
|
||||
performance_review_kenya_2.metric: 'networking_http_1_download_throughput'
|
||||
performance_review_kenya_2.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_review_kenya_2.build_id
|
||||
field_y: performance_review_kenya_2.point
|
||||
log_scale: false
|
||||
ci_lower: performance_review_kenya_2.lower
|
||||
ci_upper: performance_review_kenya_2.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_review_kenya_2.build_id
|
||||
Percentile: performance_review_kenya_2.parameter
|
||||
Country: performance_review_kenya_2.country
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: 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: 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 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: 60
|
||||
col: 0
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
persist_search_term_rollout_phase_1.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'ad_clicks'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
persist_search_term_rollout_phase_1.lower,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'memory_total'
|
||||
persist_search_term_rollout_phase_1.statistic: percentile
|
||||
persist_search_term_rollout_phase_1.metric: 'search_count'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
Percentile: persist_search_term_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.upper,
|
||||
persist_search_term_rollout_phase_1.lower,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'memory_total'
|
||||
persist_search_term_rollout_phase_1.statistic: percentile
|
||||
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
|
||||
Percentile: persist_search_term_rollout_phase_1.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'uri_count'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'days_of_use'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: persist_search_term_rollout_phase_1.submission_date
|
||||
field_y: persist_search_term_rollout_phase_1.point
|
||||
log_scale: false
|
||||
ci_lower: persist_search_term_rollout_phase_1.lower
|
||||
ci_upper: persist_search_term_rollout_phase_1.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: persist_search_term_rollout_phase_1.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: persist_search_term_rollout_phase_1
|
||||
type: looker_line
|
||||
fields: [
|
||||
persist_search_term_rollout_phase_1.submission_date,
|
||||
persist_search_term_rollout_phase_1.branch,
|
||||
persist_search_term_rollout_phase_1.point
|
||||
]
|
||||
pivots: [
|
||||
persist_search_term_rollout_phase_1.branch
|
||||
]
|
||||
filters:
|
||||
persist_search_term_rollout_phase_1.metric: 'ad_clicks'
|
||||
persist_search_term_rollout_phase_1.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
phc_rollout.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'ad_clicks'
|
||||
phc_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.upper,
|
||||
phc_rollout.lower,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'memory_total'
|
||||
phc_rollout.statistic: percentile
|
||||
phc_rollout.metric: 'search_count'
|
||||
phc_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: phc_rollout.submission_date
|
||||
Percentile: phc_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: phc_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.upper,
|
||||
phc_rollout.lower,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'memory_total'
|
||||
phc_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: phc_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
phc_rollout.metric: 'uri_count'
|
||||
phc_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'days_of_use'
|
||||
phc_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: phc_rollout.submission_date
|
||||
field_y: phc_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: phc_rollout.lower
|
||||
ci_upper: phc_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: phc_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: phc_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
phc_rollout.submission_date,
|
||||
phc_rollout.branch,
|
||||
phc_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
phc_rollout.branch
|
||||
]
|
||||
filters:
|
||||
phc_rollout.metric: 'ad_clicks'
|
||||
phc_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'active_hours'
|
||||
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
|
||||
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: 'ad_clicks'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.lower,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'memory_total'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: percentile
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'search_count'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_3rd_sponsored_tile_rollout.submission_date
|
||||
Percentile: pocket_newtab_3rd_sponsored_tile_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: pocket_newtab_3rd_sponsored_tile_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.submission_date,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.upper,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.lower,
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'memory_total'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: percentile
|
||||
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
|
||||
Percentile: pocket_newtab_3rd_sponsored_tile_rollout.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.metric: 'uri_count'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: 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: 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
|
||||
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: 'ad_clicks'
|
||||
pocket_newtab_3rd_sponsored_tile_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_silent_print", "printing_preview_opened", "printing_dialog_opened_via_preview", "printing_preview_opened_tm", "printing_dialog_opened_via_preview_tm", "printing_dialog_opened_without_preview"'
|
||||
print_background_task_times.metric: '"printing_dialog_opened_via_preview_tm", "printing_preview_opened", "printing_silent_print", "printing_dialog_opened_via_preview", "printing_preview_opened_tm", "printing_dialog_opened_without_preview"'
|
||||
print_background_task_times.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -61,7 +61,7 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_dialog_without_preview_cancelled", "printing_preview_cancelled_tm", "printing_dialog_via_preview_cancelled", "printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled"'
|
||||
print_background_task_times.metric: '"printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled", "printing_preview_cancelled_tm", "printing_dialog_via_preview_cancelled", "printing_dialog_without_preview_cancelled"'
|
||||
print_background_task_times.statistic: total_ratio
|
||||
row: 0
|
||||
col: 12
|
||||
|
@ -201,15 +201,15 @@
|
|||
- title: Os
|
||||
name: Os
|
||||
type: string_filter
|
||||
default_value: 'Windows_NT'
|
||||
default_value: 'Linux'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'Windows_NT'
|
||||
- 'Linux'
|
||||
- 'Windows_NT'
|
||||
- 'Darwin'
|
||||
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Print Error By Ui
|
||||
name: Print Error By Ui_sum
|
||||
- title: Print Error Breakdown
|
||||
name: Print Error Breakdown_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -26,7 +26,7 @@
|
|||
print_background_task_times_by_build.branch, print_background_task_times_by_build.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times_by_build.metric: '"total_printing_errors_old_ui", "total_printing_errors_new_ui"'
|
||||
print_background_task_times_by_build.metric: '"notimplemented", "enddoc", "no_printer", "abort", "gfx_printer_doc_is_busy", "unexpected", "oom", "start_page", "name_not_found", "startdoc", "print_failure", "cannot_open_file", "not_available"'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -45,8 +45,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Print Error Breakdown
|
||||
name: Print Error Breakdown_sum
|
||||
- title: Print Error By Ui
|
||||
name: Print Error By Ui_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
|
@ -61,7 +61,7 @@
|
|||
print_background_task_times_by_build.branch, print_background_task_times_by_build.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times_by_build.metric: '"no_printer", "cannot_open_file", "unexpected", "print_failure", "startdoc", "enddoc", "notimplemented", "name_not_found", "abort", "start_page", "oom", "gfx_printer_doc_is_busy", "not_available"'
|
||||
print_background_task_times_by_build.metric: '"total_printing_errors_old_ui", "total_printing_errors_new_ui"'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'active_hours'
|
||||
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
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.lower,
|
||||
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: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: percentile
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'search_count'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.lower,
|
||||
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: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: percentile
|
||||
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
|
||||
Percentile: product_insight_telemetry_via_server_knobs_rollout_release.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'uri_count'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_rollout_release.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_rollout_release.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_rollout_release.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_rollout_release
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch,
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_rollout_release.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
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: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.lower,
|
||||
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: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: percentile
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'search_count'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.lower,
|
||||
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: 'memory_total'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: percentile
|
||||
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
|
||||
Percentile: product_insight_telemetry_via_server_knobs_v123_and_earlier.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
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: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'days_of_use'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
field_y: product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
log_scale: false
|
||||
ci_lower: product_insight_telemetry_via_server_knobs_v123_and_earlier.lower
|
||||
ci_upper: product_insight_telemetry_via_server_knobs_v123_and_earlier.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: product_insight_telemetry_via_server_knobs_v123_and_earlier
|
||||
type: looker_line
|
||||
fields: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.submission_date,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch,
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.point
|
||||
]
|
||||
pivots: [
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.branch
|
||||
]
|
||||
filters:
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.metric: 'ad_clicks'
|
||||
product_insight_telemetry_via_server_knobs_v123_and_earlier.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -0,0 +1,316 @@
|
|||
|
||||
# *Do not manually modify this file*
|
||||
#
|
||||
# This file has been generated via https://github.com/mozilla/lookml-generator
|
||||
# You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default)
|
||||
|
||||
- dashboard: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
title: Recommend Add Ons Staff Pick Relaunch Treatment A Rollout
|
||||
layout: newspaper
|
||||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Active Hours
|
||||
name: Active Hours_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'active_hours'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'ad_clicks'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'search_count'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'retained'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'days_of_use'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'memory_total'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
Percentile: recommend_add_ons_staff_pick_relaunch_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: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'uri_count'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Qualified Cumulative Days Of Use
|
||||
name: Qualified Cumulative Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
type: looker_line
|
||||
fields: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch,
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
]
|
||||
pivots: [
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.branch
|
||||
]
|
||||
filters:
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.metric: 'qualified_cumulative_days_of_use'
|
||||
recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
field_y: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.point
|
||||
log_scale: false
|
||||
ci_lower: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.lower
|
||||
ci_upper: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
||||
filters:
|
||||
- name: Date
|
||||
title: Date
|
||||
type: field_filter
|
||||
allow_multiple_values: true
|
||||
required: false
|
||||
ui_config:
|
||||
type: advanced
|
||||
display: popover
|
||||
model: operational_monitoring
|
||||
explore: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
listens_to_filters: []
|
||||
field: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.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: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout
|
||||
listens_to_filters: []
|
||||
field: recommend_add_ons_staff_pick_relaunch_treatment_a_rollout.parameter
|
||||
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search Count
|
||||
name: Search 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: 'search_count'
|
||||
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
|
||||
|
@ -63,6 +29,40 @@
|
|||
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: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower
|
||||
ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'ad_clicks'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -78,26 +78,24 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower,
|
||||
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: 'memory_total'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: percentile
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'search_count'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -110,7 +108,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
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"
|
||||
|
@ -146,6 +143,77 @@
|
|||
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
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: "ci-line-chart"
|
||||
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.upper,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower,
|
||||
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: 'memory_total'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: percentile
|
||||
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
|
||||
Percentile: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,7 +235,7 @@
|
|||
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: 20
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -201,74 +269,6 @@
|
|||
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: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'days_of_use'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
field_y: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
log_scale: false
|
||||
ci_lower: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.lower
|
||||
ci_upper: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Clicks
|
||||
name: Ad Clicks_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users
|
||||
type: looker_line
|
||||
fields: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.submission_date,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch,
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.point
|
||||
]
|
||||
pivots: [
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.branch
|
||||
]
|
||||
filters:
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.metric: 'ad_clicks'
|
||||
relay_integration_into_firefox_118_release_for_all_fxa_and_autofill_users.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче