зеркало из https://github.com/mozilla/looker-hub.git
Auto-push from LookML generation
This commit is contained in:
Родитель
d8451ad724
Коммит
8e70a3dc2b
|
@ -4716,6 +4716,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__logins_store_migration_num_failed {
|
||||
label: "Logins Store Migration Num Failed"
|
||||
hidden: yes
|
||||
|
|
|
@ -6105,6 +6105,124 @@ will be \"custom\"
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__paint_build_displaylist_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.paint_build_displaylist_time.bucket_count ;;
|
||||
type: number
|
||||
|
@ -11254,6 +11372,30 @@ view: metrics_table__metrics__timing_distribution__network_tls_handshake__values
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__paint_build_displaylist_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -3533,6 +3533,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__logins_store_migration_num_failed {
|
||||
label: "Logins Store Migration Num Failed"
|
||||
hidden: yes
|
||||
|
|
|
@ -2484,6 +2484,124 @@ tracking-protection that is enabled. One of:
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__places_history_migration_duration__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.places_history_migration_duration.bucket_count ;;
|
||||
type: number
|
||||
|
@ -2907,6 +3025,30 @@ view: metrics_table__metrics__timing_distribution__logins_store_write_query_time
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__places_history_migration_duration__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -2803,6 +2803,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__crash_metrics_crash_count {
|
||||
label: "Crash Metrics Crash Count"
|
||||
hidden: yes
|
||||
|
|
|
@ -1788,6 +1788,124 @@ documented in the ping's pings.yaml file.
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__paint_build_displaylist_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.paint_build_displaylist_time.bucket_count ;;
|
||||
type: number
|
||||
|
@ -2920,6 +3038,30 @@ view: metrics_table__metrics__timing_distribution__network_open_to_transaction_p
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__paint_build_displaylist_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -827,6 +827,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_ios/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_ios/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -774,6 +774,124 @@ then the value will be 'custom'.
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__url {
|
||||
sql: ${TABLE}.metrics.url ;;
|
||||
hidden: yes
|
||||
|
@ -1061,6 +1179,30 @@ view: metrics_table__metrics__text {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__url {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -2803,6 +2803,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__crash_metrics_crash_count {
|
||||
label: "Crash Metrics Crash Count"
|
||||
hidden: yes
|
||||
|
|
|
@ -1788,6 +1788,124 @@ documented in the ping's pings.yaml file.
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__paint_build_displaylist_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.paint_build_displaylist_time.bucket_count ;;
|
||||
type: number
|
||||
|
@ -2900,6 +3018,30 @@ view: metrics_table__metrics__timing_distribution__network_open_to_transaction_p
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__paint_build_displaylist_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -827,6 +827,44 @@ documented in the ping's pings.yaml file.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
label: "Nimbus Health Apply Pending Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Apply Pending Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Apply Pending Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_ios/metrics/nimbus_health_apply_pending_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measure how long `applyPendingExperiments` takes.
|
||||
`applyPendingExperiments` uses disk I/O, and happens at
|
||||
startup, as part of the initialization sequence.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
label: "Nimbus Health Fetch Experiments Time Sum"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Nimbus Health"
|
||||
group_item_label: "Fetch Experiments Time Sum"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Nimbus Health Fetch Experiments Time Sum"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_ios/metrics/nimbus_health_fetch_experiments_time"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Measures how long `fetchExperiments` takes.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
|
|
|
@ -774,6 +774,124 @@ then the value will be 'custom'.
|
|||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Apply Pending Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_apply_pending_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__bucket_count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.bucket_count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Bucket Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__count {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.count ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Count"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__histogram_type {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.histogram_type ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Histogram Type"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__overflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.overflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Overflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__range {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.range ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__sum {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.sum ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Sum"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__time_unit {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.time_unit ;;
|
||||
type: string
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Time Unit"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__underflow {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.underflow ;;
|
||||
type: number
|
||||
group_label: "Metrics Timing Distribution Nimbus Health Fetch Experiments Time"
|
||||
group_item_label: "Underflow"
|
||||
}
|
||||
|
||||
dimension: metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
sql: ${TABLE}.metrics.timing_distribution.nimbus_health_fetch_experiments_time.values ;;
|
||||
hidden: yes
|
||||
}
|
||||
|
||||
dimension: metrics__url {
|
||||
sql: ${TABLE}.metrics.url ;;
|
||||
hidden: yes
|
||||
|
@ -1061,6 +1179,30 @@ view: metrics_table__metrics__text {
|
|||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_apply_pending_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__timing_distribution__nimbus_health_fetch_experiments_time__values {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: value {
|
||||
sql: ${TABLE}.value ;;
|
||||
type: number
|
||||
}
|
||||
}
|
||||
|
||||
view: metrics_table__metrics__url {
|
||||
dimension: key {
|
||||
sql: ${TABLE}.key ;;
|
||||
|
|
|
@ -8,7 +8,6 @@ view: dag {
|
|||
dimension: concurrency {
|
||||
sql: ${TABLE}.concurrency ;;
|
||||
type: number
|
||||
description: "Cuncerrency settings for the DAG"
|
||||
}
|
||||
|
||||
dimension: dag_id {
|
||||
|
@ -20,19 +19,11 @@ view: dag {
|
|||
dimension: has_task_concurrency_limits {
|
||||
sql: ${TABLE}.has_task_concurrency_limits ;;
|
||||
type: yesno
|
||||
description: "Indicates if DAG has concurrency limit set"
|
||||
}
|
||||
|
||||
dimension: is_active {
|
||||
sql: ${TABLE}.is_active ;;
|
||||
type: yesno
|
||||
description: "Indicates if the DAG is active"
|
||||
}
|
||||
|
||||
dimension: is_paused {
|
||||
sql: ${TABLE}.is_paused ;;
|
||||
type: yesno
|
||||
description: "Indicates if the DAG is currently paused"
|
||||
}
|
||||
|
||||
dimension: is_subdag {
|
||||
|
@ -44,7 +35,6 @@ view: dag {
|
|||
dimension: max_active_runs {
|
||||
sql: ${TABLE}.max_active_runs ;;
|
||||
type: number
|
||||
description: "Max number of active DAG runs allowed"
|
||||
}
|
||||
|
||||
dimension: owners {
|
||||
|
|
|
@ -35,6 +35,11 @@ view: schema_error_counts {
|
|||
type: string
|
||||
}
|
||||
|
||||
dimension: sample_error_messages {
|
||||
sql: ${TABLE}.sample_error_messages ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension_group: hour {
|
||||
sql: ${TABLE}.hour ;;
|
||||
type: time
|
||||
|
|
356
namespaces.yaml
356
namespaces.yaml
|
@ -3795,19 +3795,19 @@ operational_monitoring:
|
|||
explore: firefox_install_demo
|
||||
group_by_dimension: null
|
||||
summaries: &id045
|
||||
- metric: install_volume_win10
|
||||
metric_groups:
|
||||
- installs_by_os
|
||||
- metric: install_volume_total
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: install_volume_win10
|
||||
metric_groups:
|
||||
- installs_by_os
|
||||
- metric: install_volume_total
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: install_volume_total
|
||||
metric_groups: []
|
||||
- metric: install_volume_win10
|
||||
metric_groups:
|
||||
- installs_by_os
|
||||
statistic: sum
|
||||
- metric: install_volume_total
|
||||
metric_groups: []
|
||||
- metric: install_volume_win10
|
||||
metric_groups:
|
||||
- installs_by_os
|
||||
statistic: mean
|
||||
- metric: install_volume_win7
|
||||
metric_groups:
|
||||
|
@ -3881,28 +3881,28 @@ operational_monitoring:
|
|||
explore: import_infrequent_rollout_make_yourself_at_home
|
||||
group_by_dimension: null
|
||||
summaries: &id051
|
||||
- metric: retained
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: memory_total
|
||||
- metric: search_count
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
statistic: mean
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: qualified_cumulative_days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: ad_clicks
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: uri_count
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
- metric: uri_count
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.import_infrequent_rollout_make_yourself_at_home_statistics
|
||||
|
@ -4123,28 +4123,28 @@ operational_monitoring:
|
|||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
group_by_dimension: null
|
||||
summaries: &id072
|
||||
- metric: retained
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: memory_total
|
||||
- metric: search_count
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
statistic: mean
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: qualified_cumulative_days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: ad_clicks
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: uri_count
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
- metric: uri_count
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.mr2022_backgroundtaskmessage_notification_release_1pct_statistics
|
||||
|
@ -4318,46 +4318,28 @@ operational_monitoring:
|
|||
explore: performance_desktop_build_by_build_beta
|
||||
group_by_dimension: null
|
||||
summaries: &id087
|
||||
- metric: input_event_response_coalesced
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_request_animation_callback_non_pageload
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: mouseup_followed_by_click_present_latency
|
||||
- metric: js_pageload_delazification_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: keypress_present_latency_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_protect_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: time_to_first_interaction_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: cycle_collector_visited_gced
|
||||
- metric: perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: fx_page_load_ms_2
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_page_load_time_from_responsestart
|
||||
- metric: timestamps_about_home_topsites_first_paint
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_request_animation_callback_pageload
|
||||
- metric: js_pageload_xdr_encoding_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_baseline_compile_ms
|
||||
- metric: js_pageload_protect_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_execution_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: scroll_present_latency
|
||||
- metric: mouseup_followed_by_click_present_latency
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_parse_ms
|
||||
|
@ -4366,25 +4348,43 @@ operational_monitoring:
|
|||
- metric: timestamps_first_paint_two
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: cycle_collector_visited_ref_counted
|
||||
- metric: input_event_response_coalesced
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_delazification_ms
|
||||
- metric: js_pageload_baseline_compile_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_page_load_time_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_xdr_encoding_ms
|
||||
- metric: perf_request_animation_callback_non_pageload
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_dom_content_loaded_time
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: timestamps_about_home_topsites_first_paint
|
||||
- metric: perf_first_contentful_paint_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_first_contentful_paint_ms
|
||||
- metric: cycle_collector_visited_gced
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_request_animation_callback_pageload
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_page_load_time_from_responsestart
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_page_load_time_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: time_to_first_interaction_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: cycle_collector_visited_ref_counted
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: scroll_present_latency
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_execution_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.performance_desktop_build_by_build_beta_statistics
|
||||
|
@ -4400,40 +4400,40 @@ operational_monitoring:
|
|||
explore: performance_fenix_build_by_build_beta
|
||||
group_by_dimension: null
|
||||
summaries: &id090
|
||||
- metric: performance_pageload_dcl
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: storage_stats_cache_bytes
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_startup_cold_view_app_to_first_frame
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_req_anim_frame_callback
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: storage_stats_data_dir_bytes
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_startup_cold_main_app_to_first_frame
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: storage_stats_app_bytes
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_load_time_responsestart
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_fcp
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: storage_stats_data_dir_bytes
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_fcp_responsestart
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: storage_stats_cache_bytes
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_startup_cold_main_app_to_first_frame
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_req_anim_frame_callback
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_dcl_responsestart
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_load_time_responsestart
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_load_time
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: performance_pageload_fcp
|
||||
- metric: performance_pageload_dcl
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.performance_fenix_build_by_build_beta_statistics
|
||||
|
@ -4450,28 +4450,28 @@ operational_monitoring:
|
|||
explore: pocket_newtab_save_button
|
||||
group_by_dimension: null
|
||||
summaries: &id093
|
||||
- metric: retained
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: memory_total
|
||||
- metric: search_count
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
statistic: mean
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: qualified_cumulative_days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: ad_clicks
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: uri_count
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
- metric: uri_count
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.pocket_newtab_save_button_statistics
|
||||
|
@ -4488,28 +4488,28 @@ operational_monitoring:
|
|||
explore: pocket_newtab_save_button_25
|
||||
group_by_dimension: null
|
||||
summaries: &id096
|
||||
- metric: retained
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: memory_total
|
||||
- metric: search_count
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
statistic: mean
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: qualified_cumulative_days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: ad_clicks
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: uri_count
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
- metric: uri_count
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.pocket_newtab_save_button_25_statistics
|
||||
|
@ -4523,11 +4523,11 @@ operational_monitoring:
|
|||
compact_visualization: false
|
||||
dimensions: &id098
|
||||
channel:
|
||||
default: nightly
|
||||
default: beta
|
||||
options:
|
||||
- nightly
|
||||
- beta
|
||||
- release
|
||||
- nightly
|
||||
os:
|
||||
default: Darwin
|
||||
options:
|
||||
|
@ -4537,26 +4537,18 @@ operational_monitoring:
|
|||
explore: print_background_task_times
|
||||
group_by_dimension: null
|
||||
summaries: &id099
|
||||
- metric: printing_preview_opened_tm
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- metric: printing_dialog_via_preview_cancelled
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_dialog_via_preview_cancelled_tm
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_silent_print
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- metric: printing_preview_cancelled_tm
|
||||
- metric: printing_dialog_opened_without_preview
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- metric: printing_dialog_opened_via_preview_tm
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- metric: printing_dialog_without_preview_cancelled
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
|
@ -4567,6 +4559,10 @@ operational_monitoring:
|
|||
- metric: print_count
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: printing_preview_cancelled_tm
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_dialog_opened_via_preview
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
|
@ -4575,15 +4571,19 @@ operational_monitoring:
|
|||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_dialog_opened_via_preview_tm
|
||||
- metric: printing_dialog_via_preview_cancelled
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_preview_opened
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
- metric: printing_dialog_opened_without_preview
|
||||
- metric: printing_dialog_via_preview_cancelled_tm
|
||||
metric_groups:
|
||||
- print_cancel_ratios
|
||||
statistic: total_ratio
|
||||
- metric: printing_preview_opened_tm
|
||||
metric_groups:
|
||||
- print_initiation_counts
|
||||
statistic: sum
|
||||
|
@ -4612,46 +4612,22 @@ operational_monitoring:
|
|||
explore: print_background_task_times_by_build
|
||||
group_by_dimension: null
|
||||
summaries: &id102
|
||||
- metric: cannot_open_file
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: total_printing_errors_old_ui
|
||||
- metric: total_printing_errors_new_ui
|
||||
metric_groups:
|
||||
- print_error_by_ui
|
||||
statistic: sum
|
||||
- metric: startdoc
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: abort
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: print_failure
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: name_not_found
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: notimplemented
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: total_printing_errors
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: unexpected
|
||||
- metric: startdoc
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: not_available
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: start_page
|
||||
- metric: oom
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
|
@ -4659,11 +4635,27 @@ operational_monitoring:
|
|||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: total_printing_errors_new_ui
|
||||
- metric: total_printing_errors_old_ui
|
||||
metric_groups:
|
||||
- print_error_by_ui
|
||||
statistic: sum
|
||||
- metric: oom
|
||||
- metric: name_not_found
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: gfx_printer_doc_is_busy
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: print_failure
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: not_available
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: unexpected
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
|
@ -4671,7 +4663,15 @@ operational_monitoring:
|
|||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: gfx_printer_doc_is_busy
|
||||
- metric: notimplemented
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: cannot_open_file
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
- metric: start_page
|
||||
metric_groups:
|
||||
- print_error_breakdown
|
||||
statistic: sum
|
||||
|
@ -5123,39 +5123,39 @@ operational_monitoring:
|
|||
explore: telemetry_alerts_prototype
|
||||
group_by_dimension: null
|
||||
summaries: &id144
|
||||
- metric: oom_crashes
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: main_crashes
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: gc_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: gc_budget_overrun
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: checkerboard_severity
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_execution_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: subsession_length
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_first_contentful_paint_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: gc_ms_content
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: subsession_length
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: main_crashes
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: oom_crashes
|
||||
metric_groups: []
|
||||
statistic: sum
|
||||
- metric: active_ticks
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: perf_first_contentful_paint_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: js_pageload_execution_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: checkerboard_severity
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: gc_ms
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.telemetry_alerts_prototype_statistics
|
||||
xaxis: build_id
|
||||
- explore: telemetry_alerts_prototype_alerts
|
||||
|
@ -5304,22 +5304,22 @@ operational_monitoring:
|
|||
explore: viewpoint_survey_2023_jan_ios
|
||||
group_by_dimension: null
|
||||
summaries: &id165
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: days_of_use
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: active_hours
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: ad_clicks
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
- metric: search_count
|
||||
- metric: memory_total
|
||||
metric_groups: []
|
||||
statistic: percentile
|
||||
- metric: retained
|
||||
metric_groups: []
|
||||
statistic: mean
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.viewpoint_survey_2023_jan_ios_statistics
|
||||
|
|
|
@ -10,72 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win10", "install_volume_win7", "install_volume_win8_1", "install_volume_win8"'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win10", "install_volume_win7", "install_volume_win8_1", "install_volume_win8"'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Install Volume Total
|
||||
name: Install Volume Total_sum
|
||||
note_state: expanded
|
||||
|
@ -94,7 +28,7 @@
|
|||
filters:
|
||||
firefox_install_demo.metric: 'install_volume_total'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 10
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -127,6 +61,72 @@
|
|||
filters:
|
||||
firefox_install_demo.metric: 'install_volume_total'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_sum
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Sum
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win10", "install_volume_win7", "install_volume_win8_1", "install_volume_win8"'
|
||||
firefox_install_demo.statistic: sum
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_install_demo.submission_date
|
||||
field_y: firefox_install_demo.point
|
||||
log_scale: false
|
||||
ci_lower: firefox_install_demo.lower
|
||||
ci_upper: firefox_install_demo.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: firefox_install_demo.submission_date
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Installs By Os
|
||||
name: Installs By Os_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: firefox_install_demo
|
||||
type: looker_line
|
||||
fields: [
|
||||
firefox_install_demo.submission_date,
|
||||
firefox_install_demo.branch,
|
||||
firefox_install_demo.point
|
||||
]
|
||||
pivots: [
|
||||
firefox_install_demo.branch, firefox_install_demo.metric
|
||||
]
|
||||
filters:
|
||||
firefox_install_demo.metric: '"install_volume_win10", "install_volume_win7", "install_volume_win8_1", "install_volume_win8"'
|
||||
firefox_install_demo.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'retained'
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'days_of_use'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,26 +44,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: import_infrequent_rollout_make_yourself_at_home
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
import_infrequent_rollout_make_yourself_at_home.submission_date,
|
||||
import_infrequent_rollout_make_yourself_at_home.branch,
|
||||
import_infrequent_rollout_make_yourself_at_home.upper,
|
||||
import_infrequent_rollout_make_yourself_at_home.lower,
|
||||
import_infrequent_rollout_make_yourself_at_home.point
|
||||
]
|
||||
pivots: [
|
||||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'memory_total'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: percentile
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'search_count'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -76,7 +74,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
Percentile: import_infrequent_rollout_make_yourself_at_home.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,40 +143,6 @@
|
|||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.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: import_infrequent_rollout_make_yourself_at_home
|
||||
type: looker_line
|
||||
fields: [
|
||||
import_infrequent_rollout_make_yourself_at_home.submission_date,
|
||||
import_infrequent_rollout_make_yourself_at_home.branch,
|
||||
import_infrequent_rollout_make_yourself_at_home.point
|
||||
]
|
||||
pivots: [
|
||||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'days_of_use'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
field_y: import_infrequent_rollout_make_yourself_at_home.point
|
||||
log_scale: false
|
||||
ci_lower: import_infrequent_rollout_make_yourself_at_home.lower
|
||||
ci_upper: import_infrequent_rollout_make_yourself_at_home.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -202,6 +165,42 @@
|
|||
import_infrequent_rollout_make_yourself_at_home.metric: 'ad_clicks'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
field_y: import_infrequent_rollout_make_yourself_at_home.point
|
||||
log_scale: false
|
||||
ci_lower: import_infrequent_rollout_make_yourself_at_home.lower
|
||||
ci_upper: import_infrequent_rollout_make_yourself_at_home.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.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: import_infrequent_rollout_make_yourself_at_home
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
import_infrequent_rollout_make_yourself_at_home.submission_date,
|
||||
import_infrequent_rollout_make_yourself_at_home.branch,
|
||||
import_infrequent_rollout_make_yourself_at_home.upper,
|
||||
import_infrequent_rollout_make_yourself_at_home.lower,
|
||||
import_infrequent_rollout_make_yourself_at_home.point
|
||||
]
|
||||
pivots: [
|
||||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'memory_total'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +210,41 @@
|
|||
ci_lower: import_infrequent_rollout_make_yourself_at_home.lower
|
||||
ci_upper: import_infrequent_rollout_make_yourself_at_home.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
Percentile: import_infrequent_rollout_make_yourself_at_home.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: import_infrequent_rollout_make_yourself_at_home
|
||||
type: looker_line
|
||||
fields: [
|
||||
import_infrequent_rollout_make_yourself_at_home.submission_date,
|
||||
import_infrequent_rollout_make_yourself_at_home.branch,
|
||||
import_infrequent_rollout_make_yourself_at_home.point
|
||||
]
|
||||
pivots: [
|
||||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'retained'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
field_y: import_infrequent_rollout_make_yourself_at_home.point
|
||||
log_scale: false
|
||||
ci_lower: import_infrequent_rollout_make_yourself_at_home.lower
|
||||
ci_upper: import_infrequent_rollout_make_yourself_at_home.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
|
||||
|
@ -236,40 +270,6 @@
|
|||
import_infrequent_rollout_make_yourself_at_home.metric: 'uri_count'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: import_infrequent_rollout_make_yourself_at_home.submission_date
|
||||
field_y: import_infrequent_rollout_make_yourself_at_home.point
|
||||
log_scale: false
|
||||
ci_lower: import_infrequent_rollout_make_yourself_at_home.lower
|
||||
ci_upper: import_infrequent_rollout_make_yourself_at_home.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: import_infrequent_rollout_make_yourself_at_home.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: import_infrequent_rollout_make_yourself_at_home
|
||||
type: looker_line
|
||||
fields: [
|
||||
import_infrequent_rollout_make_yourself_at_home.submission_date,
|
||||
import_infrequent_rollout_make_yourself_at_home.branch,
|
||||
import_infrequent_rollout_make_yourself_at_home.point
|
||||
]
|
||||
pivots: [
|
||||
import_infrequent_rollout_make_yourself_at_home.branch
|
||||
]
|
||||
filters:
|
||||
import_infrequent_rollout_make_yourself_at_home.metric: 'search_count'
|
||||
import_infrequent_rollout_make_yourself_at_home.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'retained'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,26 +44,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: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.upper,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.lower,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'memory_total'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: percentile
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'search_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -76,7 +74,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
Percentile: mr2022_backgroundtaskmessage_notification_release_1pct.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,40 +143,6 @@
|
|||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'days_of_use'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -202,6 +165,42 @@
|
|||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'ad_clicks'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.upper,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.lower,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'memory_total'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +210,41 @@
|
|||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
Percentile: mr2022_backgroundtaskmessage_notification_release_1pct.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'retained'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
|
@ -236,40 +270,6 @@
|
|||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'uri_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
field_y: mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
log_scale: false
|
||||
ci_lower: mr2022_backgroundtaskmessage_notification_release_1pct.lower
|
||||
ci_upper: mr2022_backgroundtaskmessage_notification_release_1pct.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: mr2022_backgroundtaskmessage_notification_release_1pct.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: mr2022_backgroundtaskmessage_notification_release_1pct
|
||||
type: looker_line
|
||||
fields: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.submission_date,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch,
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.point
|
||||
]
|
||||
pivots: [
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.branch
|
||||
]
|
||||
filters:
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.metric: 'search_count'
|
||||
mr2022_backgroundtaskmessage_notification_release_1pct.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Input Event Response Coalesced
|
||||
name: Input Event Response Coalesced_percentile
|
||||
- title: Js Pageload Delazification Ms
|
||||
name: Js Pageload Delazification Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -28,7 +28,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'input_event_response_coalesced'
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_delazification_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -45,80 +45,6 @@
|
|||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Request Animation Callback Non Pageload
|
||||
name: Perf Request Animation Callback Non Pageload_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_non_pageload'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Mouseup Followed By Click Present Latency
|
||||
name: Mouseup Followed By Click Present Latency_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'mouseup_followed_by_click_present_latency'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Keypress Present Latency Ms
|
||||
|
@ -141,303 +67,7 @@
|
|||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'keypress_present_latency_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Protect Ms
|
||||
name: Js Pageload Protect Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_protect_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Time To First Interaction Ms
|
||||
name: Time To First Interaction Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'time_to_first_interaction_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Cycle Collector Visited Gced
|
||||
name: Cycle Collector Visited Gced_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_gced'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Fx Page Load Ms 2
|
||||
name: Fx Page Load Ms 2_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'fx_page_load_ms_2'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Page Load Time From Responsestart
|
||||
name: Perf Page Load Time From Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_page_load_time_from_responsestart'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Request Animation Callback Pageload
|
||||
name: Perf Request Animation Callback Pageload_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_pageload'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Baseline Compile Ms
|
||||
name: Js Pageload Baseline Compile Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_baseline_compile_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Execution Ms
|
||||
name: Js Pageload Execution Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_execution_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -474,7 +104,7 @@
|
|||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_dom_contentperf_dom_content_loaded_time_from_responsestart_ms_loaded_time'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 60
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -491,8 +121,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Scroll Present Latency
|
||||
name: Scroll Present Latency_percentile
|
||||
- title: Fx Page Load Ms 2
|
||||
name: Fx Page Load Ms 2_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -509,9 +139,157 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'scroll_present_latency'
|
||||
performance_desktop_build_by_build_beta.metric: 'fx_page_load_ms_2'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 60
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Timestamps About Home Topsites First Paint
|
||||
name: Timestamps About Home Topsites First Paint_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'timestamps_about_home_topsites_first_paint'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Xdr Encoding Ms
|
||||
name: Js Pageload Xdr Encoding Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_xdr_encoding_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Protect Ms
|
||||
name: Js Pageload Protect Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_protect_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Mouseup Followed By Click Present Latency
|
||||
name: Mouseup Followed By Click Present Latency_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'mouseup_followed_by_click_present_latency'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -548,7 +326,7 @@
|
|||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_parse_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 70
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -585,6 +363,228 @@
|
|||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'timestamps_first_paint_two'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Input Event Response Coalesced
|
||||
name: Input Event Response Coalesced_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'input_event_response_coalesced'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Baseline Compile Ms
|
||||
name: Js Pageload Baseline Compile Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_baseline_compile_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Request Animation Callback Non Pageload
|
||||
name: Perf Request Animation Callback Non Pageload_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_non_pageload'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 60
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Dom Content Loaded Time
|
||||
name: Perf Dom Content Loaded Time_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_dom_content_loaded_time'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 60
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf First Contentful Paint Ms
|
||||
name: Perf First Contentful Paint Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_first_contentful_paint_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 70
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_desktop_build_by_build_beta.build_id
|
||||
field_y: performance_desktop_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_desktop_build_by_build_beta.lower
|
||||
ci_upper: performance_desktop_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_desktop_build_by_build_beta.build_id
|
||||
Percentile: performance_desktop_build_by_build_beta.parameter
|
||||
Os: performance_desktop_build_by_build_beta.os
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Cycle Collector Visited Gced
|
||||
name: Cycle Collector Visited Gced_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_desktop_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_desktop_build_by_build_beta.build_id,
|
||||
performance_desktop_build_by_build_beta.branch,
|
||||
performance_desktop_build_by_build_beta.upper,
|
||||
performance_desktop_build_by_build_beta.lower,
|
||||
performance_desktop_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_gced'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 70
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -602,8 +602,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Cycle Collector Visited Ref Counted
|
||||
name: Cycle Collector Visited Ref Counted_percentile
|
||||
- title: Perf Request Animation Callback Pageload
|
||||
name: Perf Request Animation Callback Pageload_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -620,7 +620,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_ref_counted'
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_request_animation_callback_pageload'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 80
|
||||
col: 0
|
||||
|
@ -639,8 +639,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Delazification Ms
|
||||
name: Js Pageload Delazification Ms_percentile
|
||||
- title: Perf Page Load Time From Responsestart
|
||||
name: Perf Page Load Time From Responsestart_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -657,7 +657,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_delazification_ms'
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_page_load_time_from_responsestart'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 80
|
||||
col: 12
|
||||
|
@ -713,8 +713,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Js Pageload Xdr Encoding Ms
|
||||
name: Js Pageload Xdr Encoding Ms_percentile
|
||||
- title: Time To First Interaction Ms
|
||||
name: Time To First Interaction Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -731,7 +731,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_xdr_encoding_ms'
|
||||
performance_desktop_build_by_build_beta.metric: 'time_to_first_interaction_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 90
|
||||
col: 12
|
||||
|
@ -750,8 +750,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Dom Content Loaded Time
|
||||
name: Perf Dom Content Loaded Time_percentile
|
||||
- title: Cycle Collector Visited Ref Counted
|
||||
name: Cycle Collector Visited Ref Counted_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -768,7 +768,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_dom_content_loaded_time'
|
||||
performance_desktop_build_by_build_beta.metric: 'cycle_collector_visited_ref_counted'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 100
|
||||
col: 0
|
||||
|
@ -787,8 +787,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Timestamps About Home Topsites First Paint
|
||||
name: Timestamps About Home Topsites First Paint_percentile
|
||||
- title: Scroll Present Latency
|
||||
name: Scroll Present Latency_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -805,7 +805,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'timestamps_about_home_topsites_first_paint'
|
||||
performance_desktop_build_by_build_beta.metric: 'scroll_present_latency'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 100
|
||||
col: 12
|
||||
|
@ -824,8 +824,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf First Contentful Paint Ms
|
||||
name: Perf First Contentful Paint Ms_percentile
|
||||
- title: Js Pageload Execution Ms
|
||||
name: Js Pageload Execution Ms_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -842,7 +842,7 @@
|
|||
performance_desktop_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_desktop_build_by_build_beta.metric: 'perf_first_contentful_paint_ms'
|
||||
performance_desktop_build_by_build_beta.metric: 'js_pageload_execution_ms'
|
||||
performance_desktop_build_by_build_beta.statistic: percentile
|
||||
row: 110
|
||||
col: 0
|
||||
|
|
|
@ -10,78 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Performance Pageload Dcl
|
||||
name: Performance Pageload Dcl_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats Cache Bytes
|
||||
name: Storage Stats Cache Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 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: Perf Startup Cold View App To First Frame
|
||||
name: Perf Startup Cold View App To First Frame_percentile
|
||||
note_state: expanded
|
||||
|
@ -102,7 +30,7 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_view_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -118,8 +46,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Req Anim Frame Callback
|
||||
name: Performance Pageload Req Anim Frame Callback_percentile
|
||||
- title: Storage Stats App Bytes
|
||||
name: Storage Stats App Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -136,7 +64,79 @@
|
|||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_req_anim_frame_callback'
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_app_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload 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: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Fcp
|
||||
name: Performance Pageload Fcp_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 10
|
||||
col: 12
|
||||
|
@ -188,78 +188,6 @@
|
|||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Startup Cold Main App To First Frame
|
||||
name: Perf Startup Cold Main App To First Frame_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats App Bytes
|
||||
name: Storage Stats App Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_app_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
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
|
||||
|
@ -282,6 +210,78 @@
|
|||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Storage Stats Cache Bytes
|
||||
name: Storage Stats Cache Bytes_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'storage_stats_cache_bytes'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Perf Startup Cold Main App To First Frame
|
||||
name: Perf Startup Cold Main App To First Frame_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: performance_fenix_build_by_build_beta
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
performance_fenix_build_by_build_beta.build_id,
|
||||
performance_fenix_build_by_build_beta.branch,
|
||||
performance_fenix_build_by_build_beta.upper,
|
||||
performance_fenix_build_by_build_beta.lower,
|
||||
performance_fenix_build_by_build_beta.point
|
||||
]
|
||||
pivots: [
|
||||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'perf_startup_cold_main_app_to_first_frame'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -296,6 +296,42 @@
|
|||
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: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Dcl Responsestart
|
||||
|
@ -319,42 +355,6 @@
|
|||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl_responsestart'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: performance_fenix_build_by_build_beta.build_id
|
||||
field_y: performance_fenix_build_by_build_beta.point
|
||||
log_scale: false
|
||||
ci_lower: performance_fenix_build_by_build_beta.lower
|
||||
ci_upper: performance_fenix_build_by_build_beta.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: performance_fenix_build_by_build_beta.build_id
|
||||
Percentile: performance_fenix_build_by_build_beta.parameter
|
||||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload 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: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -406,8 +406,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- title: Performance Pageload Fcp
|
||||
name: Performance Pageload Fcp_percentile
|
||||
- title: Performance Pageload Dcl
|
||||
name: Performance Pageload Dcl_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
|
@ -424,7 +424,7 @@
|
|||
performance_fenix_build_by_build_beta.branch
|
||||
]
|
||||
filters:
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_fcp'
|
||||
performance_fenix_build_by_build_beta.metric: 'performance_pageload_dcl'
|
||||
performance_fenix_build_by_build_beta.statistic: percentile
|
||||
row: 50
|
||||
col: 12
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'retained'
|
||||
pocket_newtab_save_button.metric: 'days_of_use'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,26 +44,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_save_button
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button.submission_date,
|
||||
pocket_newtab_save_button.branch,
|
||||
pocket_newtab_save_button.upper,
|
||||
pocket_newtab_save_button.lower,
|
||||
pocket_newtab_save_button.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'memory_total'
|
||||
pocket_newtab_save_button.statistic: percentile
|
||||
pocket_newtab_save_button.metric: 'search_count'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -76,7 +74,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.submission_date
|
||||
Percentile: pocket_newtab_save_button.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,40 +143,6 @@
|
|||
listen:
|
||||
Date: pocket_newtab_save_button.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_save_button
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button.submission_date,
|
||||
pocket_newtab_save_button.branch,
|
||||
pocket_newtab_save_button.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'days_of_use'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button.submission_date
|
||||
field_y: pocket_newtab_save_button.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button.lower
|
||||
ci_upper: pocket_newtab_save_button.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -202,6 +165,42 @@
|
|||
pocket_newtab_save_button.metric: 'ad_clicks'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button.submission_date
|
||||
field_y: pocket_newtab_save_button.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button.lower
|
||||
ci_upper: pocket_newtab_save_button.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.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_save_button
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
pocket_newtab_save_button.submission_date,
|
||||
pocket_newtab_save_button.branch,
|
||||
pocket_newtab_save_button.upper,
|
||||
pocket_newtab_save_button.lower,
|
||||
pocket_newtab_save_button.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'memory_total'
|
||||
pocket_newtab_save_button.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +210,41 @@
|
|||
ci_lower: pocket_newtab_save_button.lower
|
||||
ci_upper: pocket_newtab_save_button.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.submission_date
|
||||
Percentile: pocket_newtab_save_button.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_save_button
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button.submission_date,
|
||||
pocket_newtab_save_button.branch,
|
||||
pocket_newtab_save_button.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'retained'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button.submission_date
|
||||
field_y: pocket_newtab_save_button.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button.lower
|
||||
ci_upper: pocket_newtab_save_button.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.submission_date
|
||||
|
||||
|
@ -236,40 +270,6 @@
|
|||
pocket_newtab_save_button.metric: 'uri_count'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button.submission_date
|
||||
field_y: pocket_newtab_save_button.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button.lower
|
||||
ci_upper: pocket_newtab_save_button.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button.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: pocket_newtab_save_button
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button.submission_date,
|
||||
pocket_newtab_save_button.branch,
|
||||
pocket_newtab_save_button.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button.metric: 'search_count'
|
||||
pocket_newtab_save_button.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'retained'
|
||||
pocket_newtab_save_button_25.metric: 'days_of_use'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,26 +44,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_save_button_25
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button_25.submission_date,
|
||||
pocket_newtab_save_button_25.branch,
|
||||
pocket_newtab_save_button_25.upper,
|
||||
pocket_newtab_save_button_25.lower,
|
||||
pocket_newtab_save_button_25.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'memory_total'
|
||||
pocket_newtab_save_button_25.statistic: percentile
|
||||
pocket_newtab_save_button_25.metric: 'search_count'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -76,7 +74,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.submission_date
|
||||
Percentile: pocket_newtab_save_button_25.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -146,40 +143,6 @@
|
|||
listen:
|
||||
Date: pocket_newtab_save_button_25.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_save_button_25
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button_25.submission_date,
|
||||
pocket_newtab_save_button_25.branch,
|
||||
pocket_newtab_save_button_25.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'days_of_use'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button_25.submission_date
|
||||
field_y: pocket_newtab_save_button_25.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button_25.lower
|
||||
ci_upper: pocket_newtab_save_button_25.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -202,6 +165,42 @@
|
|||
pocket_newtab_save_button_25.metric: 'ad_clicks'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button_25.submission_date
|
||||
field_y: pocket_newtab_save_button_25.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button_25.lower
|
||||
ci_upper: pocket_newtab_save_button_25.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.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_save_button_25
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
pocket_newtab_save_button_25.submission_date,
|
||||
pocket_newtab_save_button_25.branch,
|
||||
pocket_newtab_save_button_25.upper,
|
||||
pocket_newtab_save_button_25.lower,
|
||||
pocket_newtab_save_button_25.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'memory_total'
|
||||
pocket_newtab_save_button_25.statistic: percentile
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -211,6 +210,41 @@
|
|||
ci_lower: pocket_newtab_save_button_25.lower
|
||||
ci_upper: pocket_newtab_save_button_25.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.submission_date
|
||||
Percentile: pocket_newtab_save_button_25.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: pocket_newtab_save_button_25
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button_25.submission_date,
|
||||
pocket_newtab_save_button_25.branch,
|
||||
pocket_newtab_save_button_25.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'retained'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button_25.submission_date
|
||||
field_y: pocket_newtab_save_button_25.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button_25.lower
|
||||
ci_upper: pocket_newtab_save_button_25.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.submission_date
|
||||
|
||||
|
@ -236,40 +270,6 @@
|
|||
pocket_newtab_save_button_25.metric: 'uri_count'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: pocket_newtab_save_button_25.submission_date
|
||||
field_y: pocket_newtab_save_button_25.point
|
||||
log_scale: false
|
||||
ci_lower: pocket_newtab_save_button_25.lower
|
||||
ci_upper: pocket_newtab_save_button_25.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: pocket_newtab_save_button_25.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: pocket_newtab_save_button_25
|
||||
type: looker_line
|
||||
fields: [
|
||||
pocket_newtab_save_button_25.submission_date,
|
||||
pocket_newtab_save_button_25.branch,
|
||||
pocket_newtab_save_button_25.point
|
||||
]
|
||||
pivots: [
|
||||
pocket_newtab_save_button_25.branch
|
||||
]
|
||||
filters:
|
||||
pocket_newtab_save_button_25.metric: 'search_count'
|
||||
pocket_newtab_save_button_25.statistic: mean
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_preview_opened_tm", "printing_silent_print", "printing_dialog_opened_via_preview", "printing_dialog_opened_via_preview_tm", "printing_preview_opened", "printing_dialog_opened_without_preview"'
|
||||
print_background_task_times.metric: '"printing_silent_print", "printing_dialog_opened_without_preview", "printing_dialog_opened_via_preview_tm", "printing_dialog_opened_via_preview", "printing_preview_opened", "printing_preview_opened_tm"'
|
||||
print_background_task_times.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -61,7 +61,7 @@
|
|||
print_background_task_times.branch, print_background_task_times.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times.metric: '"printing_dialog_via_preview_cancelled", "printing_dialog_via_preview_cancelled_tm", "printing_preview_cancelled_tm", "printing_dialog_without_preview_cancelled", "printing_preview_cancelled"'
|
||||
print_background_task_times.metric: '"printing_dialog_without_preview_cancelled", "printing_preview_cancelled_tm", "printing_preview_cancelled", "printing_dialog_via_preview_cancelled", "printing_dialog_via_preview_cancelled_tm"'
|
||||
print_background_task_times.statistic: total_ratio
|
||||
row: 0
|
||||
col: 12
|
||||
|
@ -185,16 +185,16 @@
|
|||
- title: Channel
|
||||
name: Channel
|
||||
type: string_filter
|
||||
default_value: 'nightly'
|
||||
default_value: 'beta'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
type: dropdown_menu
|
||||
display: inline
|
||||
options:
|
||||
- 'nightly'
|
||||
- 'beta'
|
||||
- 'release'
|
||||
- 'nightly'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- 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
|
||||
|
@ -26,7 +26,7 @@
|
|||
print_background_task_times_by_build.branch, print_background_task_times_by_build.metric
|
||||
]
|
||||
filters:
|
||||
print_background_task_times_by_build.metric: '"cannot_open_file", "startdoc", "abort", "print_failure", "name_not_found", "notimplemented", "unexpected", "not_available", "start_page", "enddoc", "oom", "no_printer", "gfx_printer_doc_is_busy"'
|
||||
print_background_task_times_by_build.metric: '"total_printing_errors_new_ui", "total_printing_errors_old_ui"'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -45,8 +45,8 @@
|
|||
|
||||
active: "#3FE1B0"
|
||||
defaults_version: 0
|
||||
- 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
|
||||
|
@ -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: '"total_printing_errors_old_ui", "total_printing_errors_new_ui"'
|
||||
print_background_task_times_by_build.metric: '"abort", "startdoc", "oom", "enddoc", "name_not_found", "gfx_printer_doc_is_busy", "print_failure", "not_available", "unexpected", "no_printer", "notimplemented", "cannot_open_file", "start_page"'
|
||||
print_background_task_times_by_build.statistic: sum
|
||||
row: 0
|
||||
col: 12
|
||||
|
|
|
@ -11,12 +11,14 @@
|
|||
|
||||
elements:
|
||||
- title: Metric
|
||||
name: Metric_sum
|
||||
name: Metric_percentile
|
||||
explore: telemetry_alerts_prototype
|
||||
type: looker_line
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
telemetry_alerts_prototype.build_id,
|
||||
telemetry_alerts_prototype.branch,
|
||||
telemetry_alerts_prototype.upper,
|
||||
telemetry_alerts_prototype.lower,
|
||||
telemetry_alerts_prototype.point
|
||||
]
|
||||
pivots: [
|
||||
|
@ -34,6 +36,7 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: telemetry_alerts_prototype.build_id
|
||||
Percentile: telemetry_alerts_prototype.parameter
|
||||
Os: telemetry_alerts_prototype.os
|
||||
Metric: telemetry_alerts_prototype.metric
|
||||
Statistic: telemetry_alerts_prototype.statistic
|
||||
|
@ -129,7 +132,7 @@
|
|||
- name: Metric
|
||||
title: Metric
|
||||
type: field_filter
|
||||
default_value: 'oom_crashes'
|
||||
default_value: 'gc_budget_overrun'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
|
@ -142,7 +145,7 @@
|
|||
- name: Statistic
|
||||
title: Statistic
|
||||
type: field_filter
|
||||
default_value: 'sum'
|
||||
default_value: 'percentile'
|
||||
allow_multiple_values: false
|
||||
required: true
|
||||
ui_config:
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -26,7 +26,7 @@
|
|||
viewpoint_survey_2023_jan_ios.branch
|
||||
]
|
||||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'retained'
|
||||
viewpoint_survey_2023_jan_ios.metric: 'days_of_use'
|
||||
viewpoint_survey_2023_jan_ios.statistic: mean
|
||||
row: 0
|
||||
col: 0
|
||||
|
@ -44,26 +44,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: viewpoint_survey_2023_jan_ios
|
||||
type: "ci-line-chart"
|
||||
type: looker_line
|
||||
fields: [
|
||||
viewpoint_survey_2023_jan_ios.submission_date,
|
||||
viewpoint_survey_2023_jan_ios.branch,
|
||||
viewpoint_survey_2023_jan_ios.upper,
|
||||
viewpoint_survey_2023_jan_ios.lower,
|
||||
viewpoint_survey_2023_jan_ios.point
|
||||
]
|
||||
pivots: [
|
||||
viewpoint_survey_2023_jan_ios.branch
|
||||
]
|
||||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'memory_total'
|
||||
viewpoint_survey_2023_jan_ios.statistic: percentile
|
||||
viewpoint_survey_2023_jan_ios.metric: 'search_count'
|
||||
viewpoint_survey_2023_jan_ios.statistic: mean
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -76,7 +74,6 @@
|
|||
show_grid: true
|
||||
listen:
|
||||
Date: viewpoint_survey_2023_jan_ios.submission_date
|
||||
Percentile: viewpoint_survey_2023_jan_ios.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
|
@ -112,40 +109,6 @@
|
|||
listen:
|
||||
Date: viewpoint_survey_2023_jan_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Days Of Use
|
||||
name: Days Of Use_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
explore: viewpoint_survey_2023_jan_ios
|
||||
type: looker_line
|
||||
fields: [
|
||||
viewpoint_survey_2023_jan_ios.submission_date,
|
||||
viewpoint_survey_2023_jan_ios.branch,
|
||||
viewpoint_survey_2023_jan_ios.point
|
||||
]
|
||||
pivots: [
|
||||
viewpoint_survey_2023_jan_ios.branch
|
||||
]
|
||||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'days_of_use'
|
||||
viewpoint_survey_2023_jan_ios.statistic: mean
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: viewpoint_survey_2023_jan_ios.submission_date
|
||||
field_y: viewpoint_survey_2023_jan_ios.point
|
||||
log_scale: false
|
||||
ci_lower: viewpoint_survey_2023_jan_ios.lower
|
||||
ci_upper: viewpoint_survey_2023_jan_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: viewpoint_survey_2023_jan_ios.submission_date
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -167,8 +130,8 @@
|
|||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'ad_clicks'
|
||||
viewpoint_survey_2023_jan_ios.statistic: mean
|
||||
row: 20
|
||||
col: 0
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: viewpoint_survey_2023_jan_ios.submission_date
|
||||
|
@ -183,8 +146,45 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Search Count
|
||||
name: Search Count_mean
|
||||
- title: Memory Total
|
||||
name: Memory Total_percentile
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Percentile
|
||||
explore: viewpoint_survey_2023_jan_ios
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
viewpoint_survey_2023_jan_ios.submission_date,
|
||||
viewpoint_survey_2023_jan_ios.branch,
|
||||
viewpoint_survey_2023_jan_ios.upper,
|
||||
viewpoint_survey_2023_jan_ios.lower,
|
||||
viewpoint_survey_2023_jan_ios.point
|
||||
]
|
||||
pivots: [
|
||||
viewpoint_survey_2023_jan_ios.branch
|
||||
]
|
||||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'memory_total'
|
||||
viewpoint_survey_2023_jan_ios.statistic: percentile
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: viewpoint_survey_2023_jan_ios.submission_date
|
||||
field_y: viewpoint_survey_2023_jan_ios.point
|
||||
log_scale: false
|
||||
ci_lower: viewpoint_survey_2023_jan_ios.lower
|
||||
ci_upper: viewpoint_survey_2023_jan_ios.upper
|
||||
show_grid: true
|
||||
listen:
|
||||
Date: viewpoint_survey_2023_jan_ios.submission_date
|
||||
Percentile: viewpoint_survey_2023_jan_ios.parameter
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Retained
|
||||
name: Retained_mean
|
||||
note_state: expanded
|
||||
note_display: above
|
||||
note_text: Mean
|
||||
|
@ -199,7 +199,7 @@
|
|||
viewpoint_survey_2023_jan_ios.branch
|
||||
]
|
||||
filters:
|
||||
viewpoint_survey_2023_jan_ios.metric: 'search_count'
|
||||
viewpoint_survey_2023_jan_ios.metric: 'retained'
|
||||
viewpoint_survey_2023_jan_ios.statistic: mean
|
||||
row: 20
|
||||
col: 12
|
||||
|
|
Загрузка…
Ссылка в новой задаче