-
Type:
Feature
-
Resolution: Done
-
Priority:
Minor
-
Affects Version/s: 1.0.0-M2
-
Component/s: Metrics
-
None
Eric was asking the other day if we could get metrics on percentage share of Operating Systems accessing the current esg portal.
Currently the only way to determine which Operating Systems are access the system is to look at the User-Agent attribute in a request's header.
It might be difficult to create a regular expression to properly determine the Operating System and we might want to employee a strategy like we did for Browser Owner where we manually update the User_agent table with the operating system.
It also might be wise to create an enumeration for operating system where we can keep the values consistent.
Currently the only way to determine which Operating Systems are access the system is to look at the User-Agent attribute in a request's header.
It might be difficult to create a regular expression to properly determine the Operating System and we might want to employee a strategy like we did for Browser Owner where we manually update the User_agent table with the operating system.
It also might be wise to create an enumeration for operating system where we can keep the values consistent.