https://crrev.com/c/1163243 introduced two metrics regards HTTP to HTTPS migration process.
The first metric is named PasswordManager.HttpCredentialsWithHstsAndEquivalentHttpsCredential
and it shows that HTTP credentials can be migrated to HTTPS. After the migration is made by https://crrev.com/c/xx the code can be removed after a while.
The second metric is named
PasswordManager.HttpCredentialsWithHstsAndWithoutMatchingHttpsCredential and it shows how how many HTTP credentials can removed because
equivalent HTTPS credential existed. Also, after the this HTTP credentials are removed by https://crrev.com/c/xx, the code will be no more used.
https://crrev.com/c/1163243 introduced two metrics regards HTTP to HTTPS migration process.
The first metric is named PasswordManager.HttpCredentialsWithHstsAndEquivalentHttpsCredential and it shows that HTTP credentials can be migrated to HTTPS. After the migration is made by https://crrev.com/c/xx the code can be removed after a while.
The second metric is named PasswordManager.HttpCredentialsWithHstsAndWithoutMatchingHttpsCredential and it shows how how many HTTP credentials can removed because equivalent HTTPS credential existed. Also, after the this HTTP credentials are removed by https://crrev.com/c/xx, the code will be no more used.
https://crrev.com/c/1163243 introduced six metrics regards HTTP to HTTPS migration process. Two of them are important from cleaning process:
The first metric is named PasswordManager.HttpCredentialsWithEquivalentHttpsCredential.WithHSTSEnabled and it shows that HTTP credentials can be migrated to HTTPS. After the migration is made by https://crrev.com/c/1178282 the code can be removed after a while.
The second metric is named PasswordManager.HttpCredentialsWithoutMatchingHttpsCredential.WithHSTSEnabled and it shows how many HTTP credentials can removed because equivalent HTTPS credential existed. Also, after the this HTTP credentials are removed by https://crrev.com/c/1178282, the code will be no more used.
https://crrev.com/c/1163243 introduced six metrics regards HTTP to HTTPS migration process. Two of them are important from cleaning process:
The first metric is named PasswordManager.HttpCredentialsWithEquivalentHttpsCredential.WithHSTSEnabled and it shows that HTTP credentials can be migrated to HTTPS. After the migration is made by https://crrev.com/c/1178282 the code can be removed after a while.
The second metric is named PasswordManager.HttpCredentialsWithoutMatchingHttpsCredential.WithHSTSEnabled and it shows how many HTTP credentials can be removed because equivalent HTTPS credential existed. Also, after the this HTTP credentials are removed by https://crrev.com/c/1178282, the code will be no more used.
Comment 1 by gemene@google.com
, Aug 13