-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fields for mobile network connectivity attributes #5203
Comments
Here's a link to a rudimentary test app for generating iOS data: https://github.com/elastic/ios-integration-testing |
We should keep #4912 in mind when we do this - specifically there's overlap on |
@bryce-b should any of these fields be required? |
@jalvz what are the implications of being 'required'? Will the traces be ignored if they are not attached? If so, they shouldn't be required. |
Exactly, thanks 👍 |
The following fields need to be added:
net.host.connection_type
:5G
,4G
,3G
,2G
,1G
,wifi
,unavailable
(String)net.host.carrier.mcc
: mobile country codes (String)net.host.carrier.mnc
: mobile network codes (String)net.host.carrier.name
: Carrier names (String) (e.g.:T-Mobile
,AT&T
, etc)net.host.carrier.icc
: 2-character iso country code (String) (e.g.:US
,DE
)These fields also need to be added into ECS
Note: Here are related tickets
OpenTelemetry spec issue
iOS agent ticket
The text was updated successfully, but these errors were encountered: