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

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

Issue 691163002: Domain Reliability: Histogram upload collector index (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cast upload index to int for histogram 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
« no previous file with comments | « components/domain_reliability/context.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 2a910891a1968a4a03f4e3b151eacecef2781f04..7c17d1a8153348c5fbbc40deffcbb6fd43f9f33c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5193,6 +5193,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DomainReliability.UploadCollectorIndex">
+ <owner>ttuttle@chromium.org</owner>
+ <summary>
+ The index of the collector that a Domain Reliability upload was sent to.
+ (Later collectors are only used when earlier collectors have failed.)
+ </summary>
+</histogram>
+
<histogram name="DomainReliability.UploadDuration" units="ms">
<owner>ttuttle@chromium.org</owner>
<summary>
@@ -5203,6 +5211,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="DomainReliability.UploadFailover"
enum="DomainReliability.BooleanFailover">
<owner>ttuttle@chromium.org</owner>
+ <obsolete>
+ Deprecated 11/2014; see UploadCollectorIndex
+ </obsolete>
<summary>
Whether a Domain Reliability upload was sent to a collector other than the
first one listed in the config. (This only happens when an upload to the
« no previous file with comments | « components/domain_reliability/context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698