Add device.manufacturer to semantic conventions for resources#2100
Add device.manufacturer to semantic conventions for resources#2100jsuereth merged 8 commits intoopen-telemetry:mainfrom
device.manufacturer to semantic conventions for resources#2100Conversation
|
|
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
Could I get a review, please? |
device.manufacturer to semantic conventions for resources
|
@ladd Please note that you will need to update the YAML definitions in this folder following the readme there: |
Thanks -- done! |
|
Is this something we'd actually want to send? Since we already send device IDs, couldn't this be handled with a device database at the backend? Or do you think the practical advantages will be enough? Does one usually have an API that the instrumentation could call to get the manufacturer? Or would it have to have a DB? |
|
Device ids are typically not mappable to manufacturer strings, unless you have a separate instrumentation mechanism to populate a DB. Device model strings can sometimes be mapped, but it normally requires licensing a proprietary database (like GSM Arena) I do think the practical advantages are there -- specific Android manufacturers often tweak the OS in compatibility breaking ways. The API exists for Android -- see my footnote in the PR. For iOS, you would normally just hardcode |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
Can I get a review / merge if the comments have been addressed? |
Oberon00
left a comment
There was a problem hiding this comment.
Please add a CHANGELOG entry.
|
Can I get a review / merge if the comments have been addressed? |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Head branch was pushed to by a user without write access
Proposed manufacturer field
Make linter happy?
…-telemetry#2100) * Update device.md Proposed manufacturer field * Update device.md * Generate tables * PR comments * Remove trailing whitespace * Update CHANGELOG.md Make linter happy? * Fix merge Co-authored-by: Josh Suereth <joshuasuereth@google.com>
…-telemetry#2100) * Update device.md Proposed manufacturer field * Update device.md * Generate tables * PR comments * Remove trailing whitespace * Update CHANGELOG.md Make linter happy? * Fix merge Co-authored-by: Josh Suereth <joshuasuereth@google.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Changes