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> |