1
0
Fork 0

For #6577 - Add `total_uri_count` to the Glean metrics ping

Re-apply the change for #4456.
Keep `total_uri_count` as a CounterMetricType and let Glean manage it's
persistence and reset time (resets with each metrics ping sent).
master
Mugurell 2020-02-11 18:58:29 +02:00 committed by Jeff Boek
parent ad1144c722
commit b231afb05f
2 changed files with 5 additions and 1 deletions

View File

@ -98,10 +98,13 @@ events:
A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing. A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.
send_in_pings: send_in_pings:
- baseline - baseline
- metrics
bugs: bugs:
- https://github.com/mozilla-mobile/fenix/issues/1301 - https://github.com/mozilla-mobile/fenix/issues/1301
- https://github.com/mozilla-mobile/fenix/issues/4456
data_reviews: data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1785 - https://github.com/mozilla-mobile/fenix/pull/1785
- https://github.com/mozilla-mobile/fenix/pull/8314
notification_emails: notification_emails:
- fenix-core@mozilla.com - fenix-core@mozilla.com
expires: "2020-09-01" expires: "2020-09-01"

File diff suppressed because one or more lines are too long