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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 291823003: Histogram for FallbackDNSTestResult. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 8aa92d57a4efedb0ce7f8c9e694bf0427e10b18a..379d10d72f890442222b896dd274c812ba950085 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15969,6 +15969,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Network.Shill.Wifi.FallbackDNSTestResult"
+ enum="FallbackDNSTestResult">
+ <owner>zqiu@chromium.org</owner>
+ <summary>
+ Chrome OS network performance metric that tracks the result of the fallback
+ DNS test. The fallback DNS test is performed when portal detection failed
+ due to DNS failure.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.WiFi.FrequenciesConnectedEver">
<owner>quiche@chromium.org</owner>
<summary>
@@ -35014,6 +35024,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Unfused; lot ID NZVR7"/>
</enum>
+<enum name="FallbackDNSTestResult" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="Failure"/>
+</enum>
+
<enum name="FallbackSSLVersion" type="int">
<int value="0" label="FALLBACK_NONE">SSL version fallback did not occur.</int>
<int value="1" label="FALLBACK_SSL3">Fell back on SSL 3.0.</int>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698