Commit b1a39ace authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Chromium LUCI CQ

[Passwords] Extend PasswordScriptsFetcher and AutomaticChange metrics

Reason: the launch was deferred.

Bug: 1153757, 1095627
Change-Id: I7d0bf7257a721c0be9e46d7f0706d8985df50637
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584022
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Auto-Submit: Maxim Kolosovskiy  <kolos@chromium.org>
Reviewed-by: default avatarWeilun Shi <sweilun@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836017}
parent 2a54f9a8
...@@ -686,7 +686,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -686,7 +686,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PasswordManager.AutomaticChange.AcceptanceWithAutoButton" <histogram name="PasswordManager.AutomaticChange.AcceptanceWithAutoButton"
enum="PasswordCheckResolutionAction" expires_after="M90"> enum="PasswordCheckResolutionAction" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
...@@ -696,7 +696,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -696,7 +696,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PasswordManager.AutomaticChange.AcceptanceWithoutAutoButton" <histogram name="PasswordManager.AutomaticChange.AcceptanceWithoutAutoButton"
enum="PasswordCheckResolutionAction" expires_after="M90"> enum="PasswordCheckResolutionAction" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
...@@ -706,7 +706,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -706,7 +706,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PasswordManager.AutomaticChange.ForSitesWithScripts" <histogram name="PasswordManager.AutomaticChange.ForSitesWithScripts"
enum="PasswordCheckResolutionAction" expires_after="M90"> enum="PasswordCheckResolutionAction" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
...@@ -1768,7 +1768,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1768,7 +1768,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PasswordManager.PasswordScriptsFetcher.CacheState" <histogram name="PasswordManager.PasswordScriptsFetcher.CacheState"
enum="PasswordScriptsFetcherCacheState" expires_after="M89"> enum="PasswordScriptsFetcherCacheState" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
...@@ -1779,7 +1779,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1779,7 +1779,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="PasswordManager.PasswordScriptsFetcher.HttpResponseAndNetErrorCode" name="PasswordManager.PasswordScriptsFetcher.HttpResponseAndNetErrorCode"
enum="CombinedHttpResponseAndNetErrorCode" expires_after="M89"> enum="CombinedHttpResponseAndNetErrorCode" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
...@@ -1789,14 +1789,14 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1789,14 +1789,14 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="PasswordManager.PasswordScriptsFetcher.ParsingResult" <histogram name="PasswordManager.PasswordScriptsFetcher.ParsingResult"
enum="PasswordScriptsFetcherParsingResult" expires_after="M89"> enum="PasswordScriptsFetcherParsingResult" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary>Result of parsing of a list of available password scripts.</summary> <summary>Result of parsing of a list of available password scripts.</summary>
</histogram> </histogram>
<histogram name="PasswordManager.PasswordScriptsFetcher.ResponseTime" <histogram name="PasswordManager.PasswordScriptsFetcher.ResponseTime"
units="ms" expires_after="M89"> units="ms" expires_after="M92">
<owner>kolos@chromium.org</owner> <owner>kolos@chromium.org</owner>
<owner>battre@chromium.org</owner> <owner>battre@chromium.org</owner>
<summary> <summary>
......
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