solana-resilience-kit - v1.0.0
    Preparing search index...

    Interface HealthMonitorConfig

    interface HealthMonitorConfig {
        endpointNames: string[];
        failureThreshold?: number;
        latencyAlpha?: number;
        maxSlotLag?: bigint;
    }
    Index

    Properties

    endpointNames: string[]
    failureThreshold?: number

    Consecutive failures before an endpoint is ejected.

    latencyAlpha?: number

    EWMA smoothing factor for latency (0..1).

    maxSlotLag?: bigint

    Slots behind the freshest node before an endpoint is deemed stale.