OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for OsTypeValues enum definition

    The operating system type.

    Use the OSTYPEVALUES_XXXXX constants rather than the OsTypeValues.XXXXX for bundle minification.

    type OsTypeValues = {
        AIX: "aix";
        DARWIN: "darwin";
        DRAGONFLYBSD: "dragonflybsd";
        FREEBSD: "freebsd";
        HPUX: "hpux";
        LINUX: "linux";
        NETBSD: "netbsd";
        OPENBSD: "openbsd";
        SOLARIS: "solaris";
        WINDOWS: "windows";
        Z_OS: "z_os";
    }
    Index
    AIX: "aix"

    AIX (Advanced Interactive eXecutive).

    DARWIN: "darwin"

    Apple Darwin.

    DRAGONFLYBSD: "dragonflybsd"

    DragonFly BSD.

    FREEBSD: "freebsd"

    FreeBSD.

    HPUX: "hpux"

    HP-UX (Hewlett Packard Unix).

    LINUX: "linux"

    Linux.

    NETBSD: "netbsd"

    NetBSD.

    OPENBSD: "openbsd"

    OpenBSD.

    SOLARIS: "solaris"

    Oracle Solaris.

    WINDOWS: "windows"

    Microsoft Windows.

    Z_OS: "z_os"

    IBM z/OS.