Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 004fd042fcfbb3f75d6027415828e52e465a012a..962fcd8a0232bfd00c7cd8ac7c72cf504d3f056f 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -7626,6 +7626,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="DataReductionProxy.SuccessfulRequestCompletionCounts"> |
|
Alexei Svitkine (slow)
2016/05/27 21:16:37
Nit: add units=
Same below.
tbansal1
2016/05/27 22:35:11
Done.
|
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Count of the number of requests that were successfully fetched via data |
| + reduction proxy. The bucket represents the index of the data reduction proxy |
| + in the data reduction proxy list. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="DataReductionProxy.SuccessfulRequestCompletionCounts.MainFrame"> |
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Count of the number of main frame requests that were successfully fetched |
| + via data reduction proxy. The bucket represents the index of the data |
| + reduction proxy in the data reduction proxy list. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="DataReductionProxy.UIAction" enum="DataReductionProxyUIAction"> |
| <owner>bengr@chromium.org</owner> |
| <owner>megjablon@chromium.org</owner> |