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

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

Issue 2384173003: Replace 2 histograms with Variations.SeedFetchResponseOrErrorCode. (Closed)
Patch Set: Created 4 years, 2 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/variations/service/variations_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 785ef1d286628219bbea4a07beb00865a717983c..da7fd32ef53a85d1951cef34f76ebdfea390a9f3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65359,6 +65359,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Variations.FailedRequestErrorCode" enum="NetErrorCodes">
+ <obsolete>
+ Deprecated 10/2016. Replaced by Variations.SeedFetchResponseOrErrorCode.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
The counts of network error codes encountered by VariationsService when an
@@ -65542,6 +65545,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Variations.SeedFetchResponseCode" enum="HttpResponseCode">
+ <obsolete>
+ Deprecated 10/2016. Replaced by Variations.SeedFetchResponseOrErrorCode.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
The counts of HTTP response codes encountered by VariationsService when
@@ -65549,6 +65555,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Variations.SeedFetchResponseOrErrorCode"
+ enum="CombinedHttpResponseAndNetErrorCode">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ HTTP response codes and network error encountered by VariationsService when
+ attempting to fetch a variations seed from the server.
+ </summary>
+</histogram>
+
<histogram name="Variations.SeedFreshness" units="minutes">
<owner>asvitkine@chromium.org</owner>
<summary>
« no previous file with comments | « components/variations/service/variations_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698