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

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

Issue 2296543002: Quantify initial stability report edge cases. (Closed)
Patch Set: Change a metric's name Created 4 years, 3 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/metrics/metrics_service.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 5ef617d9dfbd1d54d00646242fdddef5839a9407..7062404098edf15b89478aadd94fa33f1ef7b8cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57743,6 +57743,34 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Stability.Internals.DataDiscardCount" units="counts">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of times stability data was discarded. This is accumulated since the
+ last report, even across versions. This is logged during stability metric
+ recording for the following log sent.
+ </summary>
+</histogram>
+
+<histogram name="Stability.Internals.InitialStabilityLogDeferredCount"
+ units="counts">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of times the initial stability log upload was deferred to the next
+ startup. This is logged during stability metric recording for the following
+ log sent.
+ </summary>
+</histogram>
+
+<histogram name="Stability.Internals.VersionMismatchCount" units="counts">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of times the version number stored in prefs did not match the
+ serialized system profile version number. This is logged during stability
+ metric recording.
+ </summary>
+</histogram>
+
<histogram name="Stability.MobileSessionShutdownType"
enum="MobileSessionShutdownType">
<owner>lpromero@chromium.org</owner>
« no previous file with comments | « components/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698