Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index c523506ac08a8e3121b06dabe9ffa8b95b867cbe..f332c29c4b987c9bf2f30a4b4b3d24edbce2fa1c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -31086,6 +31086,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="NQE.PacketLossRate" units="100 times"> |
+ <owner>bengr@chromium.org</owner> |
+ <owner>tbansal@chromium.org</owner> |
+ <summary> |
+ Rough estimate of the packet loss rate multiplied by 100, before a |
+ connectivity change is detected. |
+ |
+ This metric is recorded when a connectivity change is detected. This will |
+ miss data from users whose connection type never changes and will be biased |
+ to users whose connection type changes frequently. |
+ </summary> |
+</histogram> |
+ |
<histogram name="NQE.PeakKbps" units="Kbps"> |
<owner>bengr@chromium.org</owner> |
<owner>tbansal@chromium.org</owner> |
@@ -85514,6 +85527,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
<affected-histogram name="NQE.DifferenceRTTActualAndEstimated"/> |
<affected-histogram name="NQE.DifferenceRTTEstimatedAndActual"/> |
<affected-histogram name="NQE.FastestRTT"/> |
+ <affected-histogram name="NQE.PacketLossRate"/> |
<affected-histogram name="NQE.PeakKbps"/> |
<affected-histogram name="NQE.RatioEstimatedToActualRTT"/> |
<affected-histogram name="NQE.RTT.Percentile0"/> |