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

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

Issue 2217483003: Remove untracked histograms: Net.QuicSession.TruncatedAcksReceived/TruncatedAcksSent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fully remove the truncated acks counting Created 4 years, 4 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/quic/chromium/quic_connection_logger_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 d5bf6e17c05f323855372588f99626d7e678ec95..bdcb2d0f10ef784c43c29d06090db1d1a6cbc3b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30526,11 +30526,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.TruncatedAcksReceived">
<owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016.
+ </obsolete>
<summary>The number of truncated ACK frames received.</summary>
</histogram>
<histogram name="Net.QuicSession.TruncatedAcksSent">
<owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016.
+ </obsolete>
<summary>The number of truncated ACK frames sent.</summary>
</histogram>
« no previous file with comments | « net/quic/chromium/quic_connection_logger_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698