Bug 1649960 - Update expiration of blocklist probes r=janerik

Differential Revision: https://phabricator.services.mozilla.com/D82890
This commit is contained in:
Rob Wu 2020-07-10 12:08:52 +00:00
Родитель 7e5c0a3709
Коммит e3312ff425
1 изменённых файлов: 18 добавлений и 8 удалений

Просмотреть файл

@ -4683,17 +4683,19 @@ blocklist:
bug_numbers:
- 1572711
- 1607744
- 1649960
description: >
Keep track of the last time the "addons" remotesetting blocklist has been successfully
updated (as a datetime string in UTC format), set to "Missing Date" when the timestamp
couldn't be retrieved.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails:
- addons-dev-internal@mozilla.com
- lgreco@mozilla.com
- awagner@mozilla.com
- rwu@mozilla.com
products:
- 'firefox'
- 'fennec'
@ -4704,11 +4706,12 @@ blocklist:
lastModified_rs_addons_mlbf:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of the last time the "addons-bloomfilters" remotesetting blocklist has been successfully
updated (as a datetime string in UTC format), set to "Missing Date" when the timestamp
couldn't be retrieved.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails:
@ -4725,17 +4728,19 @@ blocklist:
bug_numbers:
- 1572711
- 1607744
- 1649960
description: >
Keep track of the last time the "plugins" remotesetting blocklist has been successfully
updated (as a datetime string in UTC format), set to "Missing Date" when the timestamp
couldn't be retrieved.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails:
- addons-dev-internal@mozilla.com
- lgreco@mozilla.com
- awagner@mozilla.com
- rwu@mozilla.com
products:
- 'firefox'
- 'thunderbird'
@ -4745,10 +4750,11 @@ blocklist:
mlbf_enabled:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of whether the addons blocklist engine uses bloom filters (blocklist v3).
If false, the blocklist v2 is used instead.
expires: "81"
expires: "88"
kind: boolean
release_channel_collection: opt-out
notification_emails:
@ -4764,12 +4770,13 @@ blocklist:
mlbf_stashes:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of whether the bloomfilter-based blocklist engine uses stashes from the
addons-bloomfilters collection, together with an infrequently updated base bloomfilter.
If false, the latest (full) bloom filter is downloaded on every update of the addon blocklist.
This metric is only meaningful if mlbf_enabled is true.
expires: "81"
expires: "88"
kind: boolean
release_channel_collection: opt-out
notification_emails:
@ -4785,12 +4792,13 @@ blocklist:
mlbf_generation_time:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of the generation time of the addon blocklist's bloom filter. This marks the
point in time until which signed add-ons are recognized by the selected bloom filter from the
addons-bloomfilters collection.
The value is a datetime string in UTC format, or "Missing Date" when unavailable.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails:
@ -4806,11 +4814,12 @@ blocklist:
mlbf_stash_time_oldest:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of the timestamp of the oldest stash of the addons blocklist.
Only meaningful when mlbf_enabled and mlbf_stashes are true.
The value is a datetime string in UTC format, or "Missing Date" when unavailable.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails:
@ -4826,11 +4835,12 @@ blocklist:
mlbf_stash_time_newest:
bug_numbers:
- 1633466
- 1649960
description: >
Keep track of the timestamp of the most recent stash of the addons blocklist.
Only meaningful when mlbf_enabled and mlbf_stashes are true.
The value is a datetime string in UTC format, or "Missing Date" when unavailable.
expires: "81"
expires: "88"
kind: string
release_channel_collection: opt-out
notification_emails: