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

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

Issue 2903133002: [IndexedDB] Adding uma for transaction aborts (Closed)
Patch Set: comment Created 3 years, 7 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 | « tools/metrics/histograms/enums.xml ('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 f454f6d977559f57c49c27f4dbb9421e964cdfb4..cc546f9193b5de008f35c9444f52debd85b68a95 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80678,6 +80678,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.TransactionAbortReason" enum="IDBException">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded on the browser side (back end) when an IndexedDB transaction is
+ aborted, specifically recording the reason for the abort. This can be
+ triggered by javascript code on the renderer, errors or force closes on the
+ backend, or by the transaction timeout timer.
+ </summary>
+</histogram>
+
<histogram name="WebCore.PreloadDelayMs" units="ms">
<owner>csharrison@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698