Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 935223002: Add connection information metrics recorded after successful auth attempts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index bc94c61a0695ada9ac474e49eb17826e54ce7075..6760bbac8af1e1d3d0f6d2becc4ef58332d392eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6425,6 +6425,46 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="EasyUnlock.AuthSuccessRemoteDeviceModelHash">
Ilya Sherman 2015/02/19 08:01:28 By the way, I've been trying to group new, related
Tim Song 2015/02/19 23:33:31 Done. I put them under the EasyUnlock.AuthProximit
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
Ilya Sherman 2015/02/19 07:20:58 nit: Please use @chromium.org throughout.
Tim Song 2015/02/19 23:33:31 Done.
+ <summary>
+ The hash of the phone model used to successfully sign in or unlock using
+ Smart Lock.
+ </summary>
+</histogram>
Ilya Sherman 2015/02/19 07:20:58 Please associate an enum with at least some of the
Tim Song 2015/02/19 23:33:31 Done.
+
+<histogram name="EasyUnlock.AuthSuccessRollingRssi" units="dB">
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
+ <summary>
+ Measures the exponentially weighted rolling average of the received signal
+ strength indicator (RSSI) of the phone when the user successfully unlocks or
+ signs in using Smart Lock. The averaging formula is subject to change.
+ </summary>
+</histogram>
+
+<histogram name="EasyUnlock.AuthSuccessTimeSinceLastZeroRssi"
+ units="milliseconds">
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
+ <summary>
+ Measures the time delta in milliseconds since the last zero RSSI value was
+ read to when the user successfully unlocks or signs in using Smart Lock. A
+ zero RSSI value is special as that is the strength that Bluetooth devices
+ attempt to maintain by adjusting their transmit power levels.
Ilya Sherman 2015/02/19 07:20:58 Please document what is recorded in the case that
Tim Song 2015/02/19 23:33:31 Done.
+ </summary>
+</histogram>
+
+<histogram name="EasyUnlock.AuthSuccessTransmitPower" units="dB">
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
+ <summary>
+ Measures the current transmit power of the local device when the user
+ successfully unlocks or signs in using Smart Lock.
Ilya Sherman 2015/02/19 07:20:58 We should probably measure a difference between th
Tim Song 2015/02/19 23:33:31 Done.
+ </summary>
+</histogram>
+
<histogram name="EasyUnlock.ClickedButton" enum="EasyUnlockButton">
<owner>joshwoodward@google.com</owner>
<owner>tbarzic@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698