You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
For the APM Mobile agents we would like to properly populate the Operating System Fields.
What is not clear to me is what we would set for os.type and os.platform in case of iOS and Android.
Let's take the example of iOS. According to the description of os.type there is no allowed value that would be valid (because Macos is not iOSand ios is not allowed as a value). Also, in this case, os.platform would have the value darwin (since iOS is based on Darwin). But darwin could also mean that it's a MacOS device (not mobile). So, there is no field where we could put the value ios in to properly categorize the operating system in this case.
Motivation:
Capture and categorize the operating system of mobile devices properly.
Detailed Design:
Does it make sense to add the following values as valid values for os.type?:
ios
android
Or are there other ideas how we could handle the scenario described above?
The text was updated successfully, but these errors were encountered:
Summary
For the APM Mobile agents we would like to properly populate the Operating System Fields.
What is not clear to me is what we would set for
os.type
andos.platform
in case of iOS and Android.Let's take the example of iOS. According to the description of
os.type
there is no allowed value that would be valid (becauseMacos
is notiOS
andios
is not allowed as a value). Also, in this case,os.platform
would have the valuedarwin
(since iOS is based on Darwin). Butdarwin
could also mean that it's a MacOS device (not mobile). So, there is no field where we could put the valueios
in to properly categorize the operating system in this case.Motivation:
Capture and categorize the operating system of mobile devices properly.
Detailed Design:
Does it make sense to add the following values as valid values for
os.type
?:ios
android
Or are there other ideas how we could handle the scenario described above?
The text was updated successfully, but these errors were encountered: