| 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
|
|
|