Skip to content

Commit bdbcf68

Browse files
traskjoaopgrassi
andauthored
Double backslash -> Single backslash (open-telemetry#779)
Co-authored-by: Joao Grassi <[email protected]>
1 parent f98fc43 commit bdbcf68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/resource/host.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ When collecting `host.id` for non-containerized systems non-privileged lookups
6363
of the machine id are preferred. SDK detector implementations MUST use the
6464
sources listed below to obtain the machine id.
6565

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` | - |
7272

7373
### Privileged Machine ID Lookup
7474

0 commit comments

Comments
 (0)