You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/registry/attributes/os.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The operating system (OS) on which the process represented by this resource is r
12
12
| <aid="os-build-id"href="#os-build-id">`os.build_id`</a> | string | Unique identifier for a particular build or compilation of the operating system. |`TQ3C.230805.001.B2`; `20E247`; `22621`||
13
13
| <aid="os-description"href="#os-description">`os.description`</a> | string | Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands. |`Microsoft Windows [Version 10.0.18363.778]`; `Ubuntu 18.04.1 LTS`||
14
14
| <aid="os-name"href="#os-name">`os.name`</a> | string | Human readable operating system name. |`iOS`; `Android`; `Ubuntu`||
15
-
| <aid="os-type"href="#os-type">`os.type`</a> | string | The operating system type. |`windows_nt`; `unix`||
15
+
| <aid="os-type"href="#os-type">`os.type`</a> | string | The operating system type. |`windows`; `unix`||
16
16
| <aid="os-version"href="#os-version">`os.version`</a> | string | The version string of the operating system as defined in [Version Attributes](/docs/resource/README.md#version-attributes). |`14.2.1`; `18.04.1`||
17
17
18
18
---
@@ -22,4 +22,4 @@ The operating system (OS) on which the process represented by this resource is r
|[`os.type`](/docs/registry/attributes/os.md)| string | The operating system type. |`windows_nt`; `unix`|`Required`||
23
+
|[`os.type`](/docs/registry/attributes/os.md)| string | The operating system type. |`windows`; `unix`|`Required`||
24
24
|[`os.build_id`](/docs/registry/attributes/os.md)| string | Unique identifier for a particular build or compilation of the operating system. [1]|`TQ3C.230805.001.B2`; `20E247`; `22621`|`Recommended`||
25
25
|[`os.description`](/docs/registry/attributes/os.md)| string | Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands. |`Microsoft Windows [Version 10.0.18363.778]`; `Ubuntu 18.04.1 LTS`|`Recommended`||
26
26
|[`os.name`](/docs/registry/attributes/os.md)| string | Human readable operating system name. |`iOS`; `Android`; `Ubuntu`|`Recommended`||
|[`os.type`](/docs/registry/attributes/os.md)| string | The operating system type. |`windows_nt`; `unix`|`Required`||
21
+
|[`os.type`](/docs/registry/attributes/os.md)| string | The operating system type. |`windows`; `unix`|`Required`||
22
22
|[`os.build_id`](/docs/registry/attributes/os.md)| string | Unique identifier for a particular build or compilation of the operating system. [1]|`TQ3C.230805.001.B2`; `20E247`; `22621`|`Recommended`||
23
23
|[`os.description`](/docs/registry/attributes/os.md)| string | Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands. |`Microsoft Windows [Version 10.0.18363.778]`; `Ubuntu 18.04.1 LTS`|`Recommended`||
24
24
|[`os.name`](/docs/registry/attributes/os.md)| string | Human readable operating system name. |`iOS`; `Android`; `Ubuntu`|`Recommended`||
@@ -39,7 +39,7 @@ In case of virtualized environments, this is the operating system as it is obser
0 commit comments