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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
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>
« components/domain_reliability/context.cc ('K') | « components/domain_reliability/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698