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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1471103002: [Sync] Add histograms for sync response/error codes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix wording Created 5 years 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 | « sync/internal_api/http_bridge.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 5c7fff2d7cf2a665c15ce16c6e32a2862f4597e7..59f05eb9cc4d5215fe9469cc717a60c84bca7057 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14113,9 +14113,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Whether the GCM connection was made via a proxy or not.</summary>
</histogram>
-<histogram name="GCM.ConnectionDisconnectErrorCode" enum="NetErrorCodes">
+<histogram name="GCM.ConnectionDisconnectErrorCode"
+ enum="CombinedHttpResponseAndNetErrorCode">
<owner>zea@chromium.org</owner>
- <summary>Net error results from GCM disconnect events.</summary>
+ <summary>URL response and error codes from GCM disconnect events.</summary>
</histogram>
<histogram name="GCM.ConnectionEndpoint" enum="GCMEndpoints">
@@ -14123,9 +14124,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Number of connections made to each specific MCS endpoint.</summary>
</histogram>
-<histogram name="GCM.ConnectionFailureErrorCode" enum="NetErrorCodes">
+<histogram name="GCM.ConnectionFailureErrorCode"
+ enum="CombinedHttpResponseAndNetErrorCode">
<owner>zea@chromium.org</owner>
- <summary>Net error results from GCM connection attempts.</summary>
+ <summary>URL response and error codes from GCM connection attempts.</summary>
</histogram>
<histogram name="GCM.ConnectionLatency" units="milliseconds">
@@ -47871,6 +47873,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sync.URLFetchResponse"
+ enum="CombinedHttpResponseAndNetErrorCode">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ Counts of responses (both http code and net error code) for Sync URL
+ fetches.
+ </summary>
+</histogram>
+
<histogram name="Sync.URLFetchTime" units="milliseconds">
<owner>zea@chromium.org</owner>
<summary>
« no previous file with comments | « sync/internal_api/http_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698