Use single source of truth for os and device properties definitions for Logs and Traces#2859
Merged
0xnm merged 1 commit intoSep 8, 2025
Conversation
…or Logs and Traces
satween
reviewed
Sep 5, 2025
0xnm
marked this pull request as ready for review
September 5, 2025 16:10
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2859 +/- ##
===========================================
+ Coverage 70.75% 70.84% +0.09%
===========================================
Files 809 809
Lines 29460 29463 +3
Branches 4937 4937
===========================================
+ Hits 20844 20873 +29
+ Misses 7260 7254 -6
+ Partials 1356 1336 -20 🚀 New features to boost your workflow:
|
jonathanmos
approved these changes
Sep 8, 2025
satween
self-requested a review
September 8, 2025 08:55
satween
approved these changes
Sep 8, 2025
0xnm
deleted the
nogorodnikov/use-single-source-of-truth-for-os-device-definition
branch
September 8, 2025 09:31
ncreated
restored the
nogorodnikov/use-single-source-of-truth-for-os-device-definition
branch
April 9, 2026 10:20
0xnm
deleted the
nogorodnikov/use-single-source-of-truth-for-os-device-definition
branch
April 24, 2026 09:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
By relying on the separate files definitions, although they are taken from the same source, they may have different revisions.
This PR instead points to the single location of the data model definition in RUM, guaranteeing the same model across RUM, Logs and Traces.
Review checklist (to be filled by reviewers)