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

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

Issue 2921553002: Track how often we successfully 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
« net/dns/host_resolver_proc.cc ('K') | « net/dns/host_resolver_proc.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 f9d012fc6023a749fda3cca55e5efd8d8d751073..125560927d783ba92ff039321281421af91e8d0c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40108,6 +40108,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.SuccessfulResolutionWithValidDNSName" enum="Boolean">
+ <owner>palmer@chromium.org</owner>
+ <summary>
+ True if a DNS name contains only characters for which
+ |net::IsValidLabelCharacter| returns true. Used to see if we can deprecate
+ and remove support for arbitrary bytes in DNS names. This histogram is
+ recorded after DNS resolution has completed successfully.
+ </summary>
+</histogram>
+
<histogram name="Net.TCP_Connection_Idle_Sockets">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« net/dns/host_resolver_proc.cc ('K') | « net/dns/host_resolver_proc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698