Chromium Code Reviews| 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> |