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

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

Issue 2398573002: Add RAPPOR metric for sites not reporting first meaningful paint (Closed)
Patch Set: Created 4 years, 2 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index ddb4a2b56879de25833f7ad822875596dc505050..79481394b875dbfefb6ad903743d94123c200072 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1196,6 +1196,18 @@ now we are only interested in H264, VP8 and VP9.
</flags-field>
</rappor-metric>
+<rappor-metric
+ name="PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintNotRecorded"
+ type="ETLD_PLUS_ONE">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL of a page which did not report
+ PageLoad.Experimental.PaintTiming.NavigationToFirstMeaningfulPaint UMA
+ because the user left the page before the page's network activity settles
+ down.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Permissions.Action.AudioCapture"
type="SAFEBROWSING_RAPPOR_TYPE">
<owner>kcarattini@chromium.org</owner>
« no previous file with comments | « chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698