Bug 1777397 - set PWMGR_IMPORT_LOGINS_FROM_FILE_* probes to expire in Fx120 and cleanup alert emails for passwords related probes r=dimi

Differential Revision: https://phabricator.services.mozilla.com/D151830
This commit is contained in:
Sergey Galich 2022-07-14 15:56:51 +00:00
parent f52d8a768c
commit 90615c808b

View File

@ -8336,9 +8336,9 @@
"PWMGR_IMPORT_LOGINS_FROM_FILE_MS": {
"record_in_processes": ["main"],
"products": ["firefox"],
"bug_numbers": [1688653, 1749882],
"alert_emails": ["sfoster@mozilla.com", "passwords-dev@mozilla.org"],
"expires_in_version": "105",
"bug_numbers": [1688653, 1749882, 1777397],
"alert_emails": ["passwords-dev@mozilla.org"],
"expires_in_version": "120",
"kind": "exponential",
"n_buckets": 70,
"high": 100000,
@ -8387,9 +8387,9 @@
"PWMGR_IMPORT_LOGINS_FROM_FILE_JANK_MS": {
"record_in_processes": ["main"],
"products": ["firefox"],
"bug_numbers": [1338522, 1584261, 1643431, 1678204, 1749883],
"alert_emails": ["sfoster@mozilla.com", "passwords-dev@mozilla.org"],
"expires_in_version": "105",
"bug_numbers": [1338522, 1584261, 1643431, 1678204, 1749883, 1777397],
"alert_emails": ["passwords-dev@mozilla.org"],
"expires_in_version": "120",
"kind": "exponential",
"n_buckets": 20,
"high": 60000,
@ -8438,9 +8438,9 @@
"PWMGR_IMPORT_LOGINS_FROM_FILE_CATEGORICAL": {
"record_in_processes": ["main"],
"products": ["firefox"],
"bug_numbers": [1688653, 1749882],
"alert_emails": ["sfoster@mozilla.com", "passwords-dev@mozilla.org"],
"expires_in_version": "105",
"bug_numbers": [1688653, 1749882, 1777397],
"alert_emails": ["passwords-dev@mozilla.org"],
"expires_in_version": "120",
"kind": "categorical",
"labels": ["added", "modified", "error", "no_change"],
"releaseChannelCollection": "opt-out",
@ -13909,7 +13909,7 @@
"n_buckets" : 20,
"bug_numbers": [1708455],
"description": "The number of documents that receive >= bucket number 'DOMFormHasPossibleUsernameEvent' event",
"alert_emails": ["dlee@mozilla.com", "passwords-dev@mozilla.org"],
"alert_emails": ["passwords-dev@mozilla.org"],
"releaseChannelCollection": "opt-out"
},
"PWMGR_NUM_SAVED_PASSWORDS": {
@ -13983,7 +13983,7 @@
"kind": "boolean",
"description": "Whether a <form> is a username-only form. (0=Form has a possible username field but is not considered as a username-only form, 1=Form is considered as a username-only form)",
"bug_numbers": [1708455],
"alert_emails": ["dlee@mozilla.com", "passwords-dev@mozilla.org"],
"alert_emails": ["passwords-dev@mozilla.org"],
"releaseChannelCollection": "opt-out"
},
"PWMGR_USERNAME_PRESENT": {