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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2739203003: Measure how often DNS hostnames aren't in preferred name form. (Closed)
Patch Set: Record the UMA immediately after label validation in the for (;;) and before other checks. Created 3 years, 9 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_unittest.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 ca14407d0cab0e86b8b06a9f200541714db2d733..9280900347a8aa8ff364ba169d574a853a2999e2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38015,6 +38015,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>True if a URLRequest's referrer is empty or valid when set.</summary>
</histogram>
+<histogram name="Net.ValidDNSName" 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.
Mark P 2017/03/22 22:08:04 Please state when this recorded. I.e., what thing
palmer 2017/03/22 22:37:57 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.WebSocket.DeflateMode"
enum="WebSocketNewPerMessageDeflateContextTakeoverMode">
<owner>yhirano@chromium.org</owner>
« no previous file with comments | « net/dns/dns_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698