@nebius/js-sdk - v0.2.54
    Preparing search index...

    Health status information for all agent modules.

    interface ModulesHealth {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.ModulesHealth";
        ciliumPipeline?: ModuleHealth;
        commonServiceLogsPipeline?: ModuleHealth;
        computeGpuLogsPipeline?: ModuleHealth;
        cpuPipeline?: ModuleHealth;
        gpuPipeline?: ModuleHealth;
        journaldPipeline?: ModuleHealth;
        ncclMetricsPipeline?: ModuleHealth;
        process?: ModuleHealth;
        vmappsPipeline?: ModuleHealth;
        vmServiceLogsPipeline?: ModuleHealth;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Health status information for all agent modules.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Health status information for all agent modules.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.logging.agentmanager.v1.ModulesHealth"

    Contains the fully qualified protobuf type name.

    ciliumPipeline?: ModuleHealth

    Health status of the Cilium pipeline module.

    commonServiceLogsPipeline?: ModuleHealth

    Health status of the common service logs pipeline module.

    computeGpuLogsPipeline?: ModuleHealth

    Health status of the compute GPU logs pipeline module.

    cpuPipeline?: ModuleHealth

    Health status of the CPU pipeline module.

    gpuPipeline?: ModuleHealth

    Health status of the GPU pipeline module.

    journaldPipeline?: ModuleHealth

    Health status of the journald pipeline module.

    ncclMetricsPipeline?: ModuleHealth

    Health status of the NCCL metrics pipeline module.

    process?: ModuleHealth

    Health status of the process module.

    vmappsPipeline?: ModuleHealth

    Health status of the VM applications pipeline module.

    vmServiceLogsPipeline?: ModuleHealth

    Health status of the vm service logs pipeline module.