Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 5ef617d9dfbd1d54d00646242fdddef5839a9407..5be6888d16fc61eecc0aa948e9519376161043e7 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -57743,6 +57743,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Stability.InitialStabilityLog.VersionMismatchCount" |
Alexei Svitkine (slow)
2016/09/08 21:25:55
Sorry, I should have been more explicit - but mean
manzagop (departed)
2016/09/08 21:40:20
Ah sorry, I wasn't sure and should have checked. D
|
+ 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.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.MobileSessionShutdownType" |
enum="MobileSessionShutdownType"> |
<owner>lpromero@chromium.org</owner> |