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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2685053003: Switch stability reports to use the crashed version's details (Closed)
Patch Set: Missing BUILD dependencies Created 3 years, 10 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 dfbf5b751d2345c0df056f7a8038f781c9a012a1..9842ed910c22c3cb71ddf6cdd8bc0d0bc0381585 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -371,6 +371,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ActivityTracker.Collect.MissingProductDetails" units="count">
bcwhite 2017/02/13 13:16:59 Do you want to generalize this to something like A
manzagop (departed) 2017/02/13 17:07:45 Done.
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ The number of stability reports missing product detail information. Logged
+ at most once each time a stability report is processed.
+ </summary>
+</histogram>
+
<histogram name="ActivityTracker.Collect.Status"
enum="ActivityTrackerCollectStatus">
<owner>manzagop@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698