diff options
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 1658339..454e7c7 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -4914,10 +4914,6 @@ other types of suffix sets. </summary> </histogram> -<histogram name="Net.HttpContentFreshnessLifetime" units="milliseconds"> - <summary>Length of time that a received resource will be cacheable.</summary> -</histogram> - <histogram name="Net.HttpContentLength" units="bytes"> <summary> Size of the response body. This is the actual number of bytes received, @@ -4926,30 +4922,6 @@ other types of suffix sets. </summary> </histogram> -<histogram name="Net.HttpContentLengthCacheable" units="bytes"> - <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 - the size specified by the Content-Length header. - </summary> -</histogram> - -<histogram name="Net.HttpContentLengthCacheable24Hours" units="bytes"> - <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 - necessarily the same as the size specified by the Content-Length header. - </summary> -</histogram> - -<histogram name="Net.HttpContentLengthCacheable4Hours" units="bytes"> - <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 - necessarily the same as the size specified by the Content-Length header. - </summary> -</histogram> - <histogram name="Net.HttpContentLengthDifference" units="bytes"> <summary> The difference between the size specified in the X-Original-Content-Length |