Interface NodeMetrics

Node metrics for selection and monitoring

interface NodeMetrics {
    total: number;
    connected: number;
    ready: number;
    reconnecting: number;
    players: number;
    playingPlayers: number;
}

Properties

total: number

Total number of nodes

connected: number

Number of connected nodes

ready: number

Number of ready nodes

reconnecting: number

Number of reconnecting nodes

players: number

Total players across all nodes

playingPlayers: number

Total playing players across all nodes