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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 694573003: Domain Reliability: Histogram net error codes from uploads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle URLRequestStatus more carefully Created 6 years, 1 month 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/domain_reliability/uploader.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 4238c85d79551f4a5ec0e04a4147315b1bed189b..88ca76430eeceb0c7d16d261a5231cc59c681b18 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5219,11 +5219,19 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DomainReliability.UploadNetError" enum="NetErrorCodes">
+ <owner>ttuttle@chromium.org</owner>
+ <summary>
+ The network error code (or OK if none) returned by the URLFetcher when a
+ Domain Reliability report is uploaded.
+ </summary>
+</histogram>
+
<histogram name="DomainReliability.UploadResponseCode">
Alexei Svitkine (slow) 2014/10/31 21:35:38 We have an enum entry for http codes, can you set
Deprecated (see juliatuttle) 2014/10/31 22:00:26 Done.
<owner>ttuttle@chromium.org</owner>
<summary>
- The response code returned by the Domain Reliability collector when a report
- is uploaded.
+ The HTTP response code returned by the Domain Reliability collector when a
+ report is uploaded.
</summary>
</histogram>
« no previous file with comments | « components/domain_reliability/uploader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698