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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 551403003: Owner for CRL/OCSP histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 2137ef52cbc9a4bd0c0786b80eeda29dd3f9b2ba..31111d88c57b6ff01283f3c91140ea92b67736ea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14598,7 +14598,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.CRLRequestFailedTimeMs" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to block to fetch one or
more revocation lists. This measures the amount of time that failures to get
@@ -14607,7 +14607,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.CRLRequestSuccess" enum="BooleanSuccess">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to block to fetch one or
more revocation lists. This records the fraction of successful requests.
@@ -14615,7 +14615,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.CRLRequestTimeMs" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to block to fetch one or
more revocation lists. This measures the amount of time that each fetch
@@ -15781,7 +15781,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.OCSPRequestFailedTimeMs" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to make one or more HTTP
fetches to OCSP responders in order to get revocation information. This
@@ -15790,7 +15790,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.OCSPRequestSuccess" enum="BooleanSuccess">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to make one or more HTTP
fetches to OCSP responders in order to get revocation information. This
@@ -15799,7 +15799,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.OCSPRequestTimeMs" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When validating an HTTPS certificate we may have to make one or more HTTP
fetches to OCSP responders in order to get revocation information. This
@@ -15808,7 +15808,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.OCSPResponseStapled" enum="BooleanSuccess">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>rsleevi@chromium.org</owner>
<summary>
When connecting over HTTPS, a server may include an OCSP response as part of
the TLS handshake so that clients do not have to fetch it, provided the
« 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