зеркало из https://github.com/mozilla/looker-hub.git
Auto-push from LookML generation
This commit is contained in:
Родитель
35eed5d105
Коммит
0275845fbd
|
@ -1613,7 +1613,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1621,7 +1620,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1629,7 +1627,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1637,7 +1634,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1645,7 +1641,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1653,7 +1648,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1661,13 +1655,11 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1675,7 +1667,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1683,7 +1674,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1691,7 +1681,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1699,7 +1688,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1707,7 +1695,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1715,7 +1702,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1723,13 +1709,11 @@ documented in the ping's pings.yaml file.
|
|||
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
|
||||
}
|
||||
|
||||
|
@ -1751,7 +1735,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1759,7 +1742,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1767,7 +1749,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1775,7 +1756,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Geo"
|
||||
group_item_label: "Subdivision2"
|
||||
description: "Second major country subdivision; not applicable for most countries"
|
||||
}
|
||||
|
||||
dimension: metadata__header__date {
|
||||
|
@ -1783,7 +1763,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -1791,7 +1770,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1818,7 +1796,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1826,7 +1803,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1834,7 +1810,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Lb Tags"
|
||||
description: "X-LB-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_pingsender_version {
|
||||
|
@ -1842,7 +1817,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Pingsender Version"
|
||||
description: "X-PingSender-Version HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_source_tags {
|
||||
|
@ -1850,7 +1824,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Source Tags"
|
||||
description: "X-Source-Tags HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__x_telemetry_agent {
|
||||
|
@ -1858,7 +1831,6 @@ documented in the ping's pings.yaml file.
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "X Telemetry Agent"
|
||||
description: "X-Telemetry-Agent HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__isp__db_version {
|
||||
|
@ -1866,7 +1838,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1874,7 +1845,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1882,7 +1852,6 @@ documented in the ping's pings.yaml file.
|
|||
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 {
|
||||
|
@ -1909,25 +1878,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 {
|
||||
|
@ -1978,7 +1943,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 {
|
||||
|
@ -2038,7 +2002,6 @@ documented in the ping's pings.yaml file.
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
measure: clients {
|
||||
|
|
|
@ -8,7 +8,6 @@ view: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -185,7 +164,6 @@ view: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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: new_metric_capture_emulation_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,15 +274,6 @@ view: new_metric_capture_emulation_table {
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Engagement Active Ticks"
|
||||
description: "The number of five-second intervals ('ticks') the user was considered
|
||||
'active'.
|
||||
|
||||
'active' means keyboard or mouse interaction with the application.
|
||||
It doesn't take into account whether or not the window has focus or is in
|
||||
the foreground, only if it is receiving these interaction events.
|
||||
|
||||
Migrated from Telemetry's `browser.engagement.active_ticks`.
|
||||
"
|
||||
}
|
||||
|
||||
dimension: metrics__counter__browser_engagement_uri_count {
|
||||
|
@ -321,45 +281,26 @@ Migrated from Telemetry's `browser.engagement.active_ticks`.
|
|||
type: number
|
||||
group_label: "Metrics Counter"
|
||||
group_item_label: "Browser Engagement Uri Count"
|
||||
description: "The number of total non-unique http(s) URIs visited, including page
|
||||
reloads, after the session has been restored. URIs on minimized or
|
||||
background tabs may also be counted. Private browsing uris are included.
|
||||
|
||||
Migrated from Telemetry's
|
||||
`browser.engagement.total_uri_count_normal_and_private_mode`.
|
||||
"
|
||||
}
|
||||
|
||||
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__timing_distribution__wr_renderer_time__bucket_count {
|
||||
|
@ -417,25 +358,21 @@ The labels are the `category.name` identifier of the metric.
|
|||
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 {
|
||||
|
@ -486,7 +423,6 @@ The labels are the `category.name` identifier of the metric.
|
|||
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 {
|
||||
|
@ -546,7 +482,6 @@ The labels are the `category.name` identifier of the metric.
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
sql_table_name: `mozdata.firefox_desktop.new_metric_capture_emulation` ;;
|
||||
|
|
|
@ -8,7 +8,6 @@ view: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_table {
|
|||
type: string
|
||||
group_label: "Metadata Header"
|
||||
group_item_label: "Date"
|
||||
description: "Date HTTP header"
|
||||
}
|
||||
|
||||
dimension: metadata__header__dnt {
|
||||
|
@ -185,7 +164,6 @@ view: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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: activation_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 {
|
||||
|
@ -308,33 +277,21 @@ view: activation_table {
|
|||
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_rate {
|
||||
|
@ -357,33 +314,26 @@ The labels are the `category.name` identifier of the metric.
|
|||
type: string
|
||||
group_label: "Metrics Uuid"
|
||||
group_item_label: "Activation Activation Id"
|
||||
description: "An alternate identifier, not correlated with the client_id, generated once
|
||||
and only sent with the activation ping.
|
||||
"
|
||||
}
|
||||
|
||||
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 {
|
||||
|
@ -434,7 +384,6 @@ and only sent with the activation ping.
|
|||
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 {
|
||||
|
@ -494,7 +443,6 @@ and only sent with the activation ping.
|
|||
quarter,
|
||||
year,
|
||||
]
|
||||
description: "Time when the ingestion edge server accepted this message"
|
||||
}
|
||||
|
||||
parameter: channel {
|
||||
|
|
Загрузка…
Ссылка в новой задаче