Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d03b548acf9d63337485a19146d350f2e00928aa..4a06069d21b12df81900cdcc065121459a818585 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -7801,10 +7801,19 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Net.QuicSession.OutOfOrderGapReceived"> |
+ <summary> |
+ The number of missing packets between the current received packet and the |
+ previously largest received packet sequence number, when the current |
+ received packet had a lower sequence number than the previously received |
+ packet sequence number. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.QuicSession.OutOfOrderPacketsReceived"> |
<summary> |
- The number of times packets the current received packet had a lower sequence |
- number than the previously received packet sequence number. |
+ The number of times the current received packet had a lower sequence number |
+ than the previously received packet sequence number. |
</summary> |
</histogram> |