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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2878363002: Adds logging metrics to translate infobar. (Closed)
Patch Set: Created 3 years, 7 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 | « tools/metrics/histograms/enums.xml ('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 d1800f8261a89d2e3f42ae6331697e1debe91683..b572efe6f50f8540a32eb47c9919f0738f17c52d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75904,6 +75904,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Translate.CompactInfobar.TranslationsPerPageCount">
Ilya Sherman 2017/05/16 05:54:38 Optional nit: I'd omit the word "Count" in this me
Ilya Sherman 2017/05/16 05:54:38 nit: Please add units="translations"
ramyasharma 2017/05/16 06:34:21 Done.
ramyasharma 2017/05/16 06:34:21 Done.
+ <owner>ramyasharma@google.com</owner>
+ <summary>
+ Records the total number of times a page was translated. Reverting back to
Ilya Sherman 2017/05/16 05:54:38 Please document when this metric is recorded. It
ramyasharma 2017/05/16 06:34:21 Yes, that is correct. It's not feasible to record
+ original language counts as one translation, and changing the target
+ language results in 1 translation. This will give us a sense of how often
Ilya Sherman 2017/05/16 05:54:38 The second sentence is not very clear to me. I th
ramyasharma 2017/05/16 06:34:21 I have updated the behaviour. Let me know if this
+ people try out several translates on a page, or flip back and forth.
+ </summary>
+</histogram>
+
<histogram name="Translate.ContentLanguage" enum="TranslateLanguage">
<owner>kenjibaheux@google.com</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698