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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2646163004: Add a feature to control if we drop records due to excess events. Enabled by default as this is cur… (Closed)
Patch Set: wording Created 3 years, 11 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 | « components/metrics/metrics_service.cc ('k') | 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 09d1568867fddb96c9060b75e995b25950d366a2..87dfe70932a16da48d922948bc715b0541fd6c49 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -69847,9 +69847,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="UMA.Discarded Log Events">
<owner>asvitkine@chromium.org</owner>
+ <owner>rkaplow@chromium.org</owner>
<summary>
- The number of events discarded at log transmission time because the event
- count was already too large.
+ The number of events that would be discarded at log transmission time
+ because the event count was already too large. Note that this doesn't
+ measure actual discards - in case the UMAThrottleEvents feature is disabled,
+ the discards won't occur.
</summary>
</histogram>
« no previous file with comments | « components/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698