зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1752890 Mirror already-duplicated browser engagement metrics for validation r=TravisLong
Differential Revision: https://phabricator.services.mozilla.com/D137482
This commit is contained in:
Родитель
aba8ecec36
Коммит
94bf53544e
|
@ -37,6 +37,7 @@ browser.engagement:
|
||||||
send_in_pings:
|
send_in_pings:
|
||||||
- baseline
|
- baseline
|
||||||
- metrics
|
- metrics
|
||||||
|
telemetry_mirror: BROWSER_ENGAGEMENT_MIRROR_FOR_ACTIVE_TICKS
|
||||||
no_lint:
|
no_lint:
|
||||||
- BASELINE_PING
|
- BASELINE_PING
|
||||||
|
|
||||||
|
@ -63,5 +64,6 @@ browser.engagement:
|
||||||
send_in_pings:
|
send_in_pings:
|
||||||
- baseline
|
- baseline
|
||||||
- metrics
|
- metrics
|
||||||
|
telemetry_mirror: BROWSER_ENGAGEMENT_MIRROR_FOR_URI_COUNT
|
||||||
no_lint:
|
no_lint:
|
||||||
- BASELINE_PING
|
- BASELINE_PING
|
||||||
|
|
|
@ -307,6 +307,27 @@ browser.engagement:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'account-ecosystem'
|
- 'account-ecosystem'
|
||||||
|
|
||||||
|
mirror_for_uri_count:
|
||||||
|
bug_numbers:
|
||||||
|
- 1741674
|
||||||
|
- 1752890
|
||||||
|
description: >
|
||||||
|
The count of the total non-unique http(s) URIs visited in a subsession, including
|
||||||
|
page reloads, after the session has been restored. URIs on minimized or background
|
||||||
|
tabs may also be counted towards this. Private browsing is included in this count.
|
||||||
|
Used for comparing with browser.engagement.total_uri_count_normal_and_private_mode
|
||||||
|
as a mirror of Glean's browser.engagement.uri_count.
|
||||||
|
expires: '100'
|
||||||
|
kind: uint
|
||||||
|
notification_emails:
|
||||||
|
- chutten@mozilla.com
|
||||||
|
- loines@mozilla.com
|
||||||
|
release_channel_collection: opt-out
|
||||||
|
products:
|
||||||
|
- 'firefox'
|
||||||
|
record_in_processes:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
unfiltered_uri_count:
|
unfiltered_uri_count:
|
||||||
bug_numbers:
|
bug_numbers:
|
||||||
- 1304647
|
- 1304647
|
||||||
|
@ -371,6 +392,27 @@ browser.engagement:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'account-ecosystem'
|
- 'account-ecosystem'
|
||||||
|
|
||||||
|
mirror_for_active_ticks:
|
||||||
|
bug_numbers:
|
||||||
|
- 1741674
|
||||||
|
- 1752890
|
||||||
|
description: >
|
||||||
|
The count of the number of five-second intervals ('ticks') the user
|
||||||
|
was considered 'active' in a subsession. Session activity involves keyboard or mouse
|
||||||
|
interaction with the application. It does not take into account whether or not the window
|
||||||
|
has focus or is in the foreground, only if it is receiving these interaction events.
|
||||||
|
Used for comparing with browser.engagement.active_ticks as a mirror for
|
||||||
|
Glean's browser.engagement.active_ticks
|
||||||
|
expires: '100'
|
||||||
|
kind: uint
|
||||||
|
notification_emails:
|
||||||
|
- chutten@mozilla.com
|
||||||
|
release_channel_collection: opt-out
|
||||||
|
products:
|
||||||
|
- 'firefox'
|
||||||
|
record_in_processes:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
profile_count:
|
profile_count:
|
||||||
bug_numbers:
|
bug_numbers:
|
||||||
- 1647422
|
- 1647422
|
||||||
|
|
Загрузка…
Ссылка в новой задаче