forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sync] Break down Sync.TrustedVaultURLFetchResponse per reason
This breakdown allows a more fine-grained interpretation of error buckets, as the distribution may be significantly different for each request type/reason. Change-Id: I655fe6fab6e0b82f68cdd65e368d2e4d831f3b52 Bug: 1334939 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3721035 Reviewed-by: Maksim Moskvitin <[email protected]> Reviewed-by: Rushan Suleymanov <[email protected]> Commit-Queue: Mikel Astiz <[email protected]> Cr-Commit-Position: refs/heads/main@{#1017598}
- Loading branch information
Mikel Astiz
authored and
Chromium LUCI CQ
committed
Jun 24, 2022
1 parent
13a47b1
commit 55255b4
Showing
9 changed files
with
102 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1274,7 +1274,7 @@ [email protected]. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Sync.TrustedVaultURLFetchResponse" | ||
<histogram name="Sync.TrustedVaultURLFetchResponse{Reason}" | ||
enum="CombinedHttpResponseAndNetErrorCode" expires_after="2022-11-13"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
|
@@ -1284,6 +1284,15 @@ [email protected]. | |
Trusted Vault server (aka Security Domain Service). Note that requests that | ||
timed out are not covered by this histogram. | ||
</summary> | ||
<token key="Reason"> | ||
<variant name="" summary="Any reason"/> | ||
<variant name=".DownloadIsRecoverabilityDegraded" | ||
summary="Downloading of the recoverability-degraded state"/> | ||
<variant name=".DownloadKeys" summary="Downloading of keys"/> | ||
<variant name=".RegisterDevice" summary="Local device registration"/> | ||
<variant name=".RegisterUnspecifiedAuthenticationFactor" | ||
summary="Registration of an authentication factor of unspecified type"/> | ||
</token> | ||
</histogram> | ||
|
||
<histogram name="Sync.TypedURLDatabaseError" enum="SyncTypedUrlDatabaseError" | ||
|