diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 963bb40..e54dabf 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -4458,6 +4458,24 @@ other types of suffix sets. </summary> </histogram> +<histogram name="Net.IPv6ConnectDuration" units="milliseconds"> + <summary>Duration of time spent during the UDP-connect IPv6 probe.</summary> +</histogram> + +<histogram name="Net.IPv6ConnectFailureMatch" enum="BooleanSuccess"> + <summary> + Whether the the interface-enumeration IPv6 probe method failed given that + the UDP-connect IPV6 probe failed. + </summary> +</histogram> + +<histogram name="Net.IPv6ConnectSuccessMatch" enum="BooleanSuccess"> + <summary> + Whether the the interface-enumeration IPv6 probe method was successful given + that the UDP-connect IPV6 probe was successful. + </summary> +</histogram> + <histogram name="Net.IPv6Status" enum="IPV6ProbeResult"> <summary>The probe results when a test for IPv6 support is done.</summary> </histogram> |