Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index eb26ad8377e32229a37face662a2cad013c972b8..29e8e592ed8c147db5ada243c22ee94d4e85c673 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -8131,19 +8131,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="DomainReliability.AddBeaconDidEvict" enum="BooleanDidEvict"> |
|
Alexei Svitkine (slow)
2015/11/20 17:40:58
Just to make sure I understand, AddBeaconDidEvict
Deprecated (see juliatuttle)
2015/11/20 17:46:56
Correct. It doesn't show up in the dashboard at al
|
| +<histogram name="DomainReliability.BeaconReported" enum="BooleanReported"> |
| <owner>ttuttle@chromium.org</owner> |
| <summary> |
| - Whether adding a beacon to a Domain Reliability context caused it to evict |
| - an older beacon to stay within memory limits. |
| + Whether a beacon added to a Domain Reliability context was saved to be |
| + uploaded to the collector. |
| </summary> |
| </histogram> |
| -<histogram name="DomainReliability.BeaconReported" enum="BooleanReported"> |
| +<histogram name="DomainReliability.OnBeaconDidEvict" enum="BooleanDidEvict"> |
| <owner>ttuttle@chromium.org</owner> |
| <summary> |
| - Whether a beacon added to a Domain Reliability context was saved to be |
| - uploaded to the collector. |
| + Whether adding a beacon to a Domain Reliability context caused it to evict |
| + an older beacon to stay within memory limits. |
| </summary> |
| </histogram> |