forked from win32ss/supermium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Extensions] Remove multiple expired histograms.
Metrics removed: Extensions.SandboxUnpackHashCheck Extensions.ExternalJsonCount Extensions.ContentVerification.ReadContentHashTime ExtensionContentVerifyJob.TimeSpentUS All of these do not seem to have an immediate known usage and have been expired for years at this point. Fixed: 1499402, 1499396, 1499390, 1499387 Change-Id: I9e4be9f8f95022783dc64c8d0cfd9fc98e5dc58d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030769 Reviewed-by: David Bertoni <[email protected]> Commit-Queue: Justin Lulejian <[email protected]> Auto-Submit: Justin Lulejian <[email protected]> Cr-Commit-Position: refs/heads/main@{#1226618}
- Loading branch information
Justin Lulejian
authored and
Chromium LUCI CQ
committed
Nov 19, 2023
1 parent
51a17ea
commit 2f3e238
Showing
5 changed files
with
1 addition
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,21 +118,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="ExtensionContentVerifyJob.TimeSpentUS" units="microseconds" | ||
expires_after="2020-11-30"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The time taken in computation (hashing actual bytes read and comparing | ||
against expected computed hashes values) during an extension resource load. | ||
|
||
Warning: This metric may include reports from clients with low-resolution | ||
clocks (i.e. on Windows, ref. |TimeTicks::IsHighResolution()|). Such reports | ||
will cause this metric to have an abnormal distribution. When considering | ||
revising this histogram, see UMA_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES for the | ||
solution. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.ActiveScriptController.DeniedExtensions" | ||
units="Extension Count" expires_after="2024-03-31"> | ||
<owner>[email protected]</owner> | ||
|
@@ -398,17 +383,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.ContentVerification.ReadContentHashTime" units="ms" | ||
expires_after="2020-11-30"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Time spent by ContentVerifier for a request to create a ContentHash | ||
instance. Recorded during an extension load completion or during an on | ||
demand content verification that was triggered by ContentVerifyJob. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.ContextMenuAction" | ||
enum="ExtensionContextMenuAction" expires_after="never"> | ||
<!-- expires-never: Monitoring extension usage. --> | ||
|
@@ -1551,15 +1525,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.ExternalJsonCount" units="units" | ||
expires_after="M77"> | ||
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> | ||
<summary> | ||
Number of extensions referenced in the external extensions source at path | ||
chrome::DIR_EXTERNAL_EXTENSIONS. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.FaviconResourceRequested" enum="ExtensionType" | ||
expires_after="2021-01-31"> | ||
<owner>[email protected]</owner> | ||
|
@@ -3967,14 +3932,6 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.SandboxUnpackHashCheck" enum="BooleanValidHashSum" | ||
expires_after="M85"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Whether a CRX file hash sum was the same as in an updater manifest. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Extensions.SandboxUnpackSuccess" units="units" | ||
expires_after="never"> | ||
<!-- expires-never: Monitors core extension installation flows. --> | ||
|