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

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

Issue 708033002: QUIC - track disk cache API calls and failure reasons in separate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 eb4c178c5697eaec50324027938f99172fdaab5e..e51d26109bae80f285240e95e9d5cae103114730 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58273,6 +58273,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Net.ProxyResolver.ExecutionTime"/>
</histogram_suffixes>
+<histogram_suffixes name="NetQuicDiskCacheBackend" separator=".">
+ <owner>rtenneti@chromium.org</owner>
+ <suffix name="DiskCache" label="DiskCache backend is using disk cache."/>
+ <suffix name="MemoryCache" label="DiskCache backend is using memory cache."/>
+ <affected-histogram name="Net.QuicDiskCache.APICall"/>
+ <affected-histogram name="Net.QuicDiskCache.FailureReason"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NetworkErrors" separator=".">
<suffix name="AuthExtTimeout" label="with the last error AuthExtTimeout"/>
<suffix name="Offline" label="with the last error Offline"/>

Powered by Google App Engine
This is Rietveld 408576698