Commit 7ae89aef authored by Bao-Duy Tran's avatar Bao-Duy Tran Committed by Commit Bot

metrics: Update owners for several input-related histograms.

- Add tranbaoduy@ as primary owner of InputMethod.ID2 histogram.
- Add dvallet@ as primary owner of all other CrOS histograms where there
  are no owners from the current team yet.
- Retain ex-team members as secondary owners of all CrOS histograms.
- Add team alias as secondary owner for all CrOS histograms.
- Keep owners of all non-CrOS histograms intact.

Also, drive-by: Fix "units" for InputMethod.CommitLength.

Bug: None
Change-Id: I27b3338bb46c7c0ea768976530604bba0f5f7df1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545861
Commit-Queue: Bao-Duy Tran <tranbaoduy@chromium.org>
Reviewed-by: default avatarDavid Vallet <dvallet@chromium.org>
Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#830098}
parent c9c1768b
...@@ -235,14 +235,19 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -235,14 +235,19 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="InputMethod.Commit.Type2" enum="IMECommitType2" <histogram name="InputMethod.Commit.Type2" enum="IMECommitType2"
expires_after="M95"> expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
The suggestion accuracy type which the user chooses to commit. The suggestion accuracy type which the user chooses to commit.
</summary> </summary>
</histogram> </histogram>
<histogram name="InputMethod.CommitLength" units="units" expires_after="M95"> <histogram name="InputMethod.CommitLength" units="characters"
expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary>The number of characters committed with composition text.</summary> <summary>The number of characters committed with composition text.</summary>
</histogram> </histogram>
...@@ -329,7 +334,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -329,7 +334,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="InputMethod.ID2" enum="InputMethodID2" expires_after="M95"> <histogram name="InputMethod.ID2" enum="InputMethodID2" expires_after="M95">
<owner>tranbaoduy@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
The breakdown of input method usage by input method IDs. Recorded when the The breakdown of input method usage by input method IDs. Recorded when the
user presses keys on physical or on-screen keyboard. user presses keys on physical or on-screen keyboard.
...@@ -338,8 +345,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -338,8 +345,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="InputMethod.ImeMenu.ActivationChanged" <histogram name="InputMethod.ImeMenu.ActivationChanged"
enum="BooleanActivation" expires_after="M95"> enum="BooleanActivation" expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>azurewei@chromium.org</owner> <owner>azurewei@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
Whether the opt-in IME menu in the shelf has been activated. Whether the opt-in IME menu in the shelf has been activated.
</summary> </summary>
...@@ -347,8 +356,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -347,8 +356,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="InputMethod.ImeMenu.EmojiHandwritingVoiceButton" <histogram name="InputMethod.ImeMenu.EmojiHandwritingVoiceButton"
enum="ImeMenuButtonType" expires_after="M95"> enum="ImeMenuButtonType" expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>azurewei@chromium.org</owner> <owner>azurewei@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
The number of times users click emoji, handwriting or voice button in opt-in The number of times users click emoji, handwriting or voice button in opt-in
IME menu. IME menu.
...@@ -357,7 +368,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -357,7 +368,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="InputMethod.ImeSwitch" enum="IMESwitchType" <histogram name="InputMethod.ImeSwitch" enum="IMESwitchType"
expires_after="M95"> expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary>The trigger type of input method switches by user.</summary> <summary>The trigger type of input method switches by user.</summary>
</histogram> </histogram>
...@@ -388,6 +401,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -388,6 +401,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
expires_after="2019-12-30"> expires_after="2019-12-30">
<owner>googleo@chromium.org</owner> <owner>googleo@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
The time taken to activate a new IME via IME Mojo service in the IME The time taken to activate a new IME via IME Mojo service in the IME
extension. It's from when the IME extension sends out an request to activate extension. It's from when the IME extension sends out an request to activate
...@@ -437,7 +451,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -437,7 +451,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="InputMethod.PkCommit.Type" enum="IMECommitType2" <histogram name="InputMethod.PkCommit.Type" enum="IMECommitType2"
expires_after="M95"> expires_after="M95">
<owner>dvallet@chromium.org</owner>
<owner>shuchen@chromium.org</owner> <owner>shuchen@chromium.org</owner>
<owner>essential-inputs-team@google.com</owner>
<summary> <summary>
The suggestion accuracy type which the user chooses to commit for physical The suggestion accuracy type which the user chooses to commit for physical
keyboard autocorrect. keyboard autocorrect.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment