Commit 36d88be8 authored by Sean Kau's avatar Sean Kau Committed by Commit Bot

Remove PrintJobsQueued metric

ChromeOS printing team has enough data.  It's pretty much
always 1.

Bug: 1089320
Change-Id: I9683a47aed3f183d401ffe56ec21a7bb965abbcc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2447229
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814307}
parent 3a6de048
...@@ -282,12 +282,6 @@ class CupsPrintJobManagerImpl : public CupsPrintJobManager, ...@@ -282,12 +282,6 @@ class CupsPrintJobManagerImpl : public CupsPrintJobManager,
return false; return false;
} }
// Records the number of jobs we're currently tracking when a new job is
// started. This is equivalent to print queue size in the current
// implementation.
UMA_HISTOGRAM_EXACT_LINEAR("Printing.CUPS.PrintJobsQueued", jobs_.size(),
20);
// Create a new print job. // Create a new print job.
auto cpj = std::make_unique<CupsPrintJob>(*printer, job_id, title, auto cpj = std::make_unique<CupsPrintJob>(*printer, job_id, title,
total_page_number, source, total_page_number, source,
......
...@@ -281,6 +281,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -281,6 +281,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="Printing.CUPS.PrintJobsQueued" units="count" <histogram name="Printing.CUPS.PrintJobsQueued" units="count"
expires_after="M85"> expires_after="M85">
<obsolete>
New data not needed 2020-10
</obsolete>
<owner>skau@chromium.org</owner> <owner>skau@chromium.org</owner>
<summary> <summary>
The size of the print queue when a print job is initially queued. When the The size of the print queue when a print job is initially queued. When the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment