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

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

Issue 2682733003: Add AIA fetching feature info to certificate reports (Closed)
Patch Set: Add UMA statistic for AIA fetches Created 3 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 | « net/cert/cert_verify_proc_android.cc ('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 ffdafb7d275474a726405eddc5bbea1add1c0367..50c378d3e43c2f4f69d97d85f4f78a9a435d84c9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30564,6 +30564,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Certificate.AndroidAIAFetchError" enum="NetErrorCodes">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ The net error code returned after attempting an AIA fetch on Android.
+ Recorded once per intermediate that Chrome attempts to fetch via AIA on
+ Android.
+ </summary>
+</histogram>
+
<histogram name="Net.Certificate.IgnoreErrors" enum="BooleanEnabled">
<owner>martinkr@google.com</owner>
<summary>
« no previous file with comments | « net/cert/cert_verify_proc_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698