New issue
Advanced search Search tips

Issue 824609 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 397213



Sign in to add a comment

Add 4 UMA stats to count when files in Drive are pinned/unpinned

Project Member Reported by sashab@chromium.org, Mar 22 2018

Issue description

FileBrowser.DrivePins - recordUserAction() every time a file is pinned
FileBrowser.DriveUnpins - recordUserAction() every time a file is unpinned
FileBrowser.DrivePinFileCount - recordMediumCount(total number of pinned files) every time a file is pinned/unpinned
FileBrowser.DrivePinFileSizeInMegabytes - recordCount(total size of pinned files) every time a file is pinned/unpinned

For an idea of how to implement, see the existing FileBrowser.DownloadsCount UMA (which records the number of files and directories in Downloads) and FileBrowser.DirectoryScan (which records the time to scan a directory).

The available metrics methods are in metrics_base.js: https://cs.chromium.org/chromium/src/ui/file_manager/file_manager/common/js/metrics_base.js?type=cs&sq=package:chromium
 
Labels: -Pri-1 -M-67 M-68 Pri-2

Comment 2 by sashab@chromium.org, Apr 19 2018

Labels: CrOSFilesCategory-UMA

Comment 3 by sashab@chromium.org, Apr 19 2018

Labels: CrOSFilesFeature-DriveSync
Labels: -M-68 M-69
Owner: ----
Status: Available (was: Assigned)
Labels: -M-69 M-70
Labels: -M-70

Sign in to add a comment