File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ When collecting `host.id` for non-containerized systems non-privileged lookups
63
63
of the machine id are preferred. SDK detector implementations MUST use the
64
64
sources listed below to obtain the machine id.
65
65
66
- | OS | Primary | Fallback |
67
- | ---------| ------------------------------------------------------------------------------------- | ----------------------------------------|
68
- | Linux | contents of ` /etc/machine-id ` | contents of ` /var/lib/dbus/machine-id ` |
69
- | BSD | contents of ` /etc/hostid ` | output of ` kenv -q smbios.system.uuid ` |
70
- | MacOS | ` IOPlatformUUID ` line from the output of ` ioreg -rd1 -c "IOPlatformExpertDevice" ` | - |
71
- | Windows | ` MachineGuid ` from registry ` HKEY_LOCAL_MACHINE\\ SOFTWARE\\ Microsoft\\ Cryptography ` | - |
66
+ | OS | Primary | Fallback |
67
+ | ---------| -----------------------------------------------------------------------------------| ----------------------------------------|
68
+ | Linux | contents of ` /etc/machine-id ` | contents of ` /var/lib/dbus/machine-id ` |
69
+ | BSD | contents of ` /etc/hostid ` | output of ` kenv -q smbios.system.uuid ` |
70
+ | MacOS | ` IOPlatformUUID ` line from the output of ` ioreg -rd1 -c "IOPlatformExpertDevice" ` | - |
71
+ | Windows | ` MachineGuid ` from registry ` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography ` | - |
72
72
73
73
### Privileged Machine ID Lookup
74
74
You can’t perform that action at this time.
0 commit comments