Skip to content

Commit

Permalink
Bug 1832457 - Renew startup cache telemetry r=mconley
Browse files Browse the repository at this point in the history
I don't see why this would stop being relevant. We want to continue having
historical information on this even if we're not actively looking at it today.

Differential Revision: https://phabricator.services.mozilla.com/D178688
  • Loading branch information
squarewave committed May 23, 2023
1 parent f9100d6 commit 210b4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions toolkit/components/telemetry/Histograms.json
Original file line number Diff line number Diff line change
Expand Up @@ -6397,7 +6397,7 @@
"record_in_processes": ["main"],
"products": ["firefox", "fennec"],
"alert_emails": ["[email protected]", "[email protected]"],
"expires_in_version": "116",
"expires_in_version": "never",
"kind": "categorical",
"labels": ["HitMemory", "HitDisk", "Miss"],
"bug_numbers": [1364235, 1590385, 1623098, 1649954, 1689257, 1754639],
Expand All @@ -6408,7 +6408,7 @@
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"alert_emails": ["[email protected]", "[email protected]"],
"expires_in_version": "116",
"expires_in_version": "never",
"kind": "categorical",
"labels": ["Hit", "HitChild", "Miss"],
"bug_numbers": [1364235, 1590385, 1623098, 1649954, 1689257, 1754639],
Expand All @@ -6419,7 +6419,7 @@
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],
"alert_emails": ["[email protected]", "[email protected]"],
"expires_in_version": "116",
"expires_in_version": "never",
"kind": "exponential",
"high": 10000,
"n_buckets": 20,
Expand Down
2 changes: 1 addition & 1 deletion toolkit/components/telemetry/Scalars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6470,7 +6470,7 @@ script.preloader:
description:
How many times we ended up recompiling a script from the script preloader
on the main thread.
expires: "116"
expires: "never"
keyed: false
kind: uint
notification_emails:
Expand Down

0 comments on commit 210b4a1

Please sign in to comment.