Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2644133005: Include all server redirects in referrer chain (Closed)
Patch Set: rebase update Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..b6c33ae08ad5bdee68c6bd7717f87d7027999dde 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55201,6 +55201,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.NavigationObserver.IPAddressCleanUpCount">
+ <owner>jialiul@chromium.org</owner>
+ <summary>
+ Count of how many ResolvedIPAddresses get removed in each periodic clean up.
+ This is a rough estimation of the number of IPs associated with main frame
+ and sub-frame navigations every two minutes.
+ </summary>
+</histogram>
+
+<histogram name="SafeBrowsing.NavigationObserver.NavigationEventCleanUpCount">
+ <owner>jialiul@chromium.org</owner>
+ <summary>
+ Count of how many NavigationEvents get removed in each periodic clean up.
+ This is a rough estimation of the number of navigations every two minutes.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.NotificationImageReporter.NetError"
enum="NetErrorCodes">
<owner>nparker@chromium.org</owner>
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698