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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 695993003: Remove Network transaction timing histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to bnc's nits Created 6 years, 1 month 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/http/http_network_transaction.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 d3cd2895e5a7297c9869e544e87afdc6da22ff4a..ab6ed47576d8ee8036d3889fbe966e13306616ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16916,6 +16916,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Priority_High_Latency_b" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from the start of the http transaction until the first byte of the
@@ -16936,6 +16939,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Priority_Low_Latency_b" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from the start of the http transaction until the first byte of the
@@ -18652,16 +18658,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Transaction_Bandwidth" units="KB/s">
+ <obsolete>
+ Discontinued as of 4/12/09
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
- (discontinued as of 4/12/09) Effective bandwidth in KByte/Second of
- transactions logged to Transaction_Latency histogram. Note that only
- samples durations greater than zero ms, and less than 1 hour are tallied
- into this ratio.
+ Effective bandwidth in KByte/Second of transactions logged to
+ Transaction_Latency histogram. Note that only samples durations greater
+ than zero ms, and less than 1 hour are tallied into this ratio.
</summary>
</histogram>
<histogram name="Net.Transaction_Connected" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from the when the network transaction is requested, until the first
@@ -18682,6 +18693,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Transaction_Connected_New_b" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
When a new connection is established, the time from the when the network
@@ -18712,6 +18726,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Transaction_Latency_b" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from first byte sent until last byte received by the new network stack.
@@ -18719,6 +18736,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Transaction_Latency_Total" units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from when a network transaction is requested until last byte received
@@ -18728,6 +18748,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.Transaction_Latency_Total_New_Connection"
units="milliseconds">
+ <obsolete>
+ Deprecated as of 11/2014.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
When an existing TCP/IP connection is NOT reused, the time from when a
@@ -18772,6 +18795,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.Transaction_Latency_WinHTTP" units="milliseconds">
+ <obsolete>
+ Deprecated a long time ago.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time from first byte sent until last byte received with old WinHTTP network
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698