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

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

Issue 553273002: Added owner to Net.{Original}ContentLength* histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 b10b1a607c2808d04106586e20e2575833a848c5..9899f8349e66d37486a64de03328a64055b9cc27 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15200,7 +15200,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLength" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size of the response body. This is the actual number of bytes received,
which usually agrees with but is not necessarily the same as the size
@@ -15209,7 +15209,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthCacheable" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size of the response body if it is cacheable. This is the actual number of
bytes received, which usually agrees with but is not necessarily the same as
@@ -15218,7 +15218,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthCacheable24Hours" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size of the response body if it is cacheable for at least 24 hours. This is
the actual number of bytes received, which usually agrees with but is not
@@ -15227,7 +15227,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthCacheable4Hours" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size of the response body if it is cacheable for at least 4 hours. This is
the actual number of bytes received, which usually agrees with but is not
@@ -15236,7 +15236,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthDifference" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
The difference between the size specified in the X-Original-Content-Length
header and the size of teh response body. This is zero if the
@@ -15245,7 +15245,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthDifferenceWithValidOCL" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
The difference between the size specified in the X-Original-Content-Length
header and the size of the response body. Only includes resources that have
@@ -15254,7 +15254,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpContentLengthWithValidOCL" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size of the response body. Only includes resources that have the
X-Original-Content-Length header.
@@ -15303,7 +15303,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpOriginalContentLength" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size specified in the X-Original-Content-Length header. If this header is
not present in the response, the size of the response body is used.
@@ -15311,7 +15311,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpOriginalContentLengthWithValidOCL" units="bytes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>bengr@chromium.org</owner>
<summary>
Size specified in the X-Original-Content-Length header. Only includes
resources that have the X-Original-Content-Length header.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698