зеркало из https://github.com/mozilla/looker-hub.git
Auto-push from LookML generation
This commit is contained in:
Родитель
569ad864b9
Коммит
bc3b28f22f
|
@ -40,6 +40,16 @@ view: logs {
|
|||
type: string
|
||||
}
|
||||
|
||||
dimension: metric {
|
||||
sql: ${TABLE}.metric ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension: statistic {
|
||||
sql: ${TABLE}.statistic ;;
|
||||
type: string
|
||||
}
|
||||
|
||||
dimension_group: timestamp {
|
||||
sql: ${TABLE}.timestamp ;;
|
||||
type: time
|
||||
|
|
|
@ -253,6 +253,24 @@ that programmatically redirect to a new location.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_search_widget_installed {
|
||||
label: "Metrics Search Widget Installed"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.metrics_search_widget_installed ;;
|
||||
type: yesno
|
||||
group_label: "Metrics"
|
||||
group_item_label: "Search Widget Installed"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Metrics Search Widget Installed"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/focus_android/metrics/metrics_search_widget_installed"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether or not the search widget is installed
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_activity_error {
|
||||
label: "Metrics Start Reason Activity Error"
|
||||
hidden: no
|
||||
|
@ -1886,7 +1904,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
description: "A JSON string containing any payload properties not present in the schema"
|
||||
}
|
||||
|
||||
dimension: client_info__android_sdk_version {
|
||||
|
@ -1894,7 +1911,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Android Sdk Version"
|
||||
description: "The optional Android specific SDK version of the software running on this hardware device."
|
||||
}
|
||||
|
||||
dimension: client_info__app_build {
|
||||
|
@ -1902,7 +1918,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Build"
|
||||
description: "The build identifier generated by the CI system (e.g. \"1234/A\"). For language bindings that provide automatic detection for this value, (e.g. Android/Kotlin), in the unlikely event that the build identifier can not be retrieved from the OS, it is set to \"inaccessible\". For other language bindings, if the value was not provided through configuration, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__app_channel {
|
||||
|
@ -1910,7 +1925,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Channel"
|
||||
description: "The channel the application is being distributed on."
|
||||
}
|
||||
|
||||
dimension: client_info__app_display_version {
|
||||
|
@ -1918,7 +1932,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Display Version"
|
||||
description: "The user visible version string (e.g. \"1.0.3\"). In the unlikely event that the display version can not be retrieved, it is set to \"inaccessible\"."
|
||||
}
|
||||
|
||||
dimension: client_info__architecture {
|
||||
|
@ -1926,7 +1939,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Architecture"
|
||||
description: "The architecture of the device, (e.g. \"arm\", \"x86\")."
|
||||
}
|
||||
|
||||
dimension: client_info__build_date {
|
||||
|
@ -1934,13 +1946,11 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Build Date"
|
||||
description: "The date & time the application was built"
|
||||
}
|
||||
|
||||
dimension: client_info__client_id {
|
||||
sql: ${TABLE}.client_info.client_id ;;
|
||||
hidden: yes
|
||||
description: "A UUID uniquely identifying the client."
|
||||
}
|
||||
|
||||
dimension: client_info__device_manufacturer {
|
||||
|
@ -1948,7 +1958,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Manufacturer"
|
||||
description: "The manufacturer of the device the application is running on. Not set if the device manufacturer can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__device_model {
|
||||
|
@ -1956,7 +1965,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Model"
|
||||
description: "The model of the device the application is running on. On Android, this is Build.MODEL, the user-visible marketing name, like \"Pixel 2 XL\". Not set if the device model can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__first_run_date {
|
||||
|
@ -1964,7 +1972,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "First Run Date"
|
||||
description: "The date of the first run of the application."
|
||||
}
|
||||
|
||||
dimension: client_info__locale {
|
||||
|
@ -1972,7 +1979,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Locale"
|
||||
description: "The locale of the application during initialization (e.g. \"es-ES\"). If the locale can't be determined on the system, the value is [\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers), to indicate \"undetermined\"."
|
||||
}
|
||||
|
||||
dimension: client_info__os {
|
||||
|
@ -1980,7 +1986,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os"
|
||||
description: "The name of the operating system. Possible values: Android, iOS, Linux, Darwin, Windows, FreeBSD, NetBSD, OpenBSD, Solaris, unknown"
|
||||
}
|
||||
|
||||
dimension: client_info__os_version {
|
||||
|
@ -1988,7 +1993,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os Version"
|
||||
description: "The user-visible version of the operating system (e.g. \"1.2.3\"). If the version detection fails, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__telemetry_sdk_build {
|
||||
|
@ -1996,13 +2000,11 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Telemetry Sdk Build"
|
||||
description: "The version of the Glean SDK"
|
||||
}
|
||||
|
||||
dimension: document_id {
|
||||
sql: ${TABLE}.document_id ;;
|
||||
hidden: yes
|
||||
description: "The document ID specified in the URI when the client sent this message"
|
||||
primary_key: yes
|
||||
}
|
||||
|
||||
|
@ -2024,7 +2026,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
group_label: "Metadata Geo"
|
||||
group_item_label: "Country"
|
||||
map_layer_name: countries
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__db_version {
|
||||
|
@ -2032,7 +2033,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision1 {
|
||||
|
@ -2040,7 +2040,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision1"
|
||||
description: "First major country subdivision, typically a state, province, or county"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision2 {
|
||||
|
@ -2048,7 +2047,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision2"
|
||||
description: "Second major country subdivision; not applicable for most countries"
|
||||
}
|
||||
|
||||
dimension: metadata__header__date {
|
||||
|
@ -2056,7 +2054,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -2064,7 +2061,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Dnt"
|
||||
description: "DNT (Do Not Track) HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__parsed_x_lb_tags__tls_cipher_hex {
|
||||
|
@ -2091,7 +2087,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Debug Id"
|
||||
description: "X-Debug-Id HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_foxsec_ip_reputation {
|
||||
|
@ -2099,7 +2094,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Foxsec Ip Reputation"
|
||||
description: "X-Foxsec-IP-Reputation header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_lb_tags {
|
||||
|
@ -2107,7 +2101,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Lb Tags"
|
||||
description: "X-LB-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_pingsender_version {
|
||||
|
@ -2115,7 +2108,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Pingsender Version"
|
||||
description: "X-PingSender-Version HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_source_tags {
|
||||
|
@ -2123,7 +2115,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Source Tags"
|
||||
description: "X-Source-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_telemetry_agent {
|
||||
|
@ -2131,7 +2122,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Telemetry Agent"
|
||||
description: "X-Telemetry-Agent HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__db_version {
|
||||
|
@ -2139,7 +2129,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo ISP database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__name {
|
||||
|
@ -2147,7 +2136,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Name"
|
||||
description: "The name of the ISP associated with the client's IP address"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__organization {
|
||||
|
@ -2155,7 +2143,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Organization"
|
||||
description: "The name of a specific business entity associated with the client's IP address when available; otherwise the ISP name"
|
||||
}
|
||||
|
||||
dimension: metadata__user_agent__browser {
|
||||
|
@ -2182,25 +2169,21 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: normalized_app_name {
|
||||
sql: ${TABLE}.normalized_app_name ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized app name"
|
||||
}
|
||||
|
||||
dimension: normalized_channel {
|
||||
sql: ${TABLE}.normalized_channel ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized channel name"
|
||||
}
|
||||
|
||||
dimension: normalized_country_code {
|
||||
sql: ${TABLE}.normalized_country_code ;;
|
||||
type: string
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: normalized_os {
|
||||
sql: ${TABLE}.normalized_os ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized OS name"
|
||||
}
|
||||
|
||||
dimension: normalized_os_version {
|
||||
|
@ -2251,7 +2234,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: sample_id {
|
||||
sql: ${TABLE}.sample_id ;;
|
||||
type: number
|
||||
description: "Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99"
|
||||
}
|
||||
|
||||
dimension_group: metadata__header__parsed {
|
||||
|
@ -2311,7 +2293,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
measure: clients {
|
||||
|
|
|
@ -8,7 +8,6 @@ view: metrics_table {
|
|||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
description: "A JSON string containing any payload properties not present in the schema"
|
||||
}
|
||||
|
||||
dimension: client_info__android_sdk_version {
|
||||
|
@ -16,7 +15,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Android Sdk Version"
|
||||
description: "The optional Android specific SDK version of the software running on this hardware device."
|
||||
}
|
||||
|
||||
dimension: client_info__app_build {
|
||||
|
@ -24,7 +22,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Build"
|
||||
description: "The build identifier generated by the CI system (e.g. \"1234/A\"). For language bindings that provide automatic detection for this value, (e.g. Android/Kotlin), in the unlikely event that the build identifier can not be retrieved from the OS, it is set to \"inaccessible\". For other language bindings, if the value was not provided through configuration, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__app_channel {
|
||||
|
@ -32,7 +29,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Channel"
|
||||
description: "The channel the application is being distributed on."
|
||||
}
|
||||
|
||||
dimension: client_info__app_display_version {
|
||||
|
@ -40,7 +36,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Display Version"
|
||||
description: "The user visible version string (e.g. \"1.0.3\"). In the unlikely event that the display version can not be retrieved, it is set to \"inaccessible\"."
|
||||
}
|
||||
|
||||
dimension: client_info__architecture {
|
||||
|
@ -48,7 +43,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Architecture"
|
||||
description: "The architecture of the device, (e.g. \"arm\", \"x86\")."
|
||||
}
|
||||
|
||||
dimension: client_info__build_date {
|
||||
|
@ -56,13 +50,11 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Build Date"
|
||||
description: "The date & time the application was built"
|
||||
}
|
||||
|
||||
dimension: client_info__client_id {
|
||||
sql: ${TABLE}.client_info.client_id ;;
|
||||
hidden: yes
|
||||
description: "A UUID uniquely identifying the client."
|
||||
}
|
||||
|
||||
dimension: client_info__device_manufacturer {
|
||||
|
@ -70,7 +62,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Manufacturer"
|
||||
description: "The manufacturer of the device the application is running on. Not set if the device manufacturer can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__device_model {
|
||||
|
@ -78,7 +69,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Model"
|
||||
description: "The model of the device the application is running on. On Android, this is Build.MODEL, the user-visible marketing name, like \"Pixel 2 XL\". Not set if the device model can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__first_run_date {
|
||||
|
@ -86,7 +76,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "First Run Date"
|
||||
description: "The date of the first run of the application."
|
||||
}
|
||||
|
||||
dimension: client_info__locale {
|
||||
|
@ -94,7 +83,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Locale"
|
||||
description: "The locale of the application during initialization (e.g. \"es-ES\"). If the locale can't be determined on the system, the value is [\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers), to indicate \"undetermined\"."
|
||||
}
|
||||
|
||||
dimension: client_info__os {
|
||||
|
@ -102,7 +90,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os"
|
||||
description: "The name of the operating system. Possible values: Android, iOS, Linux, Darwin, Windows, FreeBSD, NetBSD, OpenBSD, Solaris, unknown"
|
||||
}
|
||||
|
||||
dimension: client_info__os_version {
|
||||
|
@ -110,7 +97,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os Version"
|
||||
description: "The user-visible version of the operating system (e.g. \"1.2.3\"). If the version detection fails, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__telemetry_sdk_build {
|
||||
|
@ -118,13 +104,11 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Telemetry Sdk Build"
|
||||
description: "The version of the Glean SDK"
|
||||
}
|
||||
|
||||
dimension: document_id {
|
||||
sql: ${TABLE}.document_id ;;
|
||||
hidden: yes
|
||||
description: "The document ID specified in the URI when the client sent this message"
|
||||
}
|
||||
|
||||
dimension: events {
|
||||
|
@ -145,7 +129,6 @@ view: metrics_table {
|
|||
group_label: "Metadata Geo"
|
||||
group_item_label: "Country"
|
||||
map_layer_name: countries
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__db_version {
|
||||
|
@ -153,7 +136,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision1 {
|
||||
|
@ -161,7 +143,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision1"
|
||||
description: "First major country subdivision, typically a state, province, or county"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision2 {
|
||||
|
@ -169,7 +150,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision2"
|
||||
description: "Second major country subdivision; not applicable for most countries"
|
||||
}
|
||||
|
||||
dimension: metadata__header__date {
|
||||
|
@ -177,7 +157,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -185,7 +164,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Dnt"
|
||||
description: "DNT (Do Not Track) HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__parsed_x_lb_tags__tls_cipher_hex {
|
||||
|
@ -212,7 +190,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Debug Id"
|
||||
description: "X-Debug-Id HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_foxsec_ip_reputation {
|
||||
|
@ -220,7 +197,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Foxsec Ip Reputation"
|
||||
description: "X-Foxsec-IP-Reputation header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_lb_tags {
|
||||
|
@ -228,7 +204,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Lb Tags"
|
||||
description: "X-LB-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_pingsender_version {
|
||||
|
@ -236,7 +211,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Pingsender Version"
|
||||
description: "X-PingSender-Version HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_source_tags {
|
||||
|
@ -244,7 +218,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Source Tags"
|
||||
description: "X-Source-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_telemetry_agent {
|
||||
|
@ -252,7 +225,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Telemetry Agent"
|
||||
description: "X-Telemetry-Agent HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__db_version {
|
||||
|
@ -260,7 +232,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo ISP database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__name {
|
||||
|
@ -268,7 +239,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Name"
|
||||
description: "The name of the ISP associated with the client's IP address"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__organization {
|
||||
|
@ -276,7 +246,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Organization"
|
||||
description: "The name of a specific business entity associated with the client's IP address when available; otherwise the ISP name"
|
||||
}
|
||||
|
||||
dimension: metadata__user_agent__browser {
|
||||
|
@ -305,9 +274,6 @@ view: metrics_table {
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Browser Is Default"
|
||||
description: "Is Focus the default browser? This is true only if the user
|
||||
changes the default browser through the app settings.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_ui_proton_enabled {
|
||||
|
@ -315,8 +281,6 @@ changes the default browser through the app settings.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Browser Ui Proton Enabled"
|
||||
description: "True if the Proton default theme is enabled.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__fog_failed_idle_registration {
|
||||
|
@ -324,10 +288,6 @@ changes the default browser through the app settings.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Fog Failed Idle Registration"
|
||||
description: "True if we failed to register with the idle service. Absent otherwise.
|
||||
Means IPC probably isn't working well.
|
||||
Child-process data will likely be absent, or incomplete.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__gifft_validation_main_ping_assembling {
|
||||
|
@ -335,10 +295,6 @@ Child-process data will likely be absent, or incomplete.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Gifft Validation Main Ping Assembling"
|
||||
description: "The value `true`, recorded when a Firefox Telemetry \"main\" ping is about
|
||||
to be assembled.
|
||||
To be used to validate GIFFT.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__glean_core_migration_successful {
|
||||
|
@ -346,7 +302,6 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Glean Core Migration Successful"
|
||||
description: "Reports `true` if the client was successfully migrated from the Android-specific implementation of the Glean SDK to the cross-platform one."
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__glean_error_preinit_tasks_timeout {
|
||||
|
@ -354,7 +309,13 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Glean Error Preinit Tasks Timeout"
|
||||
description: "Set to true if the tasks that are queued prior to Glean initialization time out."
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_search_widget_installed {
|
||||
sql: ${TABLE}.metrics.boolean.metrics_search_widget_installed ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Search Widget Installed"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_activity_error {
|
||||
|
@ -362,11 +323,6 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Start Reason Activity Error"
|
||||
description: "The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
|
||||
was unexpectedly called twice. We can use this metric to validate our
|
||||
assumptions about how these APIs are called. This probe can be removed
|
||||
once we validate these assumptions.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_process_error {
|
||||
|
@ -374,11 +330,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Start Reason Process Error"
|
||||
description: "The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
|
||||
unexpectedly called twice. We can use this metric to validate our
|
||||
assumptions about how these APIs are called. This probe can be removed
|
||||
once we validate these assumptions.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__mozilla_products_has_fenix_installed {
|
||||
|
@ -386,8 +337,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Mozilla Products Has Fenix Installed"
|
||||
description: "If Fenix is installed on the users's device.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__mozilla_products_is_fenix_default_browser {
|
||||
|
@ -395,8 +344,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Mozilla Products Is Fenix Default Browser"
|
||||
description: "Fenix is the default browser on user's device
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_advertising_blocked {
|
||||
|
@ -404,9 +351,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Advertising Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_analytics_blocked {
|
||||
|
@ -414,9 +358,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Analytics Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_content_blocked {
|
||||
|
@ -424,9 +365,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Content Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_ever_changed_etp {
|
||||
|
@ -434,9 +372,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Ever Changed Etp"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_social_blocked {
|
||||
|
@ -444,9 +379,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Social Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_domain_added {
|
||||
|
@ -454,9 +386,6 @@ at least once.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete Domain Added"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_domain_removed {
|
||||
|
@ -464,9 +393,6 @@ a website to the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete Domain Removed"
|
||||
description: "A counter that indicates how many times a user has removed
|
||||
a website from the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_list_order_changed {
|
||||
|
@ -474,9 +400,6 @@ a website from the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete List Order Changed"
|
||||
description: "A counter that indicates how many times a user has reordered
|
||||
the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__browser_report_site_issue_counter {
|
||||
|
@ -484,9 +407,6 @@ the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Report Site Issue Counter"
|
||||
description: "A counter that indicates how many times a user has tapped
|
||||
the report site issue from browser menu
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__browser_total_uri_count {
|
||||
|
@ -494,12 +414,6 @@ the report site issue from browser menu
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Total Uri Count"
|
||||
description: "Records count of URIs visited by the user in the current session,
|
||||
including page reloads.
|
||||
It does not include background page requests and URIs from embedded pages
|
||||
but may be incremented without user interaction by website scripts
|
||||
that programmatically redirect to a new location.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_flush_failures {
|
||||
|
@ -507,11 +421,6 @@ that programmatically redirect to a new location.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Flush Failures"
|
||||
description: "The number of times we failed to flush all non-parent-process data,
|
||||
throwing even partial results into the trash.
|
||||
If this number is high, we might consider writing custom `MozPromise`-
|
||||
handling code instead of using `MozPromise::All`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_replay_failures {
|
||||
|
@ -519,9 +428,6 @@ handling code instead of using `MozPromise::All`.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Replay Failures"
|
||||
description: "The number of times the ipc buffer failed to be replayed in the
|
||||
parent process.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_shutdown_registration_failures {
|
||||
|
@ -529,15 +435,6 @@ parent process.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Shutdown Registration Failures"
|
||||
description: "The number of times we tried to register shutdown flush routines for
|
||||
content child processes, and failed (probably because there was no main
|
||||
thread).
|
||||
As a result there may be data loss from content child processes.
|
||||
Large or rising number of clients experiencing this indicates we should
|
||||
perhaps refactor content child shutdown in FOG to try harder to register
|
||||
flush operations.
|
||||
Will likely be obsoleted by bug 1641989.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_error_io {
|
||||
|
@ -545,9 +442,6 @@ Will likely be obsoleted by bug 1641989.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Error Io"
|
||||
description: "The number of times we encountered an IO error
|
||||
when writing a pending ping to disk.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_error_preinit_tasks_overflow {
|
||||
|
@ -555,11 +449,6 @@ when writing a pending ping to disk.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Error Preinit Tasks Overflow"
|
||||
description: "The number of tasks that overflowed the pre-initialization buffer.
|
||||
Only sent if the buffer ever overflows.
|
||||
|
||||
In Version 0 this reported the total number of tasks enqueued.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_time_invalid_timezone_offset {
|
||||
|
@ -567,11 +456,6 @@ In Version 0 this reported the total number of tasks enqueued.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Time Invalid Timezone Offset"
|
||||
description: "Counts the number of times we encountered an invalid timezone offset
|
||||
when trying to get the current time.
|
||||
A timezone offset is invalid if it is outside [-24h, +24h].
|
||||
If invalid a UTC offset is used (+0h).
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_upload_deleted_pings_after_quota_hit {
|
||||
|
@ -579,12 +463,6 @@ If invalid a UTC offset is used (+0h).
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Upload Deleted Pings After Quota Hit"
|
||||
description: "The number of pings deleted after the quota
|
||||
for the size of the pending pings directory or number of files is hit.
|
||||
Since quota is only calculated for the pending pings directory,
|
||||
and deletion request ping live in a different directory,
|
||||
deletion request pings are never deleted.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_upload_pending_pings {
|
||||
|
@ -592,9 +470,6 @@ deletion request pings are never deleted.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Upload Pending Pings"
|
||||
description: "The total number of pending pings at startup.
|
||||
This does not include deletion-request pings.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_app_forceclosed_count {
|
||||
|
@ -602,7 +477,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation App Forceclosed Count"
|
||||
description: "This metric counts how many times a dirty bit was detected when starting the Glean SDK, on Android. This dirty bit is set to `true` when Android's lifecycle `ON_START` is hit and flipped back to false on `ON_STOP`. When an application is force-closed, it might not get the `ON_STOP` and so the value would stay `true`. The next time Glean starts, it will increment this counter."
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_baseline_ping_count {
|
||||
|
@ -610,7 +484,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation Baseline Ping Count"
|
||||
description: "The number of baseline pings sent during the lifetime of this metrics ping."
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_foreground_count {
|
||||
|
@ -618,8 +491,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation Foreground Count"
|
||||
description: "On mobile, the number of times the application went to foreground.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_cpu_time_bogus_values {
|
||||
|
@ -627,8 +498,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Cpu Time Bogus Values"
|
||||
description: "Impossibly large CPU time values that were discarded.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_gpu_time_bogus_values {
|
||||
|
@ -636,8 +505,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Gpu Time Bogus Values"
|
||||
description: "Impossibly large GPU time values that were discarded.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_cpu_time_ms {
|
||||
|
@ -645,8 +512,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Cpu Time Ms"
|
||||
description: "Total CPU time used by all processes in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_gpu_time_ms {
|
||||
|
@ -654,8 +519,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Gpu Time Ms"
|
||||
description: "Total GPU time used by all processes in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_thread_wakeups {
|
||||
|
@ -663,8 +526,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Thread Wakeups"
|
||||
description: "How many times threads woke up and could have woken up a CPU core.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__settings_screen_autocomplete_domain_added {
|
||||
|
@ -672,9 +533,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Settings Screen Autocomplete Domain Added"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__settings_screen_whats_new_tapped {
|
||||
|
@ -682,9 +540,6 @@ a website to the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Settings Screen Whats New Tapped"
|
||||
description: "A counter that indicates how many times a user has clicked
|
||||
the whats new button from settings screen.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__shortcuts_shortcut_added_counter {
|
||||
|
@ -692,9 +547,6 @@ the whats new button from settings screen.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Shortcuts Shortcut Added Counter"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to shortcuts.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__shortcuts_shortcut_opened_counter {
|
||||
|
@ -702,9 +554,6 @@ a website to shortcuts.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Shortcuts Shortcut Opened Counter"
|
||||
description: "A counter that indicates how many times a user has opened
|
||||
a website from a shortcut in the home screen.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__tracking_protection_toolbar_shield_clicked {
|
||||
|
@ -712,9 +561,6 @@ a website from a shortcut in the home screen.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Tracking Protection Toolbar Shield Clicked"
|
||||
description: "A counter that indicates how many times a user has opened
|
||||
the tracking protection settings panel from the toolbar.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__custom_distribution__power_battery_percentage_when_user_active__sum {
|
||||
|
@ -746,8 +592,6 @@ the tracking protection settings panel from the toolbar.
|
|||
type: string
|
||||
group_label: "Metrics Datetime"
|
||||
group_item_label: "Glean Validation First Run Hour"
|
||||
description: "The hour of the first run of the application.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__jwe {
|
||||
|
@ -758,244 +602,141 @@ the tracking protection settings panel from the toolbar.
|
|||
dimension: metrics__labeled_counter__browser_search_ad_clicks {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_ad_clicks ;;
|
||||
hidden: yes
|
||||
description: "Records clicks of adverts on SERP pages.
|
||||
The key format is `<provider-name>`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_in_content {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_in_content ;;
|
||||
hidden: yes
|
||||
description: "Records the type of interaction a user has on SERP pages.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_search_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_search_count ;;
|
||||
hidden: yes
|
||||
description: "The labels for this counter are `<search-engine-name>.<source>`.
|
||||
|
||||
If the search engine is bundled with Focus `search-engine-name` will be
|
||||
the name of the search engine. If it's a custom search engine (defined:
|
||||
https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
|
||||
`custom`.
|
||||
|
||||
`source` will be: `action`, `suggestion`
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_with_ads {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_with_ads ;;
|
||||
hidden: yes
|
||||
description: "Records counts of SERP pages with adverts displayed.
|
||||
The key format is `<provider-name>`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__crash_metrics_crash_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.crash_metrics_crash_count ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of crashes that occur in the application. This measures only the counts of each crash in association with the labeled type of the crash. The labels correspond to the types of crashes handled by lib-crash.
|
||||
Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_code_crash` replaced by `main_proc_native_code_crash`, `fg_proc_native_code_crash` and `bg_proc_native_code_crash`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_label {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_label ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set with an invalid label.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_overflow {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_overflow ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set a value that overflowed.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_state {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_state ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a timing metric was used incorrectly.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_value {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_value ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set to an invalid value.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_upload_ping_upload_failure {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_upload_ping_upload_failure ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of ping upload failures, by type of failure.
|
||||
This includes failures for all ping types,
|
||||
though the counts appear in the next successfully sent `metrics` ping.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_validation_pings_submitted {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_validation_pings_submitted ;;
|
||||
hidden: yes
|
||||
description: "A count of the pings submitted, by ping type.
|
||||
|
||||
This metric appears in both the metrics and baseline pings.
|
||||
|
||||
- On the metrics ping, the counts include the number of pings sent since
|
||||
the last metrics ping (including the last metrics ping)
|
||||
- On the baseline ping, the counts include the number of pings send since
|
||||
the last baseline ping (including the last baseline ping)
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__gmp_update_xml_fetch_result {
|
||||
sql: ${TABLE}.metrics.labeled_counter.gmp_update_xml_fetch_result ;;
|
||||
hidden: yes
|
||||
description: "The result of Gecko fetching an update.xml from Balrog. This captures 3 different data points: success or failure of the request, if cert pinning or content signatures were used to verify the result, and the reason for failure, if the request failed.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__netwerk_early_hints {
|
||||
sql: ${TABLE}.metrics.labeled_counter.netwerk_early_hints ;;
|
||||
hidden: yes
|
||||
description: "Counts the different type of resources that are sent for early hints.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__perf_startup_startup_type {
|
||||
sql: ${TABLE}.metrics.labeled_counter.perf_startup_startup_type ;;
|
||||
hidden: yes
|
||||
description: "Indicates how the browser was started. The label is divided into two
|
||||
variables. `state` is how cached the browser is when started. `path` is
|
||||
what code path we are expected to take. Together, they create a combined
|
||||
label: `state_path`. For brevity, the specific states are documented in
|
||||
the [Fenix perf
|
||||
glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
|
||||
<br><br>
|
||||
This implementation is intended to be simple, not comprehensive. We list
|
||||
the implications below.
|
||||
|
||||
<br><br>
|
||||
These ways of opening the app undesirably adds events to our primary
|
||||
buckets (non-`unknown` cases):
|
||||
<br>- App switcher cold/warm: `cold/warm_` + duplicates path from
|
||||
previous launch
|
||||
<br>- An Intent is sent internally that's uses `ACTION_MAIN` or
|
||||
`ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
|
||||
<br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
|
||||
`*_main/view`
|
||||
|
||||
<br><br>
|
||||
These ways of opening the app undesirably do not add their events to our
|
||||
primary buckets:
|
||||
<br>- Close and reopen "
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_content_background {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_content_background ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_content_foreground {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_content_foreground ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_gpu_process {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_gpu_process ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_parent_active {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_parent_active ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_parent_inactive {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_parent_inactive ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_time_per_process_type_ms {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_time_per_process_type_ms ;;
|
||||
hidden: yes
|
||||
description: "CPU time used by each process type in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_gpu_time_per_process_type_ms {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_gpu_time_per_process_type_ms ;;
|
||||
hidden: yes
|
||||
description: "GPU time used by each process type in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_process_type {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_process_type ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_content_background {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_content_background ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_content_foreground {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_content_foreground ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_gpu_process {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_gpu_process ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_parent_active {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_parent_active ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_parent_inactive {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_parent_inactive ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__shortcuts_shortcut_removed_counter {
|
||||
sql: ${TABLE}.metrics.labeled_counter.shortcuts_shortcut_removed_counter ;;
|
||||
hidden: yes
|
||||
description: "A counter that indicates how many times a user has removed
|
||||
a website from shortcuts.
|
||||
It also indicates the screen it was removed from, home or browser.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_rate {
|
||||
|
@ -1056,9 +797,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: number
|
||||
group_label: "Metrics Quantity"
|
||||
group_item_label: "Shortcuts Shortcuts On Home Number"
|
||||
description: "The number of shortcuts the user has on home screen,
|
||||
0, 1, 2, 3 or 4 (maximum)
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_default_search_engine {
|
||||
|
@ -1066,8 +804,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Default Search Engine"
|
||||
description: "A string containing the default search engine name.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_install_source {
|
||||
|
@ -1075,7 +811,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Install Source"
|
||||
description: "Used to identify the source the app was installed from."
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_locale_override {
|
||||
|
@ -1083,9 +818,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Locale Override"
|
||||
description: "The locale that differs from the system locale if a user
|
||||
specifically overrides it for the app.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__geckoview_validation_build_id {
|
||||
|
@ -1093,8 +825,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Geckoview Validation Build Id"
|
||||
description: "The Buildid of the Gecko engine, example: 20200205124310 Mirror of `geckoview.build_id` for validation of migrated data.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__geckoview_validation_version {
|
||||
|
@ -1102,8 +832,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Geckoview Validation Version"
|
||||
description: "The version of the Gecko engine, example: 74.0a1 Mirror of `geckoview.version` for validation of migrated data.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__ping_reason {
|
||||
|
@ -1111,10 +839,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Ping Reason"
|
||||
description: "The optional reason the ping was submitted.
|
||||
The specific values for reason are specific to each ping, and are
|
||||
documented in the ping's pings.yaml file.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__preferences_user_theme {
|
||||
|
@ -1122,8 +846,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Preferences User Theme"
|
||||
description: "A string that indicates the theme. Can be one of LIGHT, DARK, or FOLLOW DEVICE. Default is FOLLOW DEVICE.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__text {
|
||||
|
@ -1843,25 +1565,21 @@ documented in the ping's pings.yaml file.
|
|||
dimension: normalized_app_name {
|
||||
sql: ${TABLE}.normalized_app_name ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized app name"
|
||||
}
|
||||
|
||||
dimension: normalized_channel {
|
||||
sql: ${TABLE}.normalized_channel ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized channel name"
|
||||
}
|
||||
|
||||
dimension: normalized_country_code {
|
||||
sql: ${TABLE}.normalized_country_code ;;
|
||||
type: string
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: normalized_os {
|
||||
sql: ${TABLE}.normalized_os ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized OS name"
|
||||
}
|
||||
|
||||
dimension: normalized_os_version {
|
||||
|
@ -1912,7 +1630,6 @@ documented in the ping's pings.yaml file.
|
|||
dimension: sample_id {
|
||||
sql: ${TABLE}.sample_id ;;
|
||||
type: number
|
||||
description: "Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99"
|
||||
}
|
||||
|
||||
dimension_group: metadata__header__parsed {
|
||||
|
@ -1972,7 +1689,6 @@ documented in the ping's pings.yaml file.
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
parameter: channel {
|
||||
|
|
|
@ -253,6 +253,24 @@ that programmatically redirect to a new location.
|
|||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_search_widget_installed {
|
||||
label: "Metrics Search Widget Installed"
|
||||
hidden: no
|
||||
sql: ${TABLE}.metrics.boolean.metrics_search_widget_installed ;;
|
||||
type: yesno
|
||||
group_label: "Metrics"
|
||||
group_item_label: "Search Widget Installed"
|
||||
|
||||
link: {
|
||||
label: "Glean Dictionary reference for Metrics Search Widget Installed"
|
||||
url: "https://dictionary.telemetry.mozilla.org/apps/klar_android/metrics/metrics_search_widget_installed"
|
||||
icon_url: "https://dictionary.telemetry.mozilla.org/favicon.png"
|
||||
}
|
||||
|
||||
description: "Whether or not the search widget is installed
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_activity_error {
|
||||
label: "Metrics Start Reason Activity Error"
|
||||
hidden: no
|
||||
|
@ -1886,7 +1904,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
description: "A JSON string containing any payload properties not present in the schema"
|
||||
}
|
||||
|
||||
dimension: client_info__android_sdk_version {
|
||||
|
@ -1894,7 +1911,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Android Sdk Version"
|
||||
description: "The optional Android specific SDK version of the software running on this hardware device."
|
||||
}
|
||||
|
||||
dimension: client_info__app_build {
|
||||
|
@ -1902,7 +1918,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Build"
|
||||
description: "The build identifier generated by the CI system (e.g. \"1234/A\"). For language bindings that provide automatic detection for this value, (e.g. Android/Kotlin), in the unlikely event that the build identifier can not be retrieved from the OS, it is set to \"inaccessible\". For other language bindings, if the value was not provided through configuration, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__app_channel {
|
||||
|
@ -1910,7 +1925,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Channel"
|
||||
description: "The channel the application is being distributed on."
|
||||
}
|
||||
|
||||
dimension: client_info__app_display_version {
|
||||
|
@ -1918,7 +1932,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Display Version"
|
||||
description: "The user visible version string (e.g. \"1.0.3\"). In the unlikely event that the display version can not be retrieved, it is set to \"inaccessible\"."
|
||||
}
|
||||
|
||||
dimension: client_info__architecture {
|
||||
|
@ -1926,7 +1939,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Architecture"
|
||||
description: "The architecture of the device, (e.g. \"arm\", \"x86\")."
|
||||
}
|
||||
|
||||
dimension: client_info__build_date {
|
||||
|
@ -1934,13 +1946,11 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Build Date"
|
||||
description: "The date & time the application was built"
|
||||
}
|
||||
|
||||
dimension: client_info__client_id {
|
||||
sql: ${TABLE}.client_info.client_id ;;
|
||||
hidden: yes
|
||||
description: "A UUID uniquely identifying the client."
|
||||
}
|
||||
|
||||
dimension: client_info__device_manufacturer {
|
||||
|
@ -1948,7 +1958,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Manufacturer"
|
||||
description: "The manufacturer of the device the application is running on. Not set if the device manufacturer can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__device_model {
|
||||
|
@ -1956,7 +1965,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Model"
|
||||
description: "The model of the device the application is running on. On Android, this is Build.MODEL, the user-visible marketing name, like \"Pixel 2 XL\". Not set if the device model can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__first_run_date {
|
||||
|
@ -1964,7 +1972,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "First Run Date"
|
||||
description: "The date of the first run of the application."
|
||||
}
|
||||
|
||||
dimension: client_info__locale {
|
||||
|
@ -1972,7 +1979,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Locale"
|
||||
description: "The locale of the application during initialization (e.g. \"es-ES\"). If the locale can't be determined on the system, the value is [\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers), to indicate \"undetermined\"."
|
||||
}
|
||||
|
||||
dimension: client_info__os {
|
||||
|
@ -1980,7 +1986,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os"
|
||||
description: "The name of the operating system. Possible values: Android, iOS, Linux, Darwin, Windows, FreeBSD, NetBSD, OpenBSD, Solaris, unknown"
|
||||
}
|
||||
|
||||
dimension: client_info__os_version {
|
||||
|
@ -1988,7 +1993,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os Version"
|
||||
description: "The user-visible version of the operating system (e.g. \"1.2.3\"). If the version detection fails, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__telemetry_sdk_build {
|
||||
|
@ -1996,13 +2000,11 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Telemetry Sdk Build"
|
||||
description: "The version of the Glean SDK"
|
||||
}
|
||||
|
||||
dimension: document_id {
|
||||
sql: ${TABLE}.document_id ;;
|
||||
hidden: yes
|
||||
description: "The document ID specified in the URI when the client sent this message"
|
||||
primary_key: yes
|
||||
}
|
||||
|
||||
|
@ -2024,7 +2026,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
group_label: "Metadata Geo"
|
||||
group_item_label: "Country"
|
||||
map_layer_name: countries
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__db_version {
|
||||
|
@ -2032,7 +2033,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision1 {
|
||||
|
@ -2040,7 +2040,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision1"
|
||||
description: "First major country subdivision, typically a state, province, or county"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision2 {
|
||||
|
@ -2048,7 +2047,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision2"
|
||||
description: "Second major country subdivision; not applicable for most countries"
|
||||
}
|
||||
|
||||
dimension: metadata__header__date {
|
||||
|
@ -2056,7 +2054,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -2064,7 +2061,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Dnt"
|
||||
description: "DNT (Do Not Track) HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__parsed_x_lb_tags__tls_cipher_hex {
|
||||
|
@ -2091,7 +2087,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Debug Id"
|
||||
description: "X-Debug-Id HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_foxsec_ip_reputation {
|
||||
|
@ -2099,7 +2094,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Foxsec Ip Reputation"
|
||||
description: "X-Foxsec-IP-Reputation header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_lb_tags {
|
||||
|
@ -2107,7 +2101,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Lb Tags"
|
||||
description: "X-LB-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_pingsender_version {
|
||||
|
@ -2115,7 +2108,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Pingsender Version"
|
||||
description: "X-PingSender-Version HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_source_tags {
|
||||
|
@ -2123,7 +2115,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Source Tags"
|
||||
description: "X-Source-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_telemetry_agent {
|
||||
|
@ -2131,7 +2122,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Telemetry Agent"
|
||||
description: "X-Telemetry-Agent HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__db_version {
|
||||
|
@ -2139,7 +2129,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo ISP database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__name {
|
||||
|
@ -2147,7 +2136,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Name"
|
||||
description: "The name of the ISP associated with the client's IP address"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__organization {
|
||||
|
@ -2155,7 +2143,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Organization"
|
||||
description: "The name of a specific business entity associated with the client's IP address when available; otherwise the ISP name"
|
||||
}
|
||||
|
||||
dimension: metadata__user_agent__browser {
|
||||
|
@ -2182,25 +2169,21 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: normalized_app_name {
|
||||
sql: ${TABLE}.normalized_app_name ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized app name"
|
||||
}
|
||||
|
||||
dimension: normalized_channel {
|
||||
sql: ${TABLE}.normalized_channel ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized channel name"
|
||||
}
|
||||
|
||||
dimension: normalized_country_code {
|
||||
sql: ${TABLE}.normalized_country_code ;;
|
||||
type: string
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: normalized_os {
|
||||
sql: ${TABLE}.normalized_os ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized OS name"
|
||||
}
|
||||
|
||||
dimension: normalized_os_version {
|
||||
|
@ -2251,7 +2234,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
dimension: sample_id {
|
||||
sql: ${TABLE}.sample_id ;;
|
||||
type: number
|
||||
description: "Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99"
|
||||
}
|
||||
|
||||
dimension_group: metadata__header__parsed {
|
||||
|
@ -2311,7 +2293,6 @@ Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
measure: clients {
|
||||
|
|
|
@ -8,7 +8,6 @@ view: metrics_table {
|
|||
dimension: additional_properties {
|
||||
sql: ${TABLE}.additional_properties ;;
|
||||
hidden: yes
|
||||
description: "A JSON string containing any payload properties not present in the schema"
|
||||
}
|
||||
|
||||
dimension: client_info__android_sdk_version {
|
||||
|
@ -16,7 +15,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Android Sdk Version"
|
||||
description: "The optional Android specific SDK version of the software running on this hardware device."
|
||||
}
|
||||
|
||||
dimension: client_info__app_build {
|
||||
|
@ -24,7 +22,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Build"
|
||||
description: "The build identifier generated by the CI system (e.g. \"1234/A\"). For language bindings that provide automatic detection for this value, (e.g. Android/Kotlin), in the unlikely event that the build identifier can not be retrieved from the OS, it is set to \"inaccessible\". For other language bindings, if the value was not provided through configuration, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__app_channel {
|
||||
|
@ -32,7 +29,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Channel"
|
||||
description: "The channel the application is being distributed on."
|
||||
}
|
||||
|
||||
dimension: client_info__app_display_version {
|
||||
|
@ -40,7 +36,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "App Display Version"
|
||||
description: "The user visible version string (e.g. \"1.0.3\"). In the unlikely event that the display version can not be retrieved, it is set to \"inaccessible\"."
|
||||
}
|
||||
|
||||
dimension: client_info__architecture {
|
||||
|
@ -48,7 +43,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Architecture"
|
||||
description: "The architecture of the device, (e.g. \"arm\", \"x86\")."
|
||||
}
|
||||
|
||||
dimension: client_info__build_date {
|
||||
|
@ -56,13 +50,11 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Build Date"
|
||||
description: "The date & time the application was built"
|
||||
}
|
||||
|
||||
dimension: client_info__client_id {
|
||||
sql: ${TABLE}.client_info.client_id ;;
|
||||
hidden: yes
|
||||
description: "A UUID uniquely identifying the client."
|
||||
}
|
||||
|
||||
dimension: client_info__device_manufacturer {
|
||||
|
@ -70,7 +62,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Manufacturer"
|
||||
description: "The manufacturer of the device the application is running on. Not set if the device manufacturer can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__device_model {
|
||||
|
@ -78,7 +69,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Device Model"
|
||||
description: "The model of the device the application is running on. On Android, this is Build.MODEL, the user-visible marketing name, like \"Pixel 2 XL\". Not set if the device model can't be determined (e.g. on Desktop)."
|
||||
}
|
||||
|
||||
dimension: client_info__first_run_date {
|
||||
|
@ -86,7 +76,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "First Run Date"
|
||||
description: "The date of the first run of the application."
|
||||
}
|
||||
|
||||
dimension: client_info__locale {
|
||||
|
@ -94,7 +83,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Locale"
|
||||
description: "The locale of the application during initialization (e.g. \"es-ES\"). If the locale can't be determined on the system, the value is [\"und\"](https://unicode.org/reports/tr35/#Unknown_or_Invalid_Identifiers), to indicate \"undetermined\"."
|
||||
}
|
||||
|
||||
dimension: client_info__os {
|
||||
|
@ -102,7 +90,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os"
|
||||
description: "The name of the operating system. Possible values: Android, iOS, Linux, Darwin, Windows, FreeBSD, NetBSD, OpenBSD, Solaris, unknown"
|
||||
}
|
||||
|
||||
dimension: client_info__os_version {
|
||||
|
@ -110,7 +97,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Os Version"
|
||||
description: "The user-visible version of the operating system (e.g. \"1.2.3\"). If the version detection fails, this metric gets set to `Unknown`."
|
||||
}
|
||||
|
||||
dimension: client_info__telemetry_sdk_build {
|
||||
|
@ -118,13 +104,11 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Client Info"
|
||||
group_item_label: "Telemetry Sdk Build"
|
||||
description: "The version of the Glean SDK"
|
||||
}
|
||||
|
||||
dimension: document_id {
|
||||
sql: ${TABLE}.document_id ;;
|
||||
hidden: yes
|
||||
description: "The document ID specified in the URI when the client sent this message"
|
||||
}
|
||||
|
||||
dimension: events {
|
||||
|
@ -145,7 +129,6 @@ view: metrics_table {
|
|||
group_label: "Metadata Geo"
|
||||
group_item_label: "Country"
|
||||
map_layer_name: countries
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__db_version {
|
||||
|
@ -153,7 +136,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision1 {
|
||||
|
@ -161,7 +143,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision1"
|
||||
description: "First major country subdivision, typically a state, province, or county"
|
||||
}
|
||||
|
||||
dimension: metadata__geo__subdivision2 {
|
||||
|
@ -169,7 +150,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision2"
|
||||
description: "Second major country subdivision; not applicable for most countries"
|
||||
}
|
||||
|
||||
dimension: metadata__header__date {
|
||||
|
@ -177,7 +157,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -185,7 +164,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Dnt"
|
||||
description: "DNT (Do Not Track) HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__parsed_x_lb_tags__tls_cipher_hex {
|
||||
|
@ -212,7 +190,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Debug Id"
|
||||
description: "X-Debug-Id HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_foxsec_ip_reputation {
|
||||
|
@ -220,7 +197,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Foxsec Ip Reputation"
|
||||
description: "X-Foxsec-IP-Reputation header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_lb_tags {
|
||||
|
@ -228,7 +204,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Lb Tags"
|
||||
description: "X-LB-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_pingsender_version {
|
||||
|
@ -236,7 +211,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Pingsender Version"
|
||||
description: "X-PingSender-Version HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_source_tags {
|
||||
|
@ -244,7 +218,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Source Tags"
|
||||
description: "X-Source-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_telemetry_agent {
|
||||
|
@ -252,7 +225,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Telemetry Agent"
|
||||
description: "X-Telemetry-Agent HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__db_version {
|
||||
|
@ -260,7 +232,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Db Version"
|
||||
description: "The specific geo ISP database version used for this lookup"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__name {
|
||||
|
@ -268,7 +239,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Name"
|
||||
description: "The name of the ISP associated with the client's IP address"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__organization {
|
||||
|
@ -276,7 +246,6 @@ view: metrics_table {
|
|||
type: string
|
||||
group_label: "Metadata Isp"
|
||||
group_item_label: "Organization"
|
||||
description: "The name of a specific business entity associated with the client's IP address when available; otherwise the ISP name"
|
||||
}
|
||||
|
||||
dimension: metadata__user_agent__browser {
|
||||
|
@ -305,9 +274,6 @@ view: metrics_table {
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Browser Is Default"
|
||||
description: "Is Focus the default browser? This is true only if the user
|
||||
changes the default browser through the app settings.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__browser_ui_proton_enabled {
|
||||
|
@ -315,8 +281,6 @@ changes the default browser through the app settings.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Browser Ui Proton Enabled"
|
||||
description: "True if the Proton default theme is enabled.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__fog_failed_idle_registration {
|
||||
|
@ -324,10 +288,6 @@ changes the default browser through the app settings.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Fog Failed Idle Registration"
|
||||
description: "True if we failed to register with the idle service. Absent otherwise.
|
||||
Means IPC probably isn't working well.
|
||||
Child-process data will likely be absent, or incomplete.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__gifft_validation_main_ping_assembling {
|
||||
|
@ -335,10 +295,6 @@ Child-process data will likely be absent, or incomplete.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Gifft Validation Main Ping Assembling"
|
||||
description: "The value `true`, recorded when a Firefox Telemetry \"main\" ping is about
|
||||
to be assembled.
|
||||
To be used to validate GIFFT.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__glean_core_migration_successful {
|
||||
|
@ -346,7 +302,6 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Glean Core Migration Successful"
|
||||
description: "Reports `true` if the client was successfully migrated from the Android-specific implementation of the Glean SDK to the cross-platform one."
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__glean_error_preinit_tasks_timeout {
|
||||
|
@ -354,7 +309,13 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Glean Error Preinit Tasks Timeout"
|
||||
description: "Set to true if the tasks that are queued prior to Glean initialization time out."
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_search_widget_installed {
|
||||
sql: ${TABLE}.metrics.boolean.metrics_search_widget_installed ;;
|
||||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Search Widget Installed"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_activity_error {
|
||||
|
@ -362,11 +323,6 @@ To be used to validate GIFFT.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Start Reason Activity Error"
|
||||
description: "The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
|
||||
was unexpectedly called twice. We can use this metric to validate our
|
||||
assumptions about how these APIs are called. This probe can be removed
|
||||
once we validate these assumptions.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__metrics_start_reason_process_error {
|
||||
|
@ -374,11 +330,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Metrics Start Reason Process Error"
|
||||
description: "The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
|
||||
unexpectedly called twice. We can use this metric to validate our
|
||||
assumptions about how these APIs are called. This probe can be removed
|
||||
once we validate these assumptions.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__mozilla_products_has_fenix_installed {
|
||||
|
@ -386,8 +337,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Mozilla Products Has Fenix Installed"
|
||||
description: "If Fenix is installed on the users's device.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__mozilla_products_is_fenix_default_browser {
|
||||
|
@ -395,8 +344,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Mozilla Products Is Fenix Default Browser"
|
||||
description: "Fenix is the default browser on user's device
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_advertising_blocked {
|
||||
|
@ -404,9 +351,6 @@ once we validate these assumptions.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Advertising Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_analytics_blocked {
|
||||
|
@ -414,9 +358,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Analytics Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_content_blocked {
|
||||
|
@ -424,9 +365,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Content Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_ever_changed_etp {
|
||||
|
@ -434,9 +372,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Ever Changed Etp"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__boolean__tracking_protection_has_social_blocked {
|
||||
|
@ -444,9 +379,6 @@ at least once.
|
|||
type: yesno
|
||||
group_label: "Metrics Boolean"
|
||||
group_item_label: "Tracking Protection Has Social Blocked"
|
||||
description: "The user has changed the setting for enhanced tracking protection
|
||||
at least once.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_domain_added {
|
||||
|
@ -454,9 +386,6 @@ at least once.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete Domain Added"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_domain_removed {
|
||||
|
@ -464,9 +393,6 @@ a website to the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete Domain Removed"
|
||||
description: "A counter that indicates how many times a user has removed
|
||||
a website from the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__autocomplete_list_order_changed {
|
||||
|
@ -474,9 +400,6 @@ a website from the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Autocomplete List Order Changed"
|
||||
description: "A counter that indicates how many times a user has reordered
|
||||
the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__browser_report_site_issue_counter {
|
||||
|
@ -484,9 +407,6 @@ the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Report Site Issue Counter"
|
||||
description: "A counter that indicates how many times a user has tapped
|
||||
the report site issue from browser menu
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__browser_total_uri_count {
|
||||
|
@ -494,12 +414,6 @@ the report site issue from browser menu
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Total Uri Count"
|
||||
description: "Records count of URIs visited by the user in the current session,
|
||||
including page reloads.
|
||||
It does not include background page requests and URIs from embedded pages
|
||||
but may be incremented without user interaction by website scripts
|
||||
that programmatically redirect to a new location.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_flush_failures {
|
||||
|
@ -507,11 +421,6 @@ that programmatically redirect to a new location.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Flush Failures"
|
||||
description: "The number of times we failed to flush all non-parent-process data,
|
||||
throwing even partial results into the trash.
|
||||
If this number is high, we might consider writing custom `MozPromise`-
|
||||
handling code instead of using `MozPromise::All`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_replay_failures {
|
||||
|
@ -519,9 +428,6 @@ handling code instead of using `MozPromise::All`.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Replay Failures"
|
||||
description: "The number of times the ipc buffer failed to be replayed in the
|
||||
parent process.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__fog_ipc_shutdown_registration_failures {
|
||||
|
@ -529,15 +435,6 @@ parent process.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Fog Ipc Shutdown Registration Failures"
|
||||
description: "The number of times we tried to register shutdown flush routines for
|
||||
content child processes, and failed (probably because there was no main
|
||||
thread).
|
||||
As a result there may be data loss from content child processes.
|
||||
Large or rising number of clients experiencing this indicates we should
|
||||
perhaps refactor content child shutdown in FOG to try harder to register
|
||||
flush operations.
|
||||
Will likely be obsoleted by bug 1641989.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_error_io {
|
||||
|
@ -545,9 +442,6 @@ Will likely be obsoleted by bug 1641989.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Error Io"
|
||||
description: "The number of times we encountered an IO error
|
||||
when writing a pending ping to disk.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_error_preinit_tasks_overflow {
|
||||
|
@ -555,11 +449,6 @@ when writing a pending ping to disk.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Error Preinit Tasks Overflow"
|
||||
description: "The number of tasks that overflowed the pre-initialization buffer.
|
||||
Only sent if the buffer ever overflows.
|
||||
|
||||
In Version 0 this reported the total number of tasks enqueued.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_time_invalid_timezone_offset {
|
||||
|
@ -567,11 +456,6 @@ In Version 0 this reported the total number of tasks enqueued.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Time Invalid Timezone Offset"
|
||||
description: "Counts the number of times we encountered an invalid timezone offset
|
||||
when trying to get the current time.
|
||||
A timezone offset is invalid if it is outside [-24h, +24h].
|
||||
If invalid a UTC offset is used (+0h).
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_upload_deleted_pings_after_quota_hit {
|
||||
|
@ -579,12 +463,6 @@ If invalid a UTC offset is used (+0h).
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Upload Deleted Pings After Quota Hit"
|
||||
description: "The number of pings deleted after the quota
|
||||
for the size of the pending pings directory or number of files is hit.
|
||||
Since quota is only calculated for the pending pings directory,
|
||||
and deletion request ping live in a different directory,
|
||||
deletion request pings are never deleted.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_upload_pending_pings {
|
||||
|
@ -592,9 +470,6 @@ deletion request pings are never deleted.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Upload Pending Pings"
|
||||
description: "The total number of pending pings at startup.
|
||||
This does not include deletion-request pings.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_app_forceclosed_count {
|
||||
|
@ -602,7 +477,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation App Forceclosed Count"
|
||||
description: "This metric counts how many times a dirty bit was detected when starting the Glean SDK, on Android. This dirty bit is set to `true` when Android's lifecycle `ON_START` is hit and flipped back to false on `ON_STOP`. When an application is force-closed, it might not get the `ON_STOP` and so the value would stay `true`. The next time Glean starts, it will increment this counter."
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_baseline_ping_count {
|
||||
|
@ -610,7 +484,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation Baseline Ping Count"
|
||||
description: "The number of baseline pings sent during the lifetime of this metrics ping."
|
||||
}
|
||||
|
||||
dimension: metrics__counter__glean_validation_foreground_count {
|
||||
|
@ -618,8 +491,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Glean Validation Foreground Count"
|
||||
description: "On mobile, the number of times the application went to foreground.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_cpu_time_bogus_values {
|
||||
|
@ -627,8 +498,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Cpu Time Bogus Values"
|
||||
description: "Impossibly large CPU time values that were discarded.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_gpu_time_bogus_values {
|
||||
|
@ -636,8 +505,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Gpu Time Bogus Values"
|
||||
description: "Impossibly large GPU time values that were discarded.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_cpu_time_ms {
|
||||
|
@ -645,8 +512,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Cpu Time Ms"
|
||||
description: "Total CPU time used by all processes in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_gpu_time_ms {
|
||||
|
@ -654,8 +519,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Gpu Time Ms"
|
||||
description: "Total GPU time used by all processes in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__power_total_thread_wakeups {
|
||||
|
@ -663,8 +526,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Power Total Thread Wakeups"
|
||||
description: "How many times threads woke up and could have woken up a CPU core.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__settings_screen_autocomplete_domain_added {
|
||||
|
@ -672,9 +533,6 @@ This does not include deletion-request pings.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Settings Screen Autocomplete Domain Added"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to the autocomplete list.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__settings_screen_whats_new_tapped {
|
||||
|
@ -682,9 +540,6 @@ a website to the autocomplete list.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Settings Screen Whats New Tapped"
|
||||
description: "A counter that indicates how many times a user has clicked
|
||||
the whats new button from settings screen.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__shortcuts_shortcut_added_counter {
|
||||
|
@ -692,9 +547,6 @@ the whats new button from settings screen.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Shortcuts Shortcut Added Counter"
|
||||
description: "A counter that indicates how many times a user has added
|
||||
a website to shortcuts.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__shortcuts_shortcut_opened_counter {
|
||||
|
@ -702,9 +554,6 @@ a website to shortcuts.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Shortcuts Shortcut Opened Counter"
|
||||
description: "A counter that indicates how many times a user has opened
|
||||
a website from a shortcut in the home screen.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__tracking_protection_toolbar_shield_clicked {
|
||||
|
@ -712,9 +561,6 @@ a website from a shortcut in the home screen.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Tracking Protection Toolbar Shield Clicked"
|
||||
description: "A counter that indicates how many times a user has opened
|
||||
the tracking protection settings panel from the toolbar.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__custom_distribution__power_battery_percentage_when_user_active__sum {
|
||||
|
@ -746,8 +592,6 @@ the tracking protection settings panel from the toolbar.
|
|||
type: string
|
||||
group_label: "Metrics Datetime"
|
||||
group_item_label: "Glean Validation First Run Hour"
|
||||
description: "The hour of the first run of the application.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__jwe {
|
||||
|
@ -758,244 +602,141 @@ the tracking protection settings panel from the toolbar.
|
|||
dimension: metrics__labeled_counter__browser_search_ad_clicks {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_ad_clicks ;;
|
||||
hidden: yes
|
||||
description: "Records clicks of adverts on SERP pages.
|
||||
The key format is `<provider-name>`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_in_content {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_in_content ;;
|
||||
hidden: yes
|
||||
description: "Records the type of interaction a user has on SERP pages.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_search_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_search_count ;;
|
||||
hidden: yes
|
||||
description: "The labels for this counter are `<search-engine-name>.<source>`.
|
||||
|
||||
If the search engine is bundled with Focus `search-engine-name` will be
|
||||
the name of the search engine. If it's a custom search engine (defined:
|
||||
https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
|
||||
`custom`.
|
||||
|
||||
`source` will be: `action`, `suggestion`
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__browser_search_with_ads {
|
||||
sql: ${TABLE}.metrics.labeled_counter.browser_search_with_ads ;;
|
||||
hidden: yes
|
||||
description: "Records counts of SERP pages with adverts displayed.
|
||||
The key format is `<provider-name>`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__crash_metrics_crash_count {
|
||||
sql: ${TABLE}.metrics.labeled_counter.crash_metrics_crash_count ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of crashes that occur in the application. This measures only the counts of each crash in association with the labeled type of the crash. The labels correspond to the types of crashes handled by lib-crash.
|
||||
Deprecated: `native_code_crash`, `fatal_native_code_crash` and `nonfatal_native_code_crash` replaced by `main_proc_native_code_crash`, `fg_proc_native_code_crash` and `bg_proc_native_code_crash`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_label {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_label ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set with an invalid label.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_overflow {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_overflow ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set a value that overflowed.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_state {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_state ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a timing metric was used incorrectly.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_error_invalid_value {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_error_invalid_value ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of times a metric was set to an invalid value.
|
||||
The labels are the `category.name` identifier of the metric.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_upload_ping_upload_failure {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_upload_ping_upload_failure ;;
|
||||
hidden: yes
|
||||
description: "Counts the number of ping upload failures, by type of failure.
|
||||
This includes failures for all ping types,
|
||||
though the counts appear in the next successfully sent `metrics` ping.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__glean_validation_pings_submitted {
|
||||
sql: ${TABLE}.metrics.labeled_counter.glean_validation_pings_submitted ;;
|
||||
hidden: yes
|
||||
description: "A count of the pings submitted, by ping type.
|
||||
|
||||
This metric appears in both the metrics and baseline pings.
|
||||
|
||||
- On the metrics ping, the counts include the number of pings sent since
|
||||
the last metrics ping (including the last metrics ping)
|
||||
- On the baseline ping, the counts include the number of pings send since
|
||||
the last baseline ping (including the last baseline ping)
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__gmp_update_xml_fetch_result {
|
||||
sql: ${TABLE}.metrics.labeled_counter.gmp_update_xml_fetch_result ;;
|
||||
hidden: yes
|
||||
description: "The result of Gecko fetching an update.xml from Balrog. This captures 3 different data points: success or failure of the request, if cert pinning or content signatures were used to verify the result, and the reason for failure, if the request failed.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__netwerk_early_hints {
|
||||
sql: ${TABLE}.metrics.labeled_counter.netwerk_early_hints ;;
|
||||
hidden: yes
|
||||
description: "Counts the different type of resources that are sent for early hints.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__perf_startup_startup_type {
|
||||
sql: ${TABLE}.metrics.labeled_counter.perf_startup_startup_type ;;
|
||||
hidden: yes
|
||||
description: "Indicates how the browser was started. The label is divided into two
|
||||
variables. `state` is how cached the browser is when started. `path` is
|
||||
what code path we are expected to take. Together, they create a combined
|
||||
label: `state_path`. For brevity, the specific states are documented in
|
||||
the [Fenix perf
|
||||
glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
|
||||
<br><br>
|
||||
This implementation is intended to be simple, not comprehensive. We list
|
||||
the implications below.
|
||||
|
||||
<br><br>
|
||||
These ways of opening the app undesirably adds events to our primary
|
||||
buckets (non-`unknown` cases):
|
||||
<br>- App switcher cold/warm: `cold/warm_` + duplicates path from
|
||||
previous launch
|
||||
<br>- An Intent is sent internally that's uses `ACTION_MAIN` or
|
||||
`ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
|
||||
<br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
|
||||
`*_main/view`
|
||||
|
||||
<br><br>
|
||||
These ways of opening the app undesirably do not add their events to our
|
||||
primary buckets:
|
||||
<br>- Close and reopen "
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_content_background {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_content_background ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_content_foreground {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_content_foreground ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_gpu_process {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_gpu_process ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_parent_active {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_parent_active ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_ms_per_thread_parent_inactive {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_ms_per_thread_parent_inactive ;;
|
||||
hidden: yes
|
||||
description: "How many miliseconds of CPU time were used. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_cpu_time_per_process_type_ms {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_cpu_time_per_process_type_ms ;;
|
||||
hidden: yes
|
||||
description: "CPU time used by each process type in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_gpu_time_per_process_type_ms {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_gpu_time_per_process_type_ms ;;
|
||||
hidden: yes
|
||||
description: "GPU time used by each process type in ms.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_process_type {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_process_type ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_content_background {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_content_background ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_content_foreground {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_content_foreground ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_gpu_process {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_gpu_process ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_parent_active {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_parent_active ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__power_wakeups_per_thread_parent_inactive {
|
||||
sql: ${TABLE}.metrics.labeled_counter.power_wakeups_per_thread_parent_inactive ;;
|
||||
hidden: yes
|
||||
description: "How many times threads woke up and could have woken up a CPU core. Broken down by thread name for a given process type.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_counter__shortcuts_shortcut_removed_counter {
|
||||
sql: ${TABLE}.metrics.labeled_counter.shortcuts_shortcut_removed_counter ;;
|
||||
hidden: yes
|
||||
description: "A counter that indicates how many times a user has removed
|
||||
a website from shortcuts.
|
||||
It also indicates the screen it was removed from, home or browser.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__labeled_rate {
|
||||
|
@ -1056,9 +797,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: number
|
||||
group_label: "Metrics Quantity"
|
||||
group_item_label: "Shortcuts Shortcuts On Home Number"
|
||||
description: "The number of shortcuts the user has on home screen,
|
||||
0, 1, 2, 3 or 4 (maximum)
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_default_search_engine {
|
||||
|
@ -1066,8 +804,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Default Search Engine"
|
||||
description: "A string containing the default search engine name.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_install_source {
|
||||
|
@ -1075,7 +811,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Install Source"
|
||||
description: "Used to identify the source the app was installed from."
|
||||
}
|
||||
|
||||
dimension: metrics__string__browser_locale_override {
|
||||
|
@ -1083,9 +818,6 @@ It also indicates the screen it was removed from, home or browser.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Browser Locale Override"
|
||||
description: "The locale that differs from the system locale if a user
|
||||
specifically overrides it for the app.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__geckoview_validation_build_id {
|
||||
|
@ -1093,8 +825,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Geckoview Validation Build Id"
|
||||
description: "The Buildid of the Gecko engine, example: 20200205124310 Mirror of `geckoview.build_id` for validation of migrated data.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__geckoview_validation_version {
|
||||
|
@ -1102,8 +832,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Geckoview Validation Version"
|
||||
description: "The version of the Gecko engine, example: 74.0a1 Mirror of `geckoview.version` for validation of migrated data.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__ping_reason {
|
||||
|
@ -1111,10 +839,6 @@ specifically overrides it for the app.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Ping Reason"
|
||||
description: "The optional reason the ping was submitted.
|
||||
The specific values for reason are specific to each ping, and are
|
||||
documented in the ping's pings.yaml file.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__string__preferences_user_theme {
|
||||
|
@ -1122,8 +846,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metrics String"
|
||||
group_item_label: "Preferences User Theme"
|
||||
description: "A string that indicates the theme. Can be one of LIGHT, DARK, or FOLLOW DEVICE. Default is FOLLOW DEVICE.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__text {
|
||||
|
@ -1843,25 +1565,21 @@ documented in the ping's pings.yaml file.
|
|||
dimension: normalized_app_name {
|
||||
sql: ${TABLE}.normalized_app_name ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized app name"
|
||||
}
|
||||
|
||||
dimension: normalized_channel {
|
||||
sql: ${TABLE}.normalized_channel ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized channel name"
|
||||
}
|
||||
|
||||
dimension: normalized_country_code {
|
||||
sql: ${TABLE}.normalized_country_code ;;
|
||||
type: string
|
||||
description: "An ISO 3166-1 alpha-2 country code"
|
||||
}
|
||||
|
||||
dimension: normalized_os {
|
||||
sql: ${TABLE}.normalized_os ;;
|
||||
type: string
|
||||
description: "Set to \"Other\" if this message contained an unrecognized OS name"
|
||||
}
|
||||
|
||||
dimension: normalized_os_version {
|
||||
|
@ -1912,7 +1630,6 @@ documented in the ping's pings.yaml file.
|
|||
dimension: sample_id {
|
||||
sql: ${TABLE}.sample_id ;;
|
||||
type: number
|
||||
description: "Hashed version of client_id (if present) useful for partitioning; ranges from 0 to 99"
|
||||
}
|
||||
|
||||
dimension_group: metadata__header__parsed {
|
||||
|
@ -1972,7 +1689,6 @@ documented in the ping's pings.yaml file.
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
sql_table_name: `mozdata.org_mozilla_klar.metrics` ;;
|
||||
|
|
616
namespaces.yaml
616
namespaces.yaml
|
@ -3432,18 +3432,18 @@ operational_monitoring:
|
|||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
xaxis: submission_date
|
||||
- explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99_alerts
|
||||
|
@ -3588,18 +3588,18 @@ operational_monitoring:
|
|||
explore: firefox_suggest_by_merino_nightly
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.firefox_suggest_by_merino_nightly
|
||||
xaxis: submission_date
|
||||
title: Firefox Suggest By Merino Nightly
|
||||
|
@ -3632,18 +3632,18 @@ operational_monitoring:
|
|||
explore: mission_control_desktop_nightly
|
||||
group_by_dimension: build
|
||||
probes:
|
||||
- gc_ms
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- fx_tab_switch_composite_e10s_ms
|
||||
- shutdown_hangs
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- fx_tab_switch_composite_e10s_ms
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.mission_control_desktop_nightly
|
||||
xaxis: submission_date
|
||||
title: Mission Control Desktop Nightly
|
||||
|
@ -3738,18 +3738,18 @@ operational_monitoring:
|
|||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
xaxis: submission_date
|
||||
title: Doh Beta Rollout To All Us Desktop Users V2
|
||||
|
@ -3764,18 +3764,18 @@ operational_monitoring:
|
|||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
xaxis: submission_date
|
||||
title: Doh Nightly Rollout To All Us Desktop Users
|
||||
|
@ -3790,18 +3790,18 @@ operational_monitoring:
|
|||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
xaxis: submission_date
|
||||
title: Doh Us Staged Rollout To All Us Desktop Users
|
||||
|
@ -3816,18 +3816,18 @@ operational_monitoring:
|
|||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
xaxis: submission_date
|
||||
title: Set Firefox As Default Pdf Handler On Windows For New Users Rollout
|
||||
|
@ -3920,18 +3920,18 @@ operational_monitoring:
|
|||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.task_continuity_sync_after_tab_change_rollout_40
|
||||
xaxis: submission_date
|
||||
title: 'Task Continuity Sync After Tab Change Rollout 40 '
|
||||
|
@ -3946,18 +3946,18 @@ operational_monitoring:
|
|||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.task_continuity_sync_after_tab_change_rollout_60
|
||||
xaxis: submission_date
|
||||
title: 'Task Continuity Sync After Tab Change Rollout 60 '
|
||||
|
@ -4025,18 +4025,18 @@ operational_monitoring:
|
|||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
xaxis: submission_date
|
||||
title: 'Tcp Rollout Aurora Phase Iii Tcp On By Default For 100 Aurora Profiles '
|
||||
|
@ -4051,18 +4051,18 @@ operational_monitoring:
|
|||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
xaxis: submission_date
|
||||
title: 'Tcp Rollout Beta Phase Iii Tcp On By Default For Remaining Beta Profiles '
|
||||
|
@ -4096,24 +4096,24 @@ operational_monitoring:
|
|||
explore: tcp_rollout_phase_2
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- search_with_ads
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- tagged_search_count
|
||||
- search_with_ads
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- ad_click
|
||||
- gmplugin_crashes
|
||||
- organic_search_count
|
||||
- ad_click_organic
|
||||
- tagged_follow_on_search_count
|
||||
- search_with_ads_organic
|
||||
- shutdown_hangs
|
||||
- content_crashes
|
||||
- content_process_count
|
||||
- sap
|
||||
- organic_search_count
|
||||
- tagged_search_count
|
||||
- tagged_follow_on_search_count
|
||||
- ad_click_organic
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- ad_click
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_2
|
||||
xaxis: submission_date
|
||||
title: Tcp Rollout Phase 2
|
||||
|
@ -4128,18 +4128,18 @@ operational_monitoring:
|
|||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
xaxis: submission_date
|
||||
title: 'Tcp Rollout Phase Iii Tcp On By Default For 50 Existing Release Profiles '
|
||||
|
@ -4154,18 +4154,18 @@ operational_monitoring:
|
|||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
xaxis: submission_date
|
||||
title: 'Tcp Rollout Phase Iii Tcp On By Default For 95 Existing Esr Profiles '
|
||||
|
@ -4180,18 +4180,18 @@ operational_monitoring:
|
|||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
xaxis: submission_date
|
||||
title: 'Tcp Rollout Phase Iii Tcp On By Default For 95 Existing Release Profiles '
|
||||
|
@ -4211,25 +4211,25 @@ operational_monitoring:
|
|||
explore: telemetry_alerts_prototype
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- oom_crashes
|
||||
- gc_budget_overrun
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- gc_budget_overrun
|
||||
- perf_first_contentful_paint_ms
|
||||
- content_shutdown_crashes
|
||||
- main_crashes
|
||||
- content_process_count
|
||||
- subsession_length
|
||||
- checkerboard_severity
|
||||
- memory_total
|
||||
- gmplugin_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- js_pageload_execution_ms
|
||||
- content_process_count
|
||||
- main_crashes
|
||||
- active_ticks
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- gc_ms_content
|
||||
- perf_first_contentful_paint_ms
|
||||
- active_ticks
|
||||
- shutdown_hangs
|
||||
- checkerboard_severity
|
||||
- js_pageload_execution_ms
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.telemetry_alerts_prototype
|
||||
xaxis: build_id
|
||||
- explore: telemetry_alerts_prototype_alerts
|
||||
|
@ -4246,18 +4246,18 @@ operational_monitoring:
|
|||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
xaxis: submission_date
|
||||
title: 'Total Cookie Protection Beta Roll Out Phase Ii Switch On To New Users '
|
||||
|
@ -4272,18 +4272,18 @@ operational_monitoring:
|
|||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
group_by_dimension: null
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
table: moz-fx-data-shared-prod.operational_monitoring.total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
xaxis: submission_date
|
||||
title: 'Total Cookie Protection Roll Out Phase Ii Switch On By Default To
|
||||
|
@ -4729,18 +4729,18 @@ operational_monitoring:
|
|||
branches: *id031
|
||||
dimensions: *id032
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
|
@ -4851,18 +4851,18 @@ operational_monitoring:
|
|||
branches: *id043
|
||||
dimensions: *id044
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: firefox_suggest_by_merino_nightly
|
||||
|
@ -4871,18 +4871,18 @@ operational_monitoring:
|
|||
branches: *id045
|
||||
dimensions: *id046
|
||||
probes:
|
||||
- gc_ms
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- fx_tab_switch_composite_e10s_ms
|
||||
- shutdown_hangs
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- fx_tab_switch_composite_e10s_ms
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: mission_control_desktop_nightly
|
||||
|
@ -4951,18 +4951,18 @@ operational_monitoring:
|
|||
branches: *id053
|
||||
dimensions: *id054
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
|
@ -4971,18 +4971,18 @@ operational_monitoring:
|
|||
branches: *id055
|
||||
dimensions: *id056
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
|
@ -4991,18 +4991,18 @@ operational_monitoring:
|
|||
branches: *id057
|
||||
dimensions: *id058
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
|
@ -5011,18 +5011,18 @@ operational_monitoring:
|
|||
branches: *id059
|
||||
dimensions: *id060
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
|
@ -5091,18 +5091,18 @@ operational_monitoring:
|
|||
branches: *id067
|
||||
dimensions: *id068
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: task_continuity_sync_after_tab_change_rollout_40
|
||||
|
@ -5111,18 +5111,18 @@ operational_monitoring:
|
|||
branches: *id069
|
||||
dimensions: *id070
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: task_continuity_sync_after_tab_change_rollout_60
|
||||
|
@ -5157,18 +5157,18 @@ operational_monitoring:
|
|||
branches: *id073
|
||||
dimensions: *id074
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
|
@ -5177,18 +5177,18 @@ operational_monitoring:
|
|||
branches: *id075
|
||||
dimensions: *id076
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
|
@ -5197,24 +5197,24 @@ operational_monitoring:
|
|||
branches: *id077
|
||||
dimensions: *id078
|
||||
probes:
|
||||
- search_with_ads
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- tagged_search_count
|
||||
- search_with_ads
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- ad_click
|
||||
- gmplugin_crashes
|
||||
- organic_search_count
|
||||
- ad_click_organic
|
||||
- tagged_follow_on_search_count
|
||||
- search_with_ads_organic
|
||||
- shutdown_hangs
|
||||
- content_crashes
|
||||
- content_process_count
|
||||
- sap
|
||||
- organic_search_count
|
||||
- tagged_search_count
|
||||
- tagged_follow_on_search_count
|
||||
- ad_click_organic
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- ad_click
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_phase_2
|
||||
|
@ -5223,18 +5223,18 @@ operational_monitoring:
|
|||
branches: *id079
|
||||
dimensions: *id080
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
|
@ -5243,18 +5243,18 @@ operational_monitoring:
|
|||
branches: *id081
|
||||
dimensions: *id082
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
|
@ -5263,18 +5263,18 @@ operational_monitoring:
|
|||
branches: *id083
|
||||
dimensions: *id084
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
|
@ -5283,25 +5283,25 @@ operational_monitoring:
|
|||
branches: *id085
|
||||
dimensions: *id086
|
||||
probes:
|
||||
- startup_crashes
|
||||
- oom_crashes
|
||||
- gc_budget_overrun
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- gc_budget_overrun
|
||||
- perf_first_contentful_paint_ms
|
||||
- content_shutdown_crashes
|
||||
- main_crashes
|
||||
- content_process_count
|
||||
- subsession_length
|
||||
- checkerboard_severity
|
||||
- memory_total
|
||||
- gmplugin_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- js_pageload_execution_ms
|
||||
- content_process_count
|
||||
- main_crashes
|
||||
- active_ticks
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- gc_ms_content
|
||||
- perf_first_contentful_paint_ms
|
||||
- active_ticks
|
||||
- shutdown_hangs
|
||||
- checkerboard_severity
|
||||
- js_pageload_execution_ms
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: telemetry_alerts_prototype
|
||||
|
@ -5314,18 +5314,18 @@ operational_monitoring:
|
|||
branches: *id087
|
||||
dimensions: *id088
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
|
@ -5334,18 +5334,18 @@ operational_monitoring:
|
|||
branches: *id089
|
||||
dimensions: *id090
|
||||
probes:
|
||||
- startup_crashes
|
||||
- main_crashes
|
||||
- gpu_crashes
|
||||
- oom_crashes
|
||||
- plugin_crashes
|
||||
- content_shutdown_crashes
|
||||
- gc_ms
|
||||
- gmplugin_crashes
|
||||
- startup_crashes
|
||||
- plugin_crashes
|
||||
- memory_total
|
||||
- shutdown_hangs
|
||||
- content_shutdown_crashes
|
||||
- gmplugin_crashes
|
||||
- main_crashes
|
||||
- content_crashes
|
||||
- gpu_crashes
|
||||
- shutdown_hangs
|
||||
- content_process_count
|
||||
- oom_crashes
|
||||
type: operational_monitoring_explore
|
||||
views:
|
||||
base_view: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: memory_total
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date
|
||||
field_y: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
log_scale: false
|
||||
ci_lower: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low
|
||||
ci_upper: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: bug_1759000_rollout_initial_rollout_of_tcp_release_91_99
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.submission_date,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.high,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.low,
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.percentile
|
||||
]
|
||||
pivots: [
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.branch
|
||||
]
|
||||
filters:
|
||||
bug_1759000_rollout_initial_rollout_of_tcp_release_91_99.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: memory_total
|
||||
firefox_suggest_by_merino_nightly.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: firefox_suggest_by_merino_nightly.submission_date
|
||||
field_y: firefox_suggest_by_merino_nightly.percentile
|
||||
log_scale: false
|
||||
ci_lower: firefox_suggest_by_merino_nightly.low
|
||||
ci_upper: firefox_suggest_by_merino_nightly.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: firefox_suggest_by_merino_nightly.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: firefox_suggest_by_merino_nightly
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
firefox_suggest_by_merino_nightly.submission_date,
|
||||
firefox_suggest_by_merino_nightly.branch,
|
||||
firefox_suggest_by_merino_nightly.high,
|
||||
firefox_suggest_by_merino_nightly.low,
|
||||
firefox_suggest_by_merino_nightly.percentile
|
||||
]
|
||||
pivots: [
|
||||
firefox_suggest_by_merino_nightly.branch
|
||||
]
|
||||
filters:
|
||||
firefox_suggest_by_merino_nightly.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: memory_total
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date
|
||||
field_y: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low
|
||||
ci_upper: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.submission_date,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.high,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.low,
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_beta_rollout_to_all_us_desktop_users_v2_beta_74_80_bug_1613489.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: memory_total
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date
|
||||
field_y: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low
|
||||
ci_upper: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.submission_date,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.high,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.low,
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_nightly_rollout_to_all_us_desktop_users_nightly_74_80_bug_1613481.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: memory_total
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date
|
||||
field_y: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
log_scale: false
|
||||
ci_lower: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low
|
||||
ci_upper: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.submission_date,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.high,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.low,
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.percentile
|
||||
]
|
||||
pivots: [
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.branch
|
||||
]
|
||||
filters:
|
||||
rollout_doh_us_staged_rollout_to_all_us_desktop_users_release_73_77_bug_1586331.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: memory_total
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date
|
||||
field_y: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
log_scale: false
|
||||
ci_lower: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low
|
||||
ci_upper: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.submission_date,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.high,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.low,
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.percentile
|
||||
]
|
||||
pivots: [
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.branch
|
||||
]
|
||||
filters:
|
||||
set_firefox_as_default_pdf_handler_on_windows_for_new_users_rollout.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: memory_total
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_40.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_40.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_40.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_40.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_40
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_40.high,
|
||||
task_continuity_sync_after_tab_change_rollout_40.low,
|
||||
task_continuity_sync_after_tab_change_rollout_40.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_40.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_40.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: memory_total
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: task_continuity_sync_after_tab_change_rollout_60.submission_date
|
||||
field_y: task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
log_scale: false
|
||||
ci_lower: task_continuity_sync_after_tab_change_rollout_60.low
|
||||
ci_upper: task_continuity_sync_after_tab_change_rollout_60.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: task_continuity_sync_after_tab_change_rollout_60.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: task_continuity_sync_after_tab_change_rollout_60
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.submission_date,
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch,
|
||||
task_continuity_sync_after_tab_change_rollout_60.high,
|
||||
task_continuity_sync_after_tab_change_rollout_60.low,
|
||||
task_continuity_sync_after_tab_change_rollout_60.percentile
|
||||
]
|
||||
pivots: [
|
||||
task_continuity_sync_after_tab_change_rollout_60.branch
|
||||
]
|
||||
filters:
|
||||
task_continuity_sync_after_tab_change_rollout_60.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: memory_total
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date
|
||||
field_y: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low
|
||||
ci_upper: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.submission_date,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.high,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.low,
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_aurora_phase_iii_tcp_on_by_default_for_100_aurora_profiles.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: memory_total
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date
|
||||
field_y: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low
|
||||
ci_upper: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.submission_date,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.high,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.low,
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_beta_phase_iii_tcp_on_by_default_for_remaining_beta_profiles.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,40 +10,6 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Search With Ads
|
||||
name: Search With Ads
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: search_with_ads
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
|
@ -61,40 +27,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_2.probe: startup_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: main_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -112,8 +44,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
- title: Search With Ads
|
||||
name: Search With Ads
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -127,76 +59,8 @@
|
|||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: oom_crashes
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Search Count
|
||||
name: Tagged Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: tagged_search_count
|
||||
row: 20
|
||||
tcp_rollout_phase_2.probe: search_with_ads
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -230,211 +94,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: plugin_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Shutdown Crashes
|
||||
name: Content Shutdown Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: content_shutdown_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Click
|
||||
name: Ad Click
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: ad_click
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gmplugin Crashes
|
||||
name: Gmplugin Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: gmplugin_crashes
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Organic Search Count
|
||||
name: Organic Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: organic_search_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Click Organic
|
||||
name: Ad Click Organic
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: ad_click_organic
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Follow On Search Count
|
||||
name: Tagged Follow On Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: tagged_follow_on_search_count
|
||||
row: 60
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -468,7 +128,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: search_with_ads_organic
|
||||
row: 60
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -486,8 +146,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Shutdown Hangs
|
||||
name: Shutdown Hangs
|
||||
- title: Sap
|
||||
name: Sap
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -501,8 +161,8 @@
|
|||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: shutdown_hangs
|
||||
row: 70
|
||||
tcp_rollout_phase_2.probe: sap
|
||||
row: 20
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -517,6 +177,244 @@
|
|||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Organic Search Count
|
||||
name: Organic Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: organic_search_count
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Search Count
|
||||
name: Tagged Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: tagged_search_count
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Tagged Follow On Search Count
|
||||
name: Tagged Follow On Search Count
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: tagged_follow_on_search_count
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Click Organic
|
||||
name: Ad Click Organic
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: ad_click_organic
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Shutdown Crashes
|
||||
name: Content Shutdown Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: content_shutdown_crashes
|
||||
row: 40
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gmplugin Crashes
|
||||
name: Gmplugin Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: gmplugin_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: main_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -536,6 +434,108 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: content_crashes
|
||||
row: 60
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Ad Click
|
||||
name: Ad Click
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: ad_click
|
||||
row: 60
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: gpu_crashes
|
||||
row: 70
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_2.submission_date
|
||||
field_y: tcp_rollout_phase_2.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_2.low
|
||||
ci_upper: tcp_rollout_phase_2.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_2.percentile_conf
|
||||
Country: tcp_rollout_phase_2.country
|
||||
Os: tcp_rollout_phase_2.os
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Shutdown Hangs
|
||||
name: Shutdown Hangs
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_2.submission_date,
|
||||
tcp_rollout_phase_2.branch,
|
||||
tcp_rollout_phase_2.high,
|
||||
tcp_rollout_phase_2.low,
|
||||
tcp_rollout_phase_2.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: shutdown_hangs
|
||||
row: 70
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -588,8 +588,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Sap
|
||||
name: Sap
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_2
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -603,7 +603,7 @@
|
|||
tcp_rollout_phase_2.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_2.probe: sap
|
||||
tcp_rollout_phase_2.probe: oom_crashes
|
||||
row: 80
|
||||
col: 12
|
||||
width: 12
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: memory_total
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_50_existing_release_profiles.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: memory_total
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_esr_profiles.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: memory_total
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date
|
||||
field_y: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
log_scale: false
|
||||
ci_lower: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low
|
||||
ci_upper: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.submission_date,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.high,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.low,
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.percentile
|
||||
]
|
||||
pivots: [
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.branch
|
||||
]
|
||||
filters:
|
||||
tcp_rollout_phase_iii_tcp_on_by_default_for_95_existing_release_profiles.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
- name: Probe
|
||||
title: Probe
|
||||
type: field_filter
|
||||
default_value: 'startup_crashes'
|
||||
default_value: 'gc_ms'
|
||||
allow_multiple_values: true
|
||||
required: true
|
||||
ui_config:
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: memory_total
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date
|
||||
field_y: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low
|
||||
ci_upper: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.submission_date,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.high,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.low,
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_beta_roll_out_phase_ii_switch_on_to_new_users.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
|
@ -10,6 +10,38 @@
|
|||
preferred_viewer: dashboards-next
|
||||
|
||||
elements:
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: gc_ms
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Startup Crashes
|
||||
name: Startup Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
|
@ -27,102 +59,6 @@
|
|||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: startup_crashes
|
||||
row: 0
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: main_crashes
|
||||
row: 0
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: gpu_crashes
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: oom_crashes
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -154,7 +90,7 @@
|
|||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: plugin_crashes
|
||||
row: 20
|
||||
row: 10
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -167,6 +103,38 @@
|
|||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: memory_total
|
||||
row: 10
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -187,38 +155,6 @@
|
|||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: content_shutdown_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Gc Ms
|
||||
name: Gc Ms
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: gc_ms
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
|
@ -250,6 +186,70 @@
|
|||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: gmplugin_crashes
|
||||
row: 20
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Main Crashes
|
||||
name: Main Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: main_crashes
|
||||
row: 30
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: content_crashes
|
||||
row: 30
|
||||
col: 12
|
||||
width: 12
|
||||
|
@ -266,8 +266,8 @@
|
|||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Memory Total
|
||||
name: Memory Total
|
||||
- title: Gpu Crashes
|
||||
name: Gpu Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
|
@ -281,7 +281,7 @@
|
|||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: memory_total
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: gpu_crashes
|
||||
row: 40
|
||||
col: 0
|
||||
width: 12
|
||||
|
@ -327,38 +327,6 @@
|
|||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Content Crashes
|
||||
name: Content Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: content_crashes
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
|
@ -379,6 +347,38 @@
|
|||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: content_process_count
|
||||
row: 50
|
||||
col: 0
|
||||
width: 12
|
||||
height: 8
|
||||
field_x: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date
|
||||
field_y: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
log_scale: false
|
||||
ci_lower: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low
|
||||
ci_upper: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high
|
||||
show_grid: true
|
||||
listen:
|
||||
Percentile: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile_conf
|
||||
|
||||
enabled: "#3FE1B0"
|
||||
disabled: "#0060E0"
|
||||
defaults_version: 0
|
||||
- title: Oom Crashes
|
||||
name: Oom Crashes
|
||||
explore: total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default
|
||||
type: "ci-line-chart"
|
||||
fields: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.submission_date,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.high,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.low,
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.percentile
|
||||
]
|
||||
pivots: [
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.branch
|
||||
]
|
||||
filters:
|
||||
total_cookie_protection_roll_out_to_users_phase_ii_switch_on_by_default.probe: oom_crashes
|
||||
row: 50
|
||||
col: 12
|
||||
width: 12
|
||||
height: 8
|
||||
|
|
Загрузка…
Ссылка в новой задаче