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

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

Issue 2903923003: Record print job success and print queue size. (Closed)
Patch Set: fix histograms Created 3 years, 7 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 7de5ee9588f25c6f8f38940f6919a63cce2fdb85..bb9979cb5a6ade0e6080dd8c6ea5dc4912e1ef55 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9815,6 +9815,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CUPS.JobResult" enum="PrintJobResult">
Alexei Svitkine (slow) 2017/05/25 15:13:56 Suggest using a more general top-level prefix, lik
skau 2017/05/25 18:45:40 Done.
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The final status of every print job that was succesfully queued. Only used
+ on Chrome OS.
+ </summary>
+</histogram>
+
+<histogram name="CUPS.PrintJobsQueued" units="count">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The size of the print queue when a print job is initially queued. When the
+ first job is started, a zero is recorded. Only used on Chrome OS.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.ClientAppId" enum="ClientAppId">
<owner>yusufo@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698