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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2880323003: Various cleaups for AMP page load metrics. (Closed)
Patch Set: address 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 | « chrome/test/BUILD.gn ('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 2caa87f1341aa824fcc9472852f4f4609995a460..301229945d45f54658ae4535b7169bab8c5467bb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89417,6 +89417,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
name="PageLoad.ParseTiming.NavigationToParseStart.LoadType.ForwardBackNavigation"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClientsAmp" separator="."
+ ordering="prefix">
+ <suffix name="Clients.AMP"
+ label="AMP page load. Same page navigations are not tracked."/>
+ <suffix name="Clients.AMP.AmpCache"
+ label="AMP page load from the AMP cache CDN."/>
+ <suffix name="Clients.AMP.GoogleSearch"
+ label="AMP page load in the Google Search AMP viewer. Same page
+ navigations are not tracked."/>
+ <suffix name="Clients.AMP.GoogleNews"
+ label="AMP page load in the Google News AMP viewer. Same page
+ navigations are not tracked."/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToDOMContentLoadedEventFired"/>
+ <affected-histogram name="PageLoad.DocumentTiming.NavigationToFirstLayout"/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToLoadEventFired"/>
+ <affected-histogram
+ name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
+ <affected-histogram name="PageLoad.ParseTiming.NavigationToParseStart"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsClientsAmpCachePages" separator="."
ordering="prefix">
<obsolete>
@@ -89437,6 +89459,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram_suffixes name="PageLoadMetricsClientsAmpCachePages2" separator="."
ordering="prefix">
+ <obsolete>
+ Deprecated in favor of PageLoad.Clients.AMP.*.
+ </obsolete>
<suffix name="Clients.AMPCache2"
label="PageLoadMetrics that are a result of a navigations to an AMP
cache page. Same page navigations are not tracked."/>
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698