Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index df0bf271ae74e6db71323f86097bbb34a611cfb6..fdb429b3ad5bbc019babb89278af80c79c6cbfb5 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -9017,6 +9017,16 @@ other types of suffix sets. |
<summary>The time from starting translation to the completion.</summary> |
</histogram> |
+<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> |
+ <summary> |
+ Logs an unsupported source language detected during initiation of the |
+ Translate feature. This is reported when the language detector successfully |
+ detects the language of the webpage, but the language is not supported by |
+ the translation server because it is too minor. This metric allows us to |
+ assess how important the unsupported language is for Google translate. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Translate.UserActionDuration" units="milliseconds"> |
<summary> |
The time from a page content language being determined to user requesting |