Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2.8 KB

File metadata and controls

34 lines (27 loc) · 2.8 KB

OS

Operating System Attributes

The operating system (OS) on which the process represented by this resource is running.

Attribute Type Description Examples Stability
os.build_id string Unique identifier for a particular build or compilation of the operating system. TQ3C.230805.001.B2; 20E247; 22621 Development
os.description 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 Development
os.name string Human readable operating system name. iOS; Android; Ubuntu Development
os.type string The operating system type. windows; linux; darwin Development
os.version string The version string of the operating system as defined in Version Attributes. 14.2.1; 18.04.1 Development

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) Development
darwin Apple Darwin Development
dragonflybsd DragonFly BSD Development
freebsd FreeBSD Development
hpux HP-UX (Hewlett Packard Unix) Development
linux Linux Development
netbsd NetBSD Development
openbsd OpenBSD Development
solaris SunOS, Oracle Solaris Development
windows Microsoft Windows Development
z_os IBM z/OS Development