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

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

Issue 2888673002: Add support for counting same-document AMP loads. (Closed)
Patch Set: rebase, and small updates 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 940a002fe71465c80c3e52b7f1484e37fadfa6fb..e3d1e89b0eed08df9d18e771aa8a5b33f2f1acdc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47723,6 +47723,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Clients.AMP.SameDocumentView"
+ enum="PageLoadMetricsAMPViewType">
+ <owner>bmcquade@chromium.org</owner>
+ <summary>Count of same document page views for AMP pages.</summary>
+</histogram>
+
<histogram
name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.CompressionRatio"
units="%">

Powered by Google App Engine
This is Rietveld 408576698