From 9a30d57db9a4c4f6000bd27276e9846c774df25e Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Tue, 12 May 2020 14:52:58 -0400 Subject: [PATCH] =?UTF-8?q?Update=20Android=20Components=20version=20to=20?= =?UTF-8?q?41.0.20200512130104=20=F0=9F=8E=B2=F0=9F=8E=B2=20(#10600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update GLEAN metrics and ping formatting * Update Android Components version to 41.0.20200512130104. --- app/metrics.yaml | 92 +++++++++++---------- app/pings.yaml | 8 +- buildSrc/src/main/java/AndroidComponents.kt | 2 +- docs/metrics.md | 5 +- 4 files changed, 59 insertions(+), 48 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index c033b0455f..3f052289ad 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -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 ‘’. - 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 ‘’. - 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 ‘’. + 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 ‘’. + 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: diff --git a/app/pings.yaml b/app/pings.yaml index 0c5dcf2bd5..5a392f0052 100644 --- a/app/pings.yaml +++ b/app/pings.yaml @@ -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 diff --git a/buildSrc/src/main/java/AndroidComponents.kt b/buildSrc/src/main/java/AndroidComponents.kt index 7bea9b7c3a..d45fb35b7c 100644 --- a/buildSrc/src/main/java/AndroidComponents.kt +++ b/buildSrc/src/main/java/AndroidComponents.kt @@ -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" } diff --git a/docs/metrics.md b/docs/metrics.md index 7958562198..2e2ee0c8c4 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -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:**