-
Notifications
You must be signed in to change notification settings - Fork 182
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
system.device
vs device.id
vs hw.id
#1474
Comments
In here https://github.com/open-telemetry/semantic-conventions/pull/1413/files#diff-abc3e1468589797073cc2e0fcb7620efd3e94bf4c37ac3e669c7793f0ed226acR18 there's also |
What would be the difference between |
I guess it's just so we have a way to represent a "real" id and a read-friendly version of the device. But probably the most important thing is that |
regarding network interfaces there is a related discussion: #308 (comment) |
See #1408 (comment) for the context
device.id
is an id of a mobile device (or another device on which instrumented process is running)hw.id
is an id of a hardware componentsystem.device
is an id of a virtual or physical component such as disk, network interface, etcThe proposal is to
hw.id
andsystem.device
into a new attribute that would represent physical or virtual component and can be reused in HW and system metricssystem.device
should be elaborated and should include the property being described (e.g.system.device.id
orsystem.device.name
)The text was updated successfully, but these errors were encountered: