Bug 1781978 - Bump expiry on about:home startup cache probes. data-review=darcese, r=niklas
Differential Revision:
https://phabricator.services.mozilla.com/D153953
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -8526,18 +8526,18 @@
"kind": "boolean",
"releaseChannelCollection": "opt-out",
"description": "Whether the browser we migrated from was the browser with the most recent data. Keyed by that browser's identifier (e.g. 'ie', 'edge', 'safari', etc.)."
},
"FX_ABOUTHOME_CACHE_CONSTRUCTION": {
"record_in_processes": ["content"],
"products": ["firefox"],
"alert_emails": ["mconley@mozilla.com"],
- "bug_numbers": [1622263, 1683101, 1714258, 1730042, 1754641],
- "expires_in_version": "106",
+ "bug_numbers": [1622263, 1683101, 1714258, 1730042, 1754641, 1781978],
+ "expires_in_version": "112",
"kind": "exponential",
"high": 10000,
"n_buckets": 100,
"description": "The length of time (in milliseconds) that it takes for the cache worker to generate the cache and return it to the main thread",
"releaseChannelCollection": "opt-out"
},
"INPUT_EVENT_RESPONSE_MS": {
"record_in_processes": ["main", "content"],
--- a/toolkit/components/telemetry/Scalars.yaml
+++ b/toolkit/components/telemetry/Scalars.yaml
@@ -622,31 +622,32 @@ browser.startup:
abouthome_cache_result:
bug_numbers:
- 1622263
- 1614351
- 1683101
- 1714258
- 1730042
- 1754641
+ - 1781978
description: >
How the about:home startup cache functioned on startup.
0: Result value was never set (error case)
1: Cache did not exist
2: Cache page stream was corrupt / inaccessible
3: Cache script stream was corrupt / inaccessible
4: Cache was invalidated by a version bump
5: Cache was valid, but read too late to be useful.
6: Cache was valid and used.
7: Cache is disabled.
8: User did not load about:home on its own by default.
9: Cache is disabled because about:newtab preloading is disabled.
- expires: "106"
+ expires: "112"
kind: uint
notification_emails:
- mconley@mozilla.com
- perf-telemetry-alerts@mozilla.com
release_channel_collection: opt-out
products:
- 'firefox'
record_in_processes:
@@ -655,21 +656,22 @@ browser.startup:
abouthome_cache_shutdownwrite:
bug_numbers:
- 1622263
- 1614351
- 1683101
- 1714258
- 1730042
- 1754641
+ - 1781978
description: >
True if the about:home startup cache was written via the AsyncShutdown
blocker.
- expires: "106"
+ expires: "112"
kind: boolean
notification_emails:
- mconley@mozilla.com
- perf-telemetry-alerts@mozilla.com
release_channel_collection: opt-out
products:
- 'firefox'
record_in_processes: