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

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: #include "net/base/net_errors.h" 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8565b25d60b517c1273b4fc2fffa2ba157ee015b..8d53d82e52202ed396553e370822ef7c9a0d22f4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5210,11 +5210,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">
<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>
« components/domain_reliability/uploader.cc ('K') | « components/domain_reliability/uploader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698