OsIncubatingAttributes
in
Semantic attributes and corresponding values for os.
Tags
Table of Contents
Constants
- OS_BUILD_ID = 'os.build_id'
- Unique identifier for a particular build or compilation of the operating system.
- OS_DESCRIPTION = 'os.description'
- Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands.
- OS_NAME = 'os.name'
- Human readable operating system name.
- OS_TYPE = 'os.type'
- The operating system type.
- OS_TYPE_VALUE_AIX = 'aix'
- AIX (Advanced Interactive eXecutive)
- OS_TYPE_VALUE_DARWIN = 'darwin'
- Apple Darwin
- OS_TYPE_VALUE_DRAGONFLYBSD = 'dragonflybsd'
- DragonFly BSD
- OS_TYPE_VALUE_FREEBSD = 'freebsd'
- FreeBSD
- OS_TYPE_VALUE_HPUX = 'hpux'
- HP-UX (Hewlett Packard Unix)
- OS_TYPE_VALUE_LINUX = 'linux'
- Linux
- OS_TYPE_VALUE_NETBSD = 'netbsd'
- NetBSD
- OS_TYPE_VALUE_OPENBSD = 'openbsd'
- OpenBSD
- OS_TYPE_VALUE_SOLARIS = 'solaris'
- SunOS, Oracle Solaris
- OS_TYPE_VALUE_WINDOWS = 'windows'
- Microsoft Windows
- OS_TYPE_VALUE_Z_OS = 'z_os'
- Deprecated. Use `zos` instead.
- OS_TYPE_VALUE_ZOS = 'zos'
- IBM z/OS
- OS_VERSION = 'os.version'
- The version string of the operating system as defined in [Version Attributes](/docs/resource/README.md#version-attributes).
Constants
OS_BUILD_ID
Unique identifier for a particular build or compilation of the operating system.
public
mixed
OS_BUILD_ID
= 'os.build_id'
Tags
OS_DESCRIPTION
Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands.
public
mixed
OS_DESCRIPTION
= 'os.description'
Tags
OS_NAME
Human readable operating system name.
public
mixed
OS_NAME
= 'os.name'
Tags
OS_TYPE
The operating system type.
public
mixed
OS_TYPE
= 'os.type'
Tags
OS_TYPE_VALUE_AIX
AIX (Advanced Interactive eXecutive)
public
mixed
OS_TYPE_VALUE_AIX
= 'aix'
Tags
OS_TYPE_VALUE_DARWIN
Apple Darwin
public
mixed
OS_TYPE_VALUE_DARWIN
= 'darwin'
Tags
OS_TYPE_VALUE_DRAGONFLYBSD
DragonFly BSD
public
mixed
OS_TYPE_VALUE_DRAGONFLYBSD
= 'dragonflybsd'
Tags
OS_TYPE_VALUE_FREEBSD
FreeBSD
public
mixed
OS_TYPE_VALUE_FREEBSD
= 'freebsd'
Tags
OS_TYPE_VALUE_HPUX
HP-UX (Hewlett Packard Unix)
public
mixed
OS_TYPE_VALUE_HPUX
= 'hpux'
Tags
OS_TYPE_VALUE_LINUX
Linux
public
mixed
OS_TYPE_VALUE_LINUX
= 'linux'
Tags
OS_TYPE_VALUE_NETBSD
NetBSD
public
mixed
OS_TYPE_VALUE_NETBSD
= 'netbsd'
Tags
OS_TYPE_VALUE_OPENBSD
OpenBSD
public
mixed
OS_TYPE_VALUE_OPENBSD
= 'openbsd'
Tags
OS_TYPE_VALUE_SOLARIS
SunOS, Oracle Solaris
public
mixed
OS_TYPE_VALUE_SOLARIS
= 'solaris'
Tags
OS_TYPE_VALUE_WINDOWS
Microsoft Windows
public
mixed
OS_TYPE_VALUE_WINDOWS
= 'windows'
Tags
OS_TYPE_VALUE_Z_OS
Deprecated. Use `zos` instead.
public
mixed
OS_TYPE_VALUE_Z_OS
= 'z_os'
Tags
OS_TYPE_VALUE_ZOS
IBM z/OS
public
mixed
OS_TYPE_VALUE_ZOS
= 'zos'
Tags
OS_VERSION
The version string of the operating system as defined in [Version Attributes](/docs/resource/README.md#version-attributes).
public
mixed
OS_VERSION
= 'os.version'