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

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

Issue 2644133005: Include all server redirects in referrer chain (Closed)
Patch Set: proto change and adding two histograms 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8c8876c4dd64772bdfa49d447dc8e8b914d96139..cbee179a812b553977c3551dd0d91c3e80a251a8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55273,6 +55273,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>
« chrome/common/safe_browsing/csd.proto ('K') | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698