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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2363913003: Add FMP to DataReductionProxy UMA and to Pingback Metrics (Closed)
Patch Set: Adding experimental to histograms and pingback 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a681aed73b1e1366bf312a2d8480c4f8aa94b00c..d4488a48cb1a166b7a420b98fdda5ba22bebd24b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -104646,24 +104646,31 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="PageLoadMetricsClients" separator="."
ordering="prefix">
<suffix name="Clients.CssScanner"
label="Metrics from pages scanned by the preload scanner for @import
CSS rules"/>
<suffix name="Clients.DataReductionProxy"
label="PageLoadMetrics that are a result of a navigation through the
data reduction proxy."/>
+ <suffix name="Clients.DataReductionProxy.Experimental"
+ label="Experimental PageLoadMetrics that are a result of a navigation
+ through the data reduction proxy."/>
<suffix name="Clients.DataReductionProxy.LoFiOn"
label="PageLoadMetrics that are a result of a navigation through the
data reduction proxy with session in LoFi enabled or control
field trial, and when the connection was slow."/>
+ <suffix name="Clients.DataReductionProxy.LoFiOn.Experimental"
+ label="Experimental PageLoadMetrics that are a result of a navigation
+ through the data reduction proxy with session in LoFi enabled or
+ control field trial, and when the connection was slow."/>
<suffix name="Clients.DocWrite.Block"
label="PageLoadMetrics from a page that has synchronous, cross-origin
document.written scripts that could be blocked if the
document.write script blocking feature is enabled."/>
<suffix name="Clients.DocWrite.Evaluator"
label="PageLoadMetrics from a page that could have been evaluated by
the DocumentWriteEvaluator"/>
<suffix name="Clients.FromGoogleSearch"
label="PageLoadMetrics that are a result of a navigation from a Google
web search"/>

Powered by Google App Engine
This is Rietveld 408576698