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

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

Issue 2906723002: Track how often we would attempt to resolve non-'compliant' domain names. (Closed)
Patch Set: Created 3 years, 7 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 | « net/dns/dns_util.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 2bb0c08e8bf28f407f7c5d54c7648401c91fb1f8..7ef61c793e97e69f5b56f0824b5635599da9d6fa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40028,6 +40028,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+Net.ValidAndCompliantDNSName
+<histogram name="Net.ValidAndCompliantDNSName" enum="Boolean">
+ <owner>palmer@chromium.org</owner>
+ <summary>
+ True if Net.ValidDNSName is true and if |net::IsCanonicalizedHostCompliant|
+ returns true. Used to see if we can deprecate and remove support for
Peter Kasting 2017/05/25 20:03:30 Is this second sentence really accurate? It sound
palmer 2017/05/25 20:41:41 Done!
+ arbitrary bytes in DNS names. This histogram is recorded when converting
+ dotted DNS names into DNS query form, in preparation for issuing a DNS
+ request.
+ </summary>
+</histogram>
+
<histogram name="Net.ValidDNSName" enum="Boolean">
<owner>palmer@chromium.org</owner>
<summary>
« no previous file with comments | « net/dns/dns_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698