50 lines
3.5 KiB
Markdown
50 lines
3.5 KiB
Markdown
# Operating System
|
|
|
|
**Status**: [Experimental][DocumentStatus]
|
|
|
|
**type:** `os`
|
|
|
|
**Description**: The operating system (OS) on which the process represented by this resource is running.
|
|
|
|
In case of virtualized environments, this is the operating system as it is observed by the process, i.e., the virtualized guest rather than the underlying host.
|
|
|
|
<!-- semconv os(full) -->
|
|
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
|
<!-- see templates/registry/markdown/snippet.md.j2 -->
|
|
<!-- prettier-ignore-start -->
|
|
<!-- markdownlint-capture -->
|
|
<!-- markdownlint-disable -->
|
|
|
|
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
|
|---|---|---|---|---|---|
|
|
| [`os.type`](/docs/attributes-registry/os.md) | string | The operating system type. | `windows`; `linux`; `darwin` | `Required` |  |
|
|
| [`os.build_id`](/docs/attributes-registry/os.md) | string | Unique identifier for a particular build or compilation of the operating system. | `TQ3C.230805.001.B2`; `20E247`; `22621` | `Recommended` |  |
|
|
| [`os.description`](/docs/attributes-registry/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` |  |
|
|
| [`os.name`](/docs/attributes-registry/os.md) | string | Human readable operating system name. | `iOS`; `Android`; `Ubuntu` | `Recommended` |  |
|
|
| [`os.version`](/docs/attributes-registry/os.md) | 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` | `Recommended` |  |
|
|
|
|
`os.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
|
|
|
|
| Value | Description | Stability |
|
|
|---|---|---|
|
|
| `aix` | AIX (Advanced Interactive eXecutive) |  |
|
|
| `darwin` | Apple Darwin |  |
|
|
| `dragonflybsd` | DragonFly BSD |  |
|
|
| `freebsd` | FreeBSD |  |
|
|
| `hpux` | HP-UX (Hewlett Packard Unix) |  |
|
|
| `linux` | Linux |  |
|
|
| `netbsd` | NetBSD |  |
|
|
| `openbsd` | OpenBSD |  |
|
|
| `solaris` | SunOS, Oracle Solaris |  |
|
|
| `windows` | Microsoft Windows |  |
|
|
| `z_os` | IBM z/OS |  |
|
|
|
|
|
|
|
|
<!-- markdownlint-restore -->
|
|
<!-- prettier-ignore-end -->
|
|
<!-- END AUTOGENERATED TEXT -->
|
|
<!-- endsemconv -->
|
|
|
|
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
|