Flow PHP

OsAttribute : string

Operating system attribute keys following OpenTelemetry semantic conventions.

These attribute names correspond to the OS resource attributes as defined in the OpenTelemetry semantic conventions specification.

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

Cases

BUILD_ID  = 'os.build_id'
Unique identifier for a particular build of the operating system.
DESCRIPTION  = 'os.description'
Human-readable description of the OS.
NAME  = 'os.name'
Human-readable name of the OS.
TYPE  = 'os.type'
Operating system type.
VERSION  = 'os.version'
Version string of the operating system.

Cases

BUILD_ID

Unique identifier for a particular build of the operating system.

Example: "TQ3C.230805.001.B2", "20E247", "22621"

DESCRIPTION

Human-readable description of the OS.

Example: "Microsoft Windows 10 Enterprise", "Ubuntu 20.04.5 LTS"

NAME

Human-readable name of the OS.

Example: "iOS", "macOS Sonoma", "Ubuntu"

TYPE

Operating system type.

Tags
see
OsType

Example: "linux", "windows", "darwin"

VERSION

Version string of the operating system.

Example: "14.2.1", "10.0.22621"


        
On this page

Search results