1
0
Fork 0

Update Android Components version to 41.0.20200512130104 🎲🎲 (#10600)

* Update GLEAN metrics and ping formatting

* Update Android Components version to 41.0.20200512130104.
master
Simon Chae 2020-05-12 14:52:58 -04:00 committed by GitHub
parent 86dabe09c8
commit 9a30d57db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 48 deletions

View File

@ -2037,48 +2037,56 @@ installation:
expires: "2020-09-01"
browser.search:
with_ads:
type: labeled_counter
description: >
Records counts of SERP pages with adverts displayed. The key format is <provider-name>.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6558
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10112
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
ad_clicks:
type: labeled_counter
description: >
Records clicks of adverts on SERP pages. The key format is <provider-name>.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6558
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10112
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
in_content:
type: labeled_counter
description: >
Records the type of interaction a user has on SERP pages.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6557
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10167
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
with_ads:
type: labeled_counter
description: |
Records counts of SERP pages with adverts displayed.
The key format is <provider-name>.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6558
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10112
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
# TODO: https://github.com/mozilla-mobile/fenix/issues/10599
no_lint: [BASELINE_PING]
ad_clicks:
type: labeled_counter
description: |
Records clicks of adverts on SERP pages.
The key format is <provider-name>.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6558
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10112
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
# TODO: https://github.com/mozilla-mobile/fenix/issues/10599
no_lint: [BASELINE_PING]
in_content:
type: labeled_counter
description: |
Records the type of interaction a user has on SERP pages.
send_in_pings:
- baseline
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/6557
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/10167
notification_emails:
- fenix-core@mozilla.com
expires: "2020-09-01"
# TODO: https://github.com/mozilla-mobile/fenix/issues/10599
no_lint: [BASELINE_PING]
addons:
open_addons_in_settings:

View File

@ -31,12 +31,12 @@ installation:
- fenix-core@mozilla.com
startup-timeline:
description: >
description: |
This ping is intended to provide an understanding of startup performance.
The ping is intended to be captured by performance testing automation to report results
there, in addition to user telemetry. We place these metrics into their own ping in order
to isolate them and make this process easier.
The ping is intended to be captured by performance testing automation to
report results there, in addition to user telemetry. We place these metrics
into their own ping in order to isolate them and make this process easier.
include_client_id: false
bugs:
- https://github.com/mozilla-mobile/fenix/issues/8803

View File

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "41.0.20200511120152"
const val VERSION = "41.0.20200512130104"
}

View File

@ -257,7 +257,10 @@ The following metrics are added to the ping:
## startup-timeline
This ping is intended to provide an understanding of startup performance.
The ping is intended to be captured by performance testing automation to report results there, in addition to user telemetry. We place these metrics into their own ping in order to isolate them and make this process easier.
The ping is intended to be captured by performance testing automation to
report results there, in addition to user telemetry. We place these metrics
into their own ping in order to isolate them and make this process easier.
**Data reviews for this ping:**