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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 884713004: Add UMA to histograms.xml for PLT.*_HTTPS_DataReductionProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 6b9188a6fcd9baecf616ba08e3afb8660b463272..84c6b82f8c7fea4d5ae94ae3d9a8967cf49c0ca4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59504,6 +59504,41 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PLT.PT_StartToFinish"/>
</histogram_suffixes>
+<histogram_suffixes name="DataReductionProxy_HTTPS">
+ <suffix name="HTTPS_DataReductionProxy"
Alexei Svitkine (slow) 2015/01/28 22:20:08 Could you add this suffix to the existing <histogr
+ label="Only page loads through the data reduction proxy through an HTTP
+ tunnel for HTTPS origins are considered."/>
+ <affected-histogram name="PLT.NT_Connect"/>
+ <affected-histogram name="PLT.NT_DelayBeforeConnect"/>
+ <affected-histogram name="PLT.NT_DelayBeforeDomainLookup"/>
+ <affected-histogram name="PLT.NT_DelayBeforeDomLoading"/>
+ <affected-histogram name="PLT.NT_DelayBeforeFetch"/>
+ <affected-histogram name="PLT.NT_DelayBeforeFetchRedirect"/>
+ <affected-histogram name="PLT.NT_DelayBeforeLoadEvent"/>
+ <affected-histogram name="PLT.NT_DelayBeforeRequest"/>
+ <affected-histogram name="PLT.NT_DomainLookup"/>
+ <affected-histogram name="PLT.NT_DomContentLoaded"/>
+ <affected-histogram name="PLT.NT_DomInteractive"/>
+ <affected-histogram name="PLT.NT_DomLoading"/>
+ <affected-histogram name="PLT.NT_LoadEvent"/>
+ <affected-histogram name="PLT.NT_Redirect"/>
+ <affected-histogram name="PLT.NT_Request"/>
+ <affected-histogram name="PLT.NT_Response"/>
+ <affected-histogram name="PLT.PT_BeginToCommit"/>
+ <affected-histogram name="PLT.PT_BeginToFinish"/>
+ <affected-histogram name="PLT.PT_BeginToFinishDoc"/>
+ <affected-histogram name="PLT.PT_CommitToFinish"/>
+ <affected-histogram name="PLT.PT_CommitToFinishDoc"/>
+ <affected-histogram name="PLT.PT_FinishDocToFinish"/>
+ <affected-histogram name="PLT.PT_RequestToCommit"/>
+ <affected-histogram name="PLT.PT_RequestToDomContentLoaded"/>
+ <affected-histogram name="PLT.PT_RequestToFinish"/>
+ <affected-histogram name="PLT.PT_RequestToFinishDoc"/>
+ <affected-histogram name="PLT.PT_RequestToStart"/>
+ <affected-histogram name="PLT.PT_StartToCommit"/>
+ <affected-histogram name="PLT.PT_StartToFinish"/>
+</histogram_suffixes>
+
<histogram_suffixes name="DataReductionProxy_TamperingFingerprints"
separator="_">
<suffix name="ChromeProxy"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698