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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2770853002: Create Ukm ReportingService implementation. (Closed)
Patch Set: Also revert datatracker unittest change Created 3 years, 9 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/ukm/ukm_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 303ecd95778148fe122524c94f37dde5b5747e04..45c788ca9375d514c366cbed48399127e359e0ab 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73356,6 +73356,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UKM.LogUpload.Canceled.CellularConstraint"
+ enum="BooleanCanceled">
+ <owner>holte@chromium.org</owner>
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ Logs whether a log was not uploaded due to cellular log throttling logic.
+ Android only.
+ </summary>
+</histogram>
+
<histogram name="UKM.PersistentLogRecall.Status"
enum="PersistedLogsLogReadStatus">
<owner>holte@chromium.org</owner>
« no previous file with comments | « components/ukm/ukm_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698