OpenTelemetry PHP

OsIncubatingAttributes

Semantic attributes and corresponding values for os.

Tags
see
https://opentelemetry.io/docs/specs/semconv/registry/attributes/os/

May contain @experimental Semantic Conventions which may change or be removed in the future.

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
experimental

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
experimental

OS_NAME

Human readable operating system name.

public mixed OS_NAME = 'os.name'
Tags
experimental

OS_TYPE_VALUE_AIX

AIX (Advanced Interactive eXecutive)

public mixed OS_TYPE_VALUE_AIX = 'aix'
Tags
experimental

OS_TYPE_VALUE_DARWIN

Apple Darwin

public mixed OS_TYPE_VALUE_DARWIN = 'darwin'
Tags
experimental

OS_TYPE_VALUE_DRAGONFLYBSD

DragonFly BSD

public mixed OS_TYPE_VALUE_DRAGONFLYBSD = 'dragonflybsd'
Tags
experimental

OS_TYPE_VALUE_HPUX

HP-UX (Hewlett Packard Unix)

public mixed OS_TYPE_VALUE_HPUX = 'hpux'
Tags
experimental

OS_TYPE_VALUE_SOLARIS

SunOS, Oracle Solaris

public mixed OS_TYPE_VALUE_SOLARIS = 'solaris'
Tags
experimental

OS_TYPE_VALUE_WINDOWS

Microsoft Windows

public mixed OS_TYPE_VALUE_WINDOWS = 'windows'
Tags
experimental

OS_TYPE_VALUE_Z_OS

Deprecated. Use `zos` instead.

public mixed OS_TYPE_VALUE_Z_OS = 'z_os'
Tags
experimental

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'
Tags
experimental

        
On this page

Search results