OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for HostArchValues enum definition

    The CPU architecture the host system is running on.

    Use the HOSTARCHVALUES_XXXXX constants rather than the HostArchValues.XXXXX for bundle minification.

    type HostArchValues = {
        AMD64: "amd64";
        ARM32: "arm32";
        ARM64: "arm64";
        IA64: "ia64";
        PPC32: "ppc32";
        PPC64: "ppc64";
        X86: "x86";
    }
    Index
    AMD64: "amd64"

    AMD64.

    ARM32: "arm32"

    ARM32.

    ARM64: "arm64"

    ARM64.

    IA64: "ia64"

    Itanium.

    PPC32: "ppc32"

    32-bit PowerPC.

    PPC64: "ppc64"

    64-bit PowerPC.

    X86: "x86"

    32-bit x86.