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

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

Issue 2935623004: [Cleanup] Clean up the VariationsSeedStore's histograms. (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « tools/metrics/histograms/enums.xml ('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 b155d0f40b478c4ef52102ad9ad0193734164046..946d7e47c1866669a4aa67d546de82d48111236e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81141,11 +81141,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Variations.SeedEmpty" enum="VariationsSeedEmpty">
+<histogram name="Variations.SeedEmpty" enum="VariationsSeedLoadResult">
+ <obsolete>
+ Deprecated in M61, and replaced by Variations.SeedLoadResult. This histogram
+ incorrectly conflated failures from loading the seed with failures while
+ attempting to store seeds with delta compression.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
- Records whether the variations seed in local state is empty (does not exist)
- on startup.
+ Records whether the variations seed was successfully read from local state
+ on startup. Records a detailed reason on read failure.
</summary>
</histogram>
@@ -81177,6 +81182,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Variations.SeedLoadResult" enum="VariationsSeedLoadResult">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Records whether the variations seed was successfully read from local state
+ on startup. Records a detailed reason on read failure.
+ </summary>
+</histogram>
+
<histogram name="Variations.SeedStoreResult" enum="VariationsSeedStoreResult">
<owner>asvitkine@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698