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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2900553004: Reporting: Add histograms. (Closed)
Patch Set: rebase Created 3 years, 5 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 0d49c382350407dc20956de4b9b4eeb92446c84d..292e62b9b50c82884b020afb230955141e1c31dc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61866,6 +61866,49 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Reporting.HeaderEndpointOutcome"
+ enum="ReportingHeaderEndpointOutcome">
+ <owner>juliatuttle@chromium.org</owner>
+ <summary>
+ The outcome of Reporting trying to process a single endpoint in a Report-To
+ header once the header itself has been parsed.
+ </summary>
+</histogram>
+
+<histogram name="Reporting.HeaderOutcome" enum="ReportingHeaderOutcome">
+ <owner>juliatuttle@chromium.org</owner>
+ <summary>
+ The outcome of Reporting trying to process a Report-To header. Once it is
+ parsed, Reporting.HeaderEndpointOutcome records the outcome of the endpoints
+ within it.
+ </summary>
+</histogram>
+
+<histogram name="Reporting.ReportDeliveredAttempts" units="attempts">
+ <owner>juliatuttle@chromium.org</owner>
+ <summary>
+ When Reporting successfully delivers a report, the number of unsuccessful
+ delivery attempts that preceded the successful one.
+ </summary>
+</histogram>
+
+<histogram name="Reporting.ReportDeliveredLatency" units="ms">
+ <owner>juliatuttle@chromium.org</owner>
+ <summary>
+ The delivery latency of reports successfully delivered by Reporting. Starts
+ when the report is queued and finishes when the delivery attempt returns
+ successfully.
+ </summary>
+</histogram>
+
+<histogram name="Reporting.ReportOutcome" enum="ReportingReportOutcome">
+ <owner>juliatuttle@chromium.org</owner>
+ <summary>
+ The outcome of Reporting trying to deliver a report, recorded when the
+ report is finally erased from memory.
+ </summary>
+</histogram>
+
<histogram name="RequestAutocomplete.DismissalState"
enum="AutofillDialogDismissalState">
<obsolete>
« 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