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

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

Issue 2041983006: [Offline Pages] Filtering expired pages and fix consistency check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor name changes. Created 4 years, 6 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 | « components/offline_pages/stub_offline_page_model.cc ('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 03de72b7dc8dbecc370292e7060cfe2d7478aeb9..8dc0e0e4f1ecf5d9d002c3436e2c6e0674702fc9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35081,6 +35081,36 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Result of asking storage manager to clear storage.</summary>
</histogram>
+<histogram name="OfflinePages.Consistency.DeleteOrphanedArchivesResult"
+ enum="BooleanSuccess">
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Whether an attempt to delete archive files without metadata was successful.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.Consistency.ExpirePagesMissingArchiveFileResult"
+ enum="BooleanSuccess">
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Whether an attempt to expire pages without archives was successful.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.Consistency.OrphanedArchivesCount">
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Number of archives without metadata entry when checking consistency.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.Consistency.PagesMissingArchiveFileCount">
+ <owner>romax@chromium.org</owner>
+ <summary>
+ Number of offline pages without archive file when checking consistency.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.DeletePage.AccessCount">
<owner>jianli@chromium.org</owner>
<summary>
« no previous file with comments | « components/offline_pages/stub_offline_page_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698