Bug 1689257 - Update expiration for startup cache / script preloader probes r=mconley

These I could see us wanting to rip out at some point, so I am just going to
kick the can down the road.

Depends on D104838

Differential Revision: https://phabricator.services.mozilla.com/D104839
This commit is contained in:
Doug Thayer 2021-02-18 16:32:19 +00:00
Родитель a79d482b16
Коммит a794acaa37
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -5604,7 +5604,7 @@
"record_in_processes": ["main"],
"products": ["firefox", "fennec"],
"alert_emails": ["dothayer@mozilla.com", "plawless@mozilla.com"],
"expires_in_version": "88",
"expires_in_version": "100",
"kind": "categorical",
"labels": ["HitMemory", "HitDisk", "Miss"],
"bug_numbers": [1364235],
@ -5615,7 +5615,7 @@
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"alert_emails": ["dothayer@mozilla.com", "plawless@mozilla.com"],
"expires_in_version": "88",
"expires_in_version": "100",
"kind": "categorical",
"labels": ["Hit", "HitChild", "Miss"],
"bug_numbers": [1364235],
@ -5626,7 +5626,7 @@
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"alert_emails": ["dothayer@mozilla.com", "plawless@mozilla.com"],
"expires_in_version": "88",
"expires_in_version": "100",
"kind": "exponential",
"high": 10000,
"n_buckets": 20,

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

@ -5414,7 +5414,7 @@ script.preloader:
description:
How many times we ended up recompiling a script from the script preloader
on the main thread.
expires: "88"
expires: "100"
keyed: false
kind: uint
notification_emails: