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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1139133002: Add a histogram to count requests to variations server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome/browser/metrics/variations/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 76146ce38e9e7c094698b26af0367068e84b1b45..c25ac12a19b28d7559d7077dff0ea3e6341d0653 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44363,6 +44363,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Variations.RequestCount">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Number of previous requests to the variations server in the same session,
+ logged each time a new request is attempted to the variations server. For
+ example, the value of the 0th bucket indicates the number of initial
+ requests to the server that took place.
+ </summary>
+</histogram>
+
<histogram name="Variations.ResourceRequestsAllowed"
enum="VariationsResourceRequestsAllowedState">
<owner>asvitkine@chromium.org</owner>
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698