Commit a7c3b8e1 authored by Jared Saul's avatar Jared Saul Committed by Commit Bot

[AF] Make Autofill.BetterAuth histogram expiry dates consistent

Fixed: 1144787
Change-Id: I5ed58126470efc65ef8681cd7d30ce2bb1f98eda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515105
Commit-Queue: Jared Saul <jsaul@google.com>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824165}
parent 59fcc98d
...@@ -170,7 +170,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -170,7 +170,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.CardUnmaskDuration.Fido" units="ms" <histogram name="Autofill.BetterAuth.CardUnmaskDuration.Fido" units="ms"
expires_after="2021-04-18"> expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -181,7 +181,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -181,7 +181,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.CardUnmaskPreflightCalled" <histogram name="Autofill.BetterAuth.CardUnmaskPreflightCalled"
enum="BooleanHit" expires_after="2021-04-25"> enum="BooleanHit" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -198,7 +198,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -198,7 +198,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.CardUnmaskPreflightDuration" units="ms" <histogram name="Autofill.BetterAuth.CardUnmaskPreflightDuration" units="ms"
expires_after="2021-04-25"> expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -211,7 +211,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -211,7 +211,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.CardUnmaskTypeDecision" <histogram name="Autofill.BetterAuth.CardUnmaskTypeDecision"
enum="AutofillCreditCardUnmaskDecisionMetric" expires_after="2021-04-25"> enum="AutofillCreditCardUnmaskDecisionMetric" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -224,7 +224,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -224,7 +224,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.FlowEvents" <histogram name="Autofill.BetterAuth.FlowEvents"
enum="AutofillCreditCardAuthenticationEvents" expires_after="2021-04-18"> enum="AutofillCreditCardAuthenticationEvents" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -238,7 +238,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -238,7 +238,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram base="true" name="Autofill.BetterAuth.OptInCalled" <histogram base="true" name="Autofill.BetterAuth.OptInCalled"
enum="AutofillCreditCardWebauthnOptInParameters" expires_after="2021-04-18"> enum="AutofillCreditCardWebauthnOptInParameters" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -253,7 +253,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -253,7 +253,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram base="true" name="Autofill.BetterAuth.OptInPromoShown" <histogram base="true" name="Autofill.BetterAuth.OptInPromoShown"
enum="BooleanHit" expires_after="2021-04-25"> enum="BooleanHit" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -274,7 +274,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -274,7 +274,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram base="true" name="Autofill.BetterAuth.OptInPromoUserDecision" <histogram base="true" name="Autofill.BetterAuth.OptInPromoUserDecision"
enum="AutofillWebauthnOptInPromoUserDecision" expires_after="2021-04-25"> enum="AutofillWebauthnOptInPromoUserDecision" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -290,7 +290,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -290,7 +290,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.OptOutCalled.FromSettingsPage" <histogram name="Autofill.BetterAuth.OptOutCalled.FromSettingsPage"
enum="BooleanHit" expires_after="2021-05-02"> enum="BooleanHit" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -307,7 +307,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -307,7 +307,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram base="true" <histogram base="true"
name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection" name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection"
enum="AutofillCreditCardPreflightCallEvent" expires_after="2021-04-25"> enum="AutofillCreditCardPreflightCallEvent" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -324,7 +324,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -324,7 +324,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection.OptedIn.Duration" name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection.OptedIn.Duration"
units="ms" expires_after="2021-05-02"> units="ms" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -340,7 +340,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -340,7 +340,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram <histogram
name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection.OptedIn.TimedOutCvcFallback" name="Autofill.BetterAuth.UserPerceivedLatencyOnCardSelection.OptedIn.TimedOutCvcFallback"
enum="AutofillCreditCardUserPerceivedLatencyFollowUp" enum="AutofillCreditCardUserPerceivedLatencyFollowUp"
expires_after="2020-12-15"> expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -354,7 +354,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -354,7 +354,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Autofill.BetterAuth.UserVerifiabilityCheckDuration" units="ms" <histogram name="Autofill.BetterAuth.UserVerifiabilityCheckDuration" units="ms"
expires_after="2020-12-15"> expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
...@@ -366,7 +366,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -366,7 +366,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram base="true" name="Autofill.BetterAuth.WebauthnResult" <histogram base="true" name="Autofill.BetterAuth.WebauthnResult"
enum="AutofillCreditCardWebauthnResultMetric" expires_after="2021-04-18"> enum="AutofillCreditCardWebauthnResultMetric" expires_after="2021-05-31">
<owner>jsaul@google.com</owner> <owner>jsaul@google.com</owner>
<owner>manasverma@google.com</owner> <owner>manasverma@google.com</owner>
<owner>autofill-auth-team@google.com</owner> <owner>autofill-auth-team@google.com</owner>
......
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