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

View File

@ -31,12 +31,12 @@ installation:
- fenix-core@mozilla.com - fenix-core@mozilla.com
startup-timeline: startup-timeline:
description: > description: |
This ping is intended to provide an understanding of startup performance. 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 The ping is intended to be captured by performance testing automation to
there, in addition to user telemetry. We place these metrics into their own ping in order report results there, in addition to user telemetry. We place these metrics
to isolate them and make this process easier. into their own ping in order to isolate them and make this process easier.
include_client_id: false include_client_id: false
bugs: bugs:
- https://github.com/mozilla-mobile/fenix/issues/8803 - 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents { 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 ## startup-timeline
This ping is intended to provide an understanding of startup performance. 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:** **Data reviews for this ping:**