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

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

Issue 2448213002: Add UMA to log the size of the Previews opt out DB (Closed)
Patch Set: asvitkine nits Created 4 years, 2 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/previews/core/previews_opt_out_store_sql.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 0fdeeb1de72d951a07241bc23f21cb28593dbcd5..8e9a451843c936b69adedce7cc5f41fa9c28a91f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47951,20 +47951,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
Samples of user interactions with the previews Offline &quot;Faster page
loaded&quot; infobar. These samples include:
Displays of the infobar and clicks on the &quot;Load original&quot; link.
Whether the infobar was dismissed by navigation or the user clicking on
&quot;X&quot; close button.
</summary>
</histogram>
+<histogram name="Previews.OptOut.DBRowCount" units="rows">
+ <owner>ryansturm@chromium.org</owner>
+ <summary>
+ The number of rows in the Previews opt out SQLite table at profile startup.
+ </summary>
+</histogram>
+
<histogram name="Previews.OriginalContentLength" units="KB">
<owner>ryansturm@chromium.org</owner>
<summary>
The estimated content length of a page load using a preview optimization.
</summary>
</histogram>
<histogram name="PrinterService.PrinterServiceEvent"
enum="PrinterServiceEventType">
<owner>vitalybuka@chromium.org</owner>
« no previous file with comments | « components/previews/core/previews_opt_out_store_sql.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698