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

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

Issue 2155783002: Batch pageload metrics pingbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbansal comment Created 4 years, 5 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/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client_unittest.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 0a57b30eb7dd3a374f1aee43638ef2084d81f467..595da0dc864ea328f3fc588fa0c57c509c2d60eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7767,31 +7767,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
Counts the number of times various events occur when the data reduction
proxy is enabled and the IP address of the client changes.
</summary>
</histogram>
<histogram name="DataReductionProxy.Pingback.Attempted" enum="BooleanAttempted">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
<summary>
- Counts the number of times a pingback was attempted or not attempted based
- on the reporting fraction.
+ Counts the number of times that pageload metrics were queued to be attempted
+ or not queued based on the reporting fraction. Recorded once per pageload.
</summary>
</histogram>
<histogram name="DataReductionProxy.Pingback.Succeeded" enum="BooleanSuccess">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
<summary>
- Counts the number of times that a pingback succeeded or failed at being sent
- to the server.
+ Counts the number of times that a batched pingback request succeeded or
+ failed at being sent to the server. Recorded everytime a pingback request is
+ attempted.
</summary>
</histogram>
<histogram name="DataReductionProxy.ProbeURL"
enum="DataReductionProxyProbeURLFetchResult">
<owner>bengr@chromium.org</owner>
<owner>marq@chromium.org</owner>
<summary>
Counts various outcomes of requesting the data reduction proxy's probe URL.
</summary>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698