| Summary: | [metrics] provide more targeted metrics to know what preferences are changed | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, grant_gayed |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Michael Rennie
I think #1 and #2 are covered by the current metrics logging (?). Or are you saying _where_ a setting is changed (eg.- the editor's local menu vs. the Settings page)? Examples of what we're currently logging, format is "settingId...newValue": /editor/settings/editorSettings/autoSave...true /editor/settings/editorSettings/autoSave...false /editor/settings/editorSettings/autoSaveTimeoutLocalVisible...true /editor/settings/editorSettings/autoSaveTimeoutLocalVisible...false /cm/configurations/csslint.config/validate_rules_count...0 /cm/configurations/csslint.config/validate_rules_count...2 /git/config/userInfo/GitSelectAll...true /git/config/userInfo/GitSelectAll...false (In reply to Grant Gayed from comment #1) > Examples of what we're currently logging, format is "settingId...newValue": > > /editor/settings/editorSettings/autoSave...true > /editor/settings/editorSettings/autoSave...false > /editor/settings/editorSettings/autoSaveTimeoutLocalVisible...true > /editor/settings/editorSettings/autoSaveTimeoutLocalVisible...false > /cm/configurations/csslint.config/validate_rules_count...0 > /cm/configurations/csslint.config/validate_rules_count...2 > /git/config/userInfo/GitSelectAll...true > /git/config/userInfo/GitSelectAll...false That's exactly what I was wanting. I will play around setting up some views on our tooling dashboard and see what I can see. There is enough data there already. Closing. |